From 0eb93c201ba166bd7186ae8ab27039c5cc9b9a68 Mon Sep 17 00:00:00 2001 From: Ioannis Glaropoulos Date: Thu, 19 Dec 2019 14:14:24 +0100 Subject: [PATCH] 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 --- doc/reference/kernel/other/interrupts.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/reference/kernel/other/interrupts.rst b/doc/reference/kernel/other/interrupts.rst index 61dbdb89bae..7e1635c9470 100644 --- a/doc/reference/kernel/other/interrupts.rst +++ b/doc/reference/kernel/other/interrupts.rst @@ -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 ======================