summaryrefslogtreecommitdiff
path: root/arch/arm/core/cortex_m/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/core/cortex_m/Kconfig')
-rw-r--r--arch/arm/core/cortex_m/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/core/cortex_m/Kconfig b/arch/arm/core/cortex_m/Kconfig
index 72f4d678b..390de727f 100644
--- a/arch/arm/core/cortex_m/Kconfig
+++ b/arch/arm/core/cortex_m/Kconfig
@@ -186,10 +186,11 @@ config IRQ_VECTOR_TABLE_CUSTOM
the least overhead when handling an interrupt.
Downsides:
+
- ISRs cannot have a parameter
- ISRs cannot be connected at runtime
- ISRs must notify the kernel manually by invoking _IntExit() when
- then are about to return.
+ then are about to return.
config IRQ_VECTOR_TABLE_SOC
bool