123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
- <head>
- <meta charset="utf-8" />
- <meta name="generator" content="pandoc" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
- <title>Release Notes for S25FL128S Component Driver</title>
- <style type="text/css">
- code{white-space: pre-wrap;}
- span.smallcaps{font-variant: small-caps;}
- span.underline{text-decoration: underline;}
- div.column{display: inline-block; vertical-align: top; width: 50%;}
- </style>
- <link rel="stylesheet" href="_htmresc/mini-st_2020.css" />
- <!--[if lt IE 9]>
- <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
- <![endif]-->
- <link rel="icon" type="image/x-icon" href="_htmresc/favicon.png" />
- </head>
- <body>
- <div class="row">
- <div class="col-sm-12 col-lg-4">
- <center>
- <h1 id="release-notes-for">Release Notes for</h1>
- <h1 id="s25fl128s-quadspi-component-driver"><mark>S25FL128S QuadSPI Component Driver</mark></h1>
- <p>Copyright © 2021 STMicroelectronics<br />
- </p>
- <a href="https://www.st.com" class="logo"><img src="_htmresc/st_logo_2020.png" alt="ST logo" /></a>
- </center>
- <h1 id="purpose">Purpose</h1>
- <p>This driver provides a set of functions for S25FL128S QuadSPI component</p>
- </div>
- <div class="col-sm-12 col-lg-8">
- <h1 id="update-history">Update History</h1>
- <div class="collapse">
- <input type="checkbox" id="collapse-section3" checked aria-hidden="true"> <label for="collapse-section3" aria-hidden="true">V1.0.2 / 26-October-2021</label>
- <div>
- <h2 id="main-changes">Main Changes</h2>
- <ul>
- <li>Update licensing in Release Notes</li>
- </ul>
- </div>
- </div>
- <div class="collapse">
- <input type="checkbox" id="collapse-section2" aria-hidden="true"> <label for="collapse-section2" aria-hidden="true">V1.0.1 / 08-October-2021</label>
- <div>
- <h2 id="main-changes-1">Main Changes</h2>
- <ul>
- <li>Fix S25FL128S_ReadStatusRegister() to ensure data read</li>
- <li>Cleanup since S25FL128S supports only 1-bit instructions</li>
- </ul>
- </div>
- </div>
- <div class="collapse">
- <input type="checkbox" id="collapse-section1" aria-hidden="true"> <label for="collapse-section1" aria-hidden="true">V1.0.0 / 11-February-2021</label>
- <div>
- <h2 id="main-changes-2">Main Changes</h2>
- <ul>
- <li>First official release of S25FL128S QuadSPI component driver</li>
- </ul>
- </div>
- </div>
- </div>
- </div>
- <footer class="sticky">
- For complete documentation on <mark>STM32 Microcontrollers</mark> , visit: <a href="http://www.st.com/STM32">http://www.st.com/STM32</a>
- </footer>
- </body>
- </html>
|