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 Nov 8, 2024
1 parent 8fb16bb commit b4d2dba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion main/flt_example_CM7.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<div class="headertitle"><div class="title">Fault/VHT_MPS2_Cortex-M7 </div></div>
</div><!--header-->
<div class="contents">
<div class="textblock"><p>This example project shows <a class="el" href="fault.html">Fault Analysis</a> on an Arm Cortex-M7 based device, using <a href="https://arm-software.github.io/AVH/main/simulation/html/Using.html">Arm Virtual Hardware (AVH)</a> processor simulation as the target platform.</p>
<div class="textblock"><p>This example project shows <a class="el" href="fault.html">Fault Analysis</a> on an Arm Cortex-M7 based device, using <a href="https://arm-software.github.io/AVH/main/simulation/html/using.html">Arm Virtual Hardware (AVH)</a> processor simulation as the target platform.</p>
<p><b>Build and run</b></p>
<p>Follow the instructions in the <a href="https://github.com/ARM-software/CMSIS-View/blob/main/Examples/Fault/VHT_MPS2_Cortex-M7/README.md">example's README.md</a> to build and run the project.</p>
<p><b>Screenshots</b></p>
Expand Down
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 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 &copy; 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 &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,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"
Expand Down

0 comments on commit b4d2dba

Please sign in to comment.