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 17, 2024
1 parent de66113 commit 5e3b26c
Show file tree
Hide file tree
Showing 5 changed files with 6 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 11:03:52 for Examples Version 2.1.0 by Arm Ltd. All rights reserved.');
document.write('Generated on Thu Oct 17 2024 14:23:06 for Examples Version 2.1.0 by Arm Ltd. All rights reserved.');
};
3 changes: 2 additions & 1 deletion main/infrastructure/html/avh_desktop.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@
</ul>
<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><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>
</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 11:03:53 for Infrastructure Version 2.1.0 by Arm Ltd. All rights reserved.');
document.write('Generated on Thu Oct 17 2024 14:23:06 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 11:03:53 for Overview Version 2.1.0 by Arm Ltd. All rights reserved.');
document.write('Generated on Thu Oct 17 2024 14:23:06 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 11:03:56 for AVH FVP models Version 2.1.0 by Arm Ltd. All rights reserved.');
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.');
};

0 comments on commit 5e3b26c

Please sign in to comment.