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 Oct 14, 2024
1 parent ab59884 commit 842c206
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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 1.0.1-dev4');
document.write('Version 1.0.1-dev5');
};

function writeFooter() {
document.write('Generated on Wed Oct 9 2024 09:04:34 for CMSIS-Driver_STM32 1.0.1-dev4+ge4989cd. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Mon Oct 14 2024 10:48:29 for CMSIS-Driver_STM32 1.0.1-dev5+g1515a7c. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.');
};
4 changes: 4 additions & 0 deletions main/mci_stm32.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@
<div class="textblock"><h1><a class="anchor" id="autotoc_md27"></a>
Revision History</h1>
<ul>
<li>Version 3.1<ul>
<li>Corrected CLKCR register write access handling</li>
</ul>
</li>
<li>Version 3.0<ul>
<li>Initial release</li>
</ul>
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": "1.0.1-dev4",
"main": "1.0.1-dev5",
"latest": "1.0.0"
}
//--- list of versions ---
Expand Down

0 comments on commit 842c206

Please sign in to comment.