doc: Clarify requirements for referencing microkernel objects
Revises microkernel object sections to make it clear that objects are referenced by name. (e.g. MY_TASK) Also adds text to make it clear that task groups are named entities. Change-Id: I3480f3526293dae7a0bab2006250c97334e04dfb Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
This commit is contained in:
parent
1780da4151
commit
945ed24597
9 changed files with 25 additions and 21 deletions
|
@ -111,8 +111,8 @@ as follows:
|
|||
POOL MY_POOL 32 8192 1
|
||||
POOL SECOND_POOL_ID 64 1024 5
|
||||
|
||||
A public memory pool can be referenced from any source file that includes
|
||||
the file :file:`zephyr.h`.
|
||||
A public memory pool can be referenced by name from any source file that
|
||||
includes the file :file:`zephyr.h`.
|
||||
|
||||
.. note::
|
||||
Private memory pools are not supported by the Zephyr kernel.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue