From fc6b505ec9d488619b9fa28627f25895ec0b79cc Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 29 Oct 2024 09:28:57 +0000 Subject: [PATCH] Update documentation for branch main --- main/FileSystem/footer.js | 2 +- main/General/footer.js | 4 ++-- main/General/working_with_examples.html | 2 +- main/Network/footer.js | 2 +- main/USB/footer.js | 2 +- version.js | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/main/FileSystem/footer.js b/main/FileSystem/footer.js index 922ee63..a6b4512 100644 --- a/main/FileSystem/footer.js +++ b/main/FileSystem/footer.js @@ -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.'); }; diff --git a/main/General/footer.js b/main/General/footer.js index 8c961f1..007cb3f 100644 --- a/main/General/footer.js +++ b/main/General/footer.js @@ -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.'); }; diff --git a/main/General/working_with_examples.html b/main/General/working_with_examples.html index 8d916aa..11cd13f 100644 --- a/main/General/working_with_examples.html +++ b/main/General/working_with_examples.html @@ -178,7 +178,7 @@

Network . -CMSIS_Ethernet CMSIS-Driver Ethernet MAC/PHY Interface. +CMSIS_ETH CMSIS-Driver Ethernet MAC/PHY Interface. CMSIS_VIO CMSIS-Driver VIO connected to LEDs and button diff --git a/main/Network/footer.js b/main/Network/footer.js index 5ba6fa7..4f39cff 100644 --- a/main/Network/footer.js +++ b/main/Network/footer.js @@ -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 © 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 © 2024 Arm Limited (or its affiliates). All rights reserved.'); }; diff --git a/main/USB/footer.js b/main/USB/footer.js index 4a8b9c4..ed2456e 100644 --- a/main/USB/footer.js +++ b/main/USB/footer.js @@ -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 © 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 © 2024 Arm Limited (or its affiliates). All rights reserved.'); }; diff --git a/version.js b/version.js index 79713ed..ade3b74 100644 --- a/version.js +++ b/version.js @@ -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": {