doc: Add missing threads references to object cores
Two references to the integration of object cores with threads were missing from the documentation. This fixes that. Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
This commit is contained in:
parent
39068456c4
commit
d66cf91706
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,7 @@ Object cores have been integrated into following kernel objects:
|
|||
* :ref:`Mutexes <mutexes_v2>`
|
||||
* :ref:`Pipes <pipes_v2>`
|
||||
* :ref:`Semaphores <semaphores_v2>`
|
||||
* :ref:`Threads <threads_v2>`
|
||||
* :ref:`Timers <timers_v2>`
|
||||
* :ref:`System Memory Blocks <sys_mem_blocks>`
|
||||
|
||||
|
@ -218,6 +219,7 @@ Related configuration options:
|
|||
* :kconfig:option:`CONFIG_OBJ_CORE_PIPE`
|
||||
* :kconfig:option:`CONFIG_OBJ_CORE_SEM`
|
||||
* :kconfig:option:`CONFIG_OBJ_CORE_STACK`
|
||||
* :kconfig:option:`CONFIG_OBJ_CORE_THREAD`
|
||||
* :kconfig:option:`CONFIG_OBJ_CORE_TIMER`
|
||||
* :kconfig:option:`CONFIG_OBJ_CORE_SYS_MEM_BLOCKS`
|
||||
* :kconfig:option:`CONFIG_OBJ_CORE_STATS`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue