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 Jul 5, 2024
1 parent 7a2f9e9 commit 4d32f9a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.0-dev2');
document.write('Version 2.9.0-dev3');
};

function writeFooter() {
document.write('Generated on Fri Jul 5 2024 05:48:10 for CMSIS-Driver Implementations 2.9.0-dev2+gec6335e. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Fri Jul 5 2024 05:49:04 for CMSIS-Driver Implementations 2.9.0-dev3+g9f3b542. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.');
};
2 changes: 1 addition & 1 deletion main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h1><a class="anchor" id="driver_pack_content"></a>
<tr class="markdownTableRowOdd">
<td class="markdownTableBodyLeft"><b>ARM.CMSIS-Driver.pdsc</b> </td><td class="markdownTableBodyLeft">Package description file in CMSIS-Pack format. </td></tr>
<tr class="markdownTableRowEven">
<td class="markdownTableBodyLeft"><b>LICENSE.txt</b> </td><td class="markdownTableBodyLeft">CMSIS license agreement (Apache 2.0) </td></tr>
<td class="markdownTableBodyLeft"><b>LICENSE</b> </td><td class="markdownTableBodyLeft">CMSIS license agreement (Apache 2.0) </td></tr>
<tr class="markdownTableRowOdd">
<td class="markdownTableBodyLeft"><b>Config/</b> </td><td class="markdownTableBodyLeft">Configuration files for <a class="el" href="driver_I2C.html">I2C</a>, <a class="el" href="driver_NAND.html">NAND</a>, and <a class="el" href="driver_SPI.html">SPI</a> bus implementations </td></tr>
<tr class="markdownTableRowEven">
Expand Down
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.0-dev2",
"main": "2.9.0-dev3",
"latest": "2.8.0",
"2.7.2": "2.7.2"
}
Expand Down

0 comments on commit 4d32f9a

Please sign in to comment.