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 c9c043e commit de66113
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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 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.');
};
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 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.');
};
4 changes: 2 additions & 2 deletions main/infrastructure/html/run_mdk_vscode.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,10 @@ <h1><a class="anchor" id="mdk_vscode_vcpkg"></a>
<div class="line"> }</div>
<div class="line"> ],</div>
<div class="line"> &quot;requires&quot;: {</div>
<div class="line"> &quot;arm:models/arm/avh-fvp&quot;: &quot;^11.26.11&quot;</div>
<div class="line"> &quot;arm:models/arm/avh-fvp&quot;: &quot;^11.27.31&quot;</div>
<div class="line"> }</div>
<div class="line">}</div>
</div><!-- fragment --><p>Note that in Keil Studio also other artifacts are usually present for build and debug tasks.</p>
</div><!-- fragment --><p>Note that in Keil Studio also other artifacts are usually present for build and debug tasks such as cmsis-toolbox, compiler toolchain, and others.</p>
<h1><a class="anchor" id="mdk_vscode_build"></a>
Program Build</h1>
<p>Follow the instructions provided in the <a href="https://developer.arm.com/documentation/108029/0000/Get-started-with-an-example-project/Build-the-example-project">Build the example project</a> in the Arm Keil Studio for VS Code User's Guide.</p>
Expand Down
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 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.');
};
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 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.');
};

0 comments on commit de66113

Please sign in to comment.