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 29, 2024
1 parent f3ed787 commit fc6b505
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion main/FileSystem/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ function writeHeader() {
};

function writeFooter() {
document.write('Generated on Fri Oct 25 2024 14:19:29 for File System Component 8.0.0. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Tue Oct 29 2024 09:28:00 for File System Component 8.0.0. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.');
};
4 changes: 2 additions & 2 deletions main/General/footer.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function writeHeader() {
document.write('Version 8.0.1-dev9');
document.write('Version 8.0.1-dev10');
};

function writeFooter() {
document.write('Generated on Fri Oct 25 2024 14:19:29 for MDK-Middleware 8.0.1-dev9+g430be9d. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Tue Oct 29 2024 09:28:00 for MDK-Middleware 8.0.1-dev10+gf458e34. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.');
};
2 changes: 1 addition & 1 deletion main/General/working_with_examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ <h2><a class="anchor" id="autotoc_md3"></a>
<tr class="markdownTableRowEven">
<td class="markdownTableBodyLeft"><b>Network</b> </td><td class="markdownTableBodyLeft">. </td></tr>
<tr class="markdownTableRowOdd">
<td class="markdownTableBodyLeft">CMSIS_Ethernet </td><td class="markdownTableBodyLeft"><a href="https://arm-software.github.io/CMSIS_6/latest/Driver/group__eth__interface__gr.html">CMSIS-Driver Ethernet</a> MAC/PHY Interface. </td></tr>
<td class="markdownTableBodyLeft">CMSIS_ETH </td><td class="markdownTableBodyLeft"><a href="https://arm-software.github.io/CMSIS_6/latest/Driver/group__eth__interface__gr.html">CMSIS-Driver Ethernet</a> MAC/PHY Interface. </td></tr>
<tr class="markdownTableRowEven">
<td class="markdownTableBodyLeft">CMSIS_VIO </td><td class="markdownTableBodyLeft"><a href="https://arm-software.github.io/CMSIS_6/latest/Driver/group__vio__interface__gr.html">CMSIS-Driver VIO</a> connected to LEDs and button </td></tr>
<tr class="markdownTableRowOdd">
Expand Down
2 changes: 1 addition & 1 deletion main/Network/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ function writeHeader() {
};

function writeFooter() {
document.write('Generated on Fri Oct 25 2024 14:19:29 for Network Component 8.0.0. Copyright &copy; 2024 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Tue Oct 29 2024 09:28:01 for Network Component 8.0.0. Copyright &copy; 2024 Arm Limited (or its affiliates). All rights reserved.');
};
2 changes: 1 addition & 1 deletion main/USB/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ function writeHeader() {
};

function writeFooter() {
document.write('Generated on Fri Oct 25 2024 14:19:30 for USB Component 8.0.0. Copyright &copy; 2024 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Tue Oct 29 2024 09:28:02 for USB Component 8.0.0. 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,7 +1,7 @@
//--- list of versions‚ ---
const versions = {
"General": {
"main": "8.0.1-dev9",
"main": "8.0.1-dev10",
"latest": "8.0.0"
},
"FileSystem": {
Expand Down

0 comments on commit fc6b505

Please sign in to comment.