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 Apr 24, 2024
1 parent 7369f70 commit 73b5fed
Show file tree
Hide file tree
Showing 3 changed files with 10 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 11.1.0-dev6');
document.write('Version 11.1.1-dev1');
};

function writeFooter() {
document.write('Generated on Wed Apr 24 2024 07:40:22 for CMSIS-FreeRTOS 11.1.0-dev6+g0bb666c. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Wed Apr 24 2024 08:25:17 for CMSIS-FreeRTOS 11.1.1-dev1+ge4de86f. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.');
};
7 changes: 7 additions & 0 deletions main/rev_hist.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,13 @@
<tr>
<td>v11.1.0-dev </td><td>Active development for CMSIS-FreeRTOS 11.1.0 </td></tr>
<tr>
<td>v11.1.0 </td><td><p class="starttd">FreeRTOS 11.1.0</p>
<p class="endtd">Updates and bugfixes:</p><ul>
<li>Add Cortex-M0plus MPU port</li>
<li>Remove dependency on Device:Startup component </li>
</ul>
</td></tr>
<tr>
<td>v11.0.1-dev </td><td>Active development for CMSIS-FreeRTOS 11.0.1 </td></tr>
<tr>
<td>v11.0.1 </td><td><p class="starttd">FreeRTOS 11.0.1</p>
Expand Down
2 changes: 1 addition & 1 deletion version.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//--- list of versions ---
const versions = {
"main": "11.1.1-dev1",
"latest": "11.1.0",
"main": "11.1.0-dev6",
"v11.0.1": "11.0.1",
"v10.5.1": "10.5.1"
}
Expand Down

0 comments on commit 73b5fed

Please sign in to comment.