doc: list dynamic direct interrupts as ARM supported API
Document that the Dynamic Direct interrupts feature is implemented and supported as an ARM-only API. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
a07cb30d18
commit
0eb93c201b
1 changed files with 4 additions and 1 deletions
|
@ -282,7 +282,10 @@ The following code demonstrates a direct ISR:
|
||||||
...
|
...
|
||||||
}
|
}
|
||||||
|
|
||||||
Installation of dynamic direct interrupts is currently unsupported.
|
Installation of dynamic direct interrupts is supported on an
|
||||||
|
architecture-specific basis. (The feature is currently implemented in
|
||||||
|
ARM Cortex-M architecture variant. Dynamic direct interrupts feature is
|
||||||
|
exposed to the user via an ARM-only API.)
|
||||||
|
|
||||||
Implementation Details
|
Implementation Details
|
||||||
======================
|
======================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue