diff --git a/main/flt_example_CM7.html b/main/flt_example_CM7.html index be397ff..0a4a6c7 100644 --- a/main/flt_example_CM7.html +++ b/main/flt_example_CM7.html @@ -124,7 +124,7 @@
This example project shows Fault Analysis on an Arm Cortex-M7 based device, using Arm Virtual Hardware (AVH) processor simulation as the target platform.
+This example project shows Fault Analysis on an Arm Cortex-M7 based device, using Arm Virtual Hardware (AVH) processor simulation as the target platform.
Build and run
Follow the instructions in the example's README.md to build and run the project.
Screenshots
diff --git a/main/footer.js b/main/footer.js index 8ae7ecc..38365f3 100644 --- a/main/footer.js +++ b/main/footer.js @@ -1,7 +1,7 @@ function writeHeader() { - document.write('Version 1.2.1-dev3'); + document.write('Version 1.2.1-dev4'); }; function writeFooter() { - document.write('Generated on Wed Nov 6 2024 08:11:00 for CMSIS-View 1.2.1-dev3+g1f50416. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.'); + document.write('Generated on Fri Nov 8 2024 13:39:51 for CMSIS-View 1.2.1-dev4+gffe8ac8. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.'); }; diff --git a/version.js b/version.js index 3897bfd..b985120 100644 --- a/version.js +++ b/version.js @@ -1,6 +1,6 @@ //--- list of versions --- const versions = { - "main": "1.2.1-dev3", + "main": "1.2.1-dev4", "latest": "1.2.0", "1.1.0": "1.1.0", "1.0.0": "1.0.0"