Skip to content

Commit

Permalink
Update documentation for branch main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 26, 2024
1 parent be5ddb0 commit e9b314d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion main/driver_NAND.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<div class="headertitle"><div class="title">NAND </div></div>
</div><!--header-->
<div class="contents">
<div class="textblock"><p >This is a CMSIS compliant driver for NAND Flash devices that are connected to the microcontroller's memory bus. It exports a NAND CMSIS-Driver with a maximum of four memory mapped NAND Flash devices.</p>
<div class="textblock"><p >This is a CMSIS compliant driver for NAND Flash devices that are connected to the microcontroller's memory bus. It implements a <a href="https://arm-software.github.io/CMSIS_6/latest/Driver/group__nand__interface__gr.html">CMSIS-Driver NAND Interface</a> with up to four memory mapped NAND Flash devices.</p>
<p >The driver is configured using the NAND_MemBus_Config.h configuration file, which contains the following options:</p><ul>
<li><code>#define</code> <code>NAND_DRIVER</code> exports the NAND CMSIS-Driver instance, which can be used to access the memory mapped NAND Flash devices.</li>
<li><code>#define</code> <code>NAND_DEVx</code> enables the memory mapped NAND Flash device.</li>
Expand Down
4 changes: 2 additions & 2 deletions main/footer.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function writeHeader() {
document.write('Version 2.9.1-dev3');
document.write('Version 2.9.1-dev4');
};

function writeFooter() {
document.write('Generated on Mon Nov 25 2024 09:42:38 for CMSIS-Driver Implementations 2.9.1-dev3+gff12a24. Copyright &copy; 2024 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Tue Nov 26 2024 12:32:31 for CMSIS-Driver Implementations 2.9.1-dev4+g99cb494. Copyright &copy; 2024 Arm Limited (or its affiliates). All rights reserved.');
};
2 changes: 1 addition & 1 deletion version.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//--- list of versions ---
const versions = {
"main": "2.9.1-dev3",
"main": "2.9.1-dev4",
"latest": "2.9.0",
"2.8.0": "2.8.0",
"2.7.2": "2.7.2"
Expand Down

0 comments on commit e9b314d

Please sign in to comment.