Skip to content

Commit

Permalink
Update main documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 24, 2024
1 parent 5e3b26c commit d1d1d19
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion main/examples/html/footer.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
function writeFooter() {
document.write('Generated on Thu Oct 17 2024 14:23:06 for Examples Version 2.1.0 by Arm Ltd. All rights reserved.');
document.write('Generated on Thu Oct 24 2024 15:36:32 for Examples Version 2.1.0 by Arm Ltd. All rights reserved.');
};
2 changes: 1 addition & 1 deletion main/infrastructure/html/avh_desktop.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<p><b>Use in IDEs:</b></p><ul>
<li><a class="el" href="run_mdk_vscode.html">Use with Keil Studio</a> explains how to use AVH FVPs in Keil MDK for VS Code running on a Linux/Windows/MacOs machine.</li>
<li><a class="el" href="run_mdk_uv4.html">Use with Keil µVision</a> explains how to use Keil MDK uVision running on a local Windows PC.</li>
<li>Several other popular development and debug environments such as <b>IAR</b> and <b>Lauterbach</b> support the Fast Models-based targets and can be used with AVH FVPs as well. Refer to documentation of corresponding tools for setup details. </li>
<li><b>IAR Embedded Workbench for Arm</b>, <b>Lauterbach Trace32</b> and other popular development and debug environments provide support Arm FastModel based targets and hence can be used with AVH FVPs as well. Refer to documentation of corresponding tools for setup details. </li>
</ul>
</div></div><!-- contents -->
</div><!-- PageDoc -->
Expand Down
2 changes: 1 addition & 1 deletion main/infrastructure/html/footer.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
function writeFooter() {
document.write('Generated on Thu Oct 17 2024 14:23:06 for Infrastructure Version 2.1.0 by Arm Ltd. All rights reserved.');
document.write('Generated on Thu Oct 24 2024 15:36:32 for Infrastructure Version 2.1.0 by Arm Ltd. All rights reserved.');
};
2 changes: 1 addition & 1 deletion main/overview/html/footer.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
function writeFooter() {
document.write('Generated on Thu Oct 17 2024 14:23:06 for Overview Version 2.1.0 by Arm Ltd. All rights reserved.');
document.write('Generated on Thu Oct 24 2024 15:36:33 for Overview Version 2.1.0 by Arm Ltd. All rights reserved.');
};
2 changes: 1 addition & 1 deletion main/simulation/html/footer.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
function writeFooter() {
document.write('Generated on Thu Oct 17 2024 14:23:15 for AVH FVP models Version 2.1.0 by Arm Ltd. All rights reserved.');
document.write('Generated on Thu Oct 24 2024 15:36:36 for AVH FVP models Version 2.1.0 by Arm Ltd. All rights reserved.');
};

0 comments on commit d1d1d19

Please sign in to comment.