doc: Enable Kernel Primer links to macro-type APIs
Also adds a link to function-type API that was missing. Change-Id: Ie671ad2f239cdca3ac1a2eb33248dfecfa251c79 Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
This commit is contained in:
parent
5e892b7e1e
commit
3acb1c97a3
16 changed files with 34 additions and 20 deletions
|
@ -102,7 +102,7 @@ pre-tag a thread using one of the techniques listed below.
|
|||
|
||||
* A statically-spawned x86 thread can be pre-tagged by passing the
|
||||
:c:macro:`K_FP_REGS` or :c:macro:`K_SSE_REGS` option to
|
||||
:c:macro:`K_THREAD_DEFINE()`.
|
||||
:c:macro:`K_THREAD_DEFINE`.
|
||||
|
||||
* A dynamically-spawned x86 thread can be pre-tagged by passing the
|
||||
:c:macro:`K_FP_REGS` or :c:macro:`K_SSE_REGS` option to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue