From de661132d337516d052fdf78a8e1b0901ce9a39d Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 17 Oct 2024 11:05:02 +0000 Subject: [PATCH] Update main documentation --- main/examples/html/footer.js | 2 +- main/infrastructure/html/footer.js | 2 +- main/infrastructure/html/run_mdk_vscode.html | 4 ++-- main/overview/html/footer.js | 2 +- main/simulation/html/footer.js | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/main/examples/html/footer.js b/main/examples/html/footer.js index e7ed97a..7cdb1ba 100644 --- a/main/examples/html/footer.js +++ b/main/examples/html/footer.js @@ -1,3 +1,3 @@ function writeFooter() { - document.write('Generated on Thu Oct 17 2024 09:48:34 for Examples Version 2.1.0 by Arm Ltd. All rights reserved.'); + document.write('Generated on Thu Oct 17 2024 11:03:52 for Examples Version 2.1.0 by Arm Ltd. All rights reserved.'); }; diff --git a/main/infrastructure/html/footer.js b/main/infrastructure/html/footer.js index bb07f59..11e6bdc 100644 --- a/main/infrastructure/html/footer.js +++ b/main/infrastructure/html/footer.js @@ -1,3 +1,3 @@ function writeFooter() { - document.write('Generated on Thu Oct 17 2024 09:48:34 for Infrastructure Version 2.1.0 by Arm Ltd. All rights reserved.'); + document.write('Generated on Thu Oct 17 2024 11:03:53 for Infrastructure Version 2.1.0 by Arm Ltd. All rights reserved.'); }; diff --git a/main/infrastructure/html/run_mdk_vscode.html b/main/infrastructure/html/run_mdk_vscode.html index cd1a96a..29ca6b1 100644 --- a/main/infrastructure/html/run_mdk_vscode.html +++ b/main/infrastructure/html/run_mdk_vscode.html @@ -157,10 +157,10 @@

}
],
"requires": {
-
"arm:models/arm/avh-fvp": "^11.26.11"
+
"arm:models/arm/avh-fvp": "^11.27.31"
}
}
-

Note that in Keil Studio also other artifacts are usually present for build and debug tasks.

+

Note that in Keil Studio also other artifacts are usually present for build and debug tasks such as cmsis-toolbox, compiler toolchain, and others.

Program Build

Follow the instructions provided in the Build the example project in the Arm Keil Studio for VS Code User's Guide.

diff --git a/main/overview/html/footer.js b/main/overview/html/footer.js index cf26274..fc1bbbd 100644 --- a/main/overview/html/footer.js +++ b/main/overview/html/footer.js @@ -1,3 +1,3 @@ function writeFooter() { - document.write('Generated on Thu Oct 17 2024 09:48:34 for Overview Version 2.1.0 by Arm Ltd. All rights reserved.'); + document.write('Generated on Thu Oct 17 2024 11:03:53 for Overview Version 2.1.0 by Arm Ltd. All rights reserved.'); }; diff --git a/main/simulation/html/footer.js b/main/simulation/html/footer.js index 0eccb3c..e2b4a35 100644 --- a/main/simulation/html/footer.js +++ b/main/simulation/html/footer.js @@ -1,3 +1,3 @@ function writeFooter() { - document.write('Generated on Thu Oct 17 2024 09:48:37 for AVH FVP models Version 2.1.0 by Arm Ltd. All rights reserved.'); + document.write('Generated on Thu Oct 17 2024 11:03:56 for AVH FVP models Version 2.1.0 by Arm Ltd. All rights reserved.'); };