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 5, 2024
1 parent 1b141d7 commit 8e712c7
Show file tree
Hide file tree
Showing 3 changed files with 4 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-dev16');
document.write('Version 1.0.1-dev17');
};

function writeFooter() {
document.write('Generated on Mon Nov 4 2024 07:39:28 for CMSIS-Driver_STM32 1.0.1-dev16+g797640f. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Tue Nov 5 2024 14:03:06 for CMSIS-Driver_STM32 1.0.1-dev17+gb10490b. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.');
};
1 change: 1 addition & 0 deletions main/usbd_stm32.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
Revision History</h1>
<ul>
<li>Version 3.1<ul>
<li>Corrected PMA configuration</li>
<li>Added support for devices without Vbus sensing capability</li>
<li>Updated GetFrameNumber function to always return 0 because of missing HAL support</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-dev16",
"main": "1.0.1-dev17",
"latest": "1.0.0"
}
//--- list of versions ---
Expand Down

0 comments on commit 8e712c7

Please sign in to comment.