Skip to content

Commit

Permalink
Update develop documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 31, 2024
1 parent 095a1fe commit f6f10e0
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion develop/Core/html/cmsis_footer.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
function writeFooter() {
document.write('Generated on Mon Jul 29 2024 10:52:21 for CMSIS-Core (Cortex-M) Version 5.7.0 by Arm Ltd. All rights reserved.');
document.write('Generated on Wed Jul 31 2024 06:05:35 for CMSIS-Core (Cortex-M) Version 5.7.0 by Arm Ltd. All rights reserved.');
};
2 changes: 1 addition & 1 deletion develop/Core_A/html/cmsis_footer.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
function writeFooter() {
document.write('Generated on Mon Jul 29 2024 10:52:22 for CMSIS-Core (Cortex-A) Version 1.2.1 by Arm Ltd. All rights reserved.');
document.write('Generated on Wed Jul 31 2024 06:05:36 for CMSIS-Core (Cortex-A) Version 1.2.1 by Arm Ltd. All rights reserved.');
};
2 changes: 1 addition & 1 deletion develop/DAP/html/cmsis_footer.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
function writeFooter() {
document.write('Generated on Mon Jul 29 2024 10:52:23 for CMSIS-DAP Version 2.1.2 by Arm Ltd. All rights reserved.');
document.write('Generated on Wed Jul 31 2024 06:05:37 for CMSIS-DAP Version 2.1.2 by Arm Ltd. All rights reserved.');
};
2 changes: 1 addition & 1 deletion develop/Driver/html/cmsis_footer.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
function writeFooter() {
document.write('Generated on Mon Jul 29 2024 10:52:23 for CMSIS-Driver Version 2.8.0 by Arm Ltd. All rights reserved.');
document.write('Generated on Wed Jul 31 2024 06:05:37 for CMSIS-Driver Version 2.8.0 by Arm Ltd. All rights reserved.');
};
2 changes: 1 addition & 1 deletion develop/General/html/cmsis_footer.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
function writeFooter() {
document.write('Generated on Mon Jul 29 2024 10:52:23 for CMSIS Version 5.9.0 by Arm Ltd. All rights reserved.');
document.write('Generated on Wed Jul 31 2024 06:05:37 for CMSIS Version 5.9.0 by Arm Ltd. All rights reserved.');
};
2 changes: 1 addition & 1 deletion develop/RTOS/html/cmsis_footer.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
function writeFooter() {
document.write('Generated on Mon Jul 29 2024 10:52:23 for CMSIS-RTOS Version 1.03 by Arm Ltd. All rights reserved.');
document.write('Generated on Wed Jul 31 2024 06:05:37 for CMSIS-RTOS Version 1.03 by Arm Ltd. All rights reserved.');
};
2 changes: 1 addition & 1 deletion develop/RTOS2/html/cmsis_footer.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
function writeFooter() {
document.write('Generated on Mon Jul 29 2024 10:52:24 for CMSIS-RTOS2 Version 2.2.0 by Arm Ltd. All rights reserved.');
document.write('Generated on Wed Jul 31 2024 06:05:38 for CMSIS-RTOS2 Version 2.2.0 by Arm Ltd. All rights reserved.');
};
4 changes: 2 additions & 2 deletions develop/RTOS2/html/theory_of_operation.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ <h1><a class="anchor" id="MemoryAllocation"></a>
<li><a class="el" href="theory_of_operation.html#ObjectMemoryPool">Object-specific Memory Pools</a> uses a fixed-size memory pool for each object type. The method is time deterministic and avoids memory fragmentation.</li>
<li><a class="el" href="theory_of_operation.html#StaticObjectMemory">Static Object Memory</a> reserves memory during compile time and completely avoids that a system can be out of memory. This is typically a required for some safety critical systems.</li>
</ul>
<p>It possible to intermix all the memory allocation methods in the same application.</p>
<p>It's possible to intermix all the memory allocation methods in the same application.</p>
<h2><a class="anchor" id="GlobalMemoryPool"></a>
Global Memory Pool</h2>
<p>The global memory pool allocates all objects from a memory area. This method of memory allocation is the default configuration setting of RTX5.</p>
Expand Down Expand Up @@ -203,7 +203,7 @@ <h2><a class="anchor" id="StaticObjectMemory"></a>
<tr>
<td>Message Queue (<a class="el" href="group__CMSIS__RTOS__Message.html#a4e208dc0fb049b42c4b90cbd2791c5ad" title="memory for data storage ">osMessageQueueAttr_t::mq_mem</a>) </td><td>4-Byte alignment. Size calculated with <a class="el" href="group__rtx5__specific__defines.html#ga47eb1e21f1bf9a42281c6c89c7473e99">osRtxMessageQueueMemSize</a>. </td></tr>
</table>
<p>In order to allow RTX5 aware debugging, i.e. Component Viewer, to recognize control blocks these needs to be placed in individual memory sections, i.e. using <code>__attribute__((section(...)))</code>.</p>
<p>In order to allow RTX5 aware debugging, i.e. Component Viewer, to recognize control blocks, they need to be placed in individual memory sections by using <code>__attribute__((section(...)))</code>.</p>
<table class="doxtable">
<tr>
<th>RTX Object </th><th>Linker Section </th></tr>
Expand Down
2 changes: 1 addition & 1 deletion develop/SVD/html/cmsis_footer.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
function writeFooter() {
document.write('Generated on Mon Jul 29 2024 10:52:24 for CMSIS-SVD Version 1.3.9 by Arm Ltd. All rights reserved.');
document.write('Generated on Wed Jul 31 2024 06:05:38 for CMSIS-SVD Version 1.3.9 by Arm Ltd. All rights reserved.');
};
2 changes: 1 addition & 1 deletion develop/Zone/html/cmsis_footer.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
function writeFooter() {
document.write('Generated on Mon Jul 29 2024 10:52:24 for CMSIS-Zone Version 1.2.0-alpha by Arm Ltd. All rights reserved.');
document.write('Generated on Wed Jul 31 2024 06:05:38 for CMSIS-Zone Version 1.2.0-alpha by Arm Ltd. All rights reserved.');
};

0 comments on commit f6f10e0

Please sign in to comment.