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 30, 2023
1 parent 3d28f46 commit 0042554
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions main/er_use.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ <h2><a class="anchor" id="evr_create_mem_ls"></a>
<p><b>Arm Compiler</b></p>
<p>For the <b>Arm Compiler</b> toolchain add the following code snippet to the linker script (.sct file), in the part specifying RAM sections (usually before Heap section):</p>
<div class="fragment"><div class="line">RW_NOINIT &lt;start_address&gt; UNINIT 0x800 {</div>
<div class="line"> *(.noinit)</div>
<div class="line"> *(.noinit.*)</div>
<div class="line"> *(.bss.noinit)</div>
<div class="line"> *(.bss.noinit.*)</div>
<div class="line">}</div>
</div><!-- fragment --><blockquote class="doxtable">
<p>&zwj;<b>Notes</b></p><ul>
Expand Down
4 changes: 2 additions & 2 deletions main/flt_use.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ <h2><a class="anchor" id="flt_create_mem_ls"></a>
<p><b>Arm Compiler:</b></p>
<p>For the Arm Compiler toolchain add the following code snippet to the linker script (.sct file), in the part specifying RAM sections (usually before Heap section):</p>
<div class="fragment"><div class="line">RW_NOINIT &lt;start_address&gt; UNINIT 0x800 {</div>
<div class="line"> *(.noinit)</div>
<div class="line"> *(.noinit.*)</div>
<div class="line"> *(.bss.noinit)</div>
<div class="line"> *(.bss.noinit.*)</div>
<div class="line">}</div>
</div><!-- fragment --><blockquote class="doxtable">
<p>&zwj;<b>Note</b></p><ul>
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.0.1-dev46');
document.write('Version 1.0.1-dev47');
};

function writeFooter() {
document.write('Generated on Mon Nov 27 2023 10:10:50 for CMSIS-View 1.0.1-dev46+g3ca717a. Copyright &copy; 2023 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Thu Nov 30 2023 08:06:59 for CMSIS-View 1.0.1-dev47+g6236f12. Copyright &copy; 2023 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.0.1-dev46",
"main": "1.0.1-dev47",
"latest": "1.0.0"
}
//--- list of versions ---
Expand Down

0 comments on commit 0042554

Please sign in to comment.