Skip to content

Commit

Permalink
Fix typos in documentation (#1674)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aric5301 committed Jul 31, 2024
1 parent 31f2c3f commit 9aa50b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMSIS/DoxyGen/RTOS2/src/cmsis_os2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ RTX5 offers three different memory allocation methods for objects:
- \ref StaticObjectMemory 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.

It possible to intermix all the memory allocation methods in the same application.
It's possible to intermix all the memory allocation methods in the same application.

\subsection GlobalMemoryPool Global Memory Pool

Expand Down Expand Up @@ -356,8 +356,8 @@ Memory Pool (osMemoryPoolAttr_t::mp_mem) | 4-Byte alignment. Size calculated
Message Queue (osMessageQueueAttr_t::mq_mem) | 4-Byte alignment. Size calculated with \ref osRtxMessageQueueMemSize.


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 `__attribute__((section(...)))`.
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 `__attribute__((section(...)))`.

RTX Object | Linker Section
--------------|------------------------
Expand Down

0 comments on commit 9aa50b3

Please sign in to comment.