zephyr/arch
Stephanos Ioannidis e816ac7124 isr_tables: Support hardware interrupt vector table-only configuration.
The existing isr_tables implementation does not allow enabling only
hardware interrupt vector table without software isr table.

This commit ensures that CONFIG_GEN_IRQ_VECTOR_TABLE can be used
without setting CONFIG_GEN_SW_ISR_TABLE.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2020-03-13 12:02:03 +01:00
..
arc arch: arc: fake exception should set not clrear AE bit 2020-03-12 13:02:17 -04:00
arm arch: arm: aarch64: Refactor interrupt interface 2020-03-13 09:59:59 +01:00
common isr_tables: Support hardware interrupt vector table-only configuration. 2020-03-13 12:02:03 +01:00
nios2 nios2: add arch_irq_is_enabled() 2020-03-10 12:06:54 -04:00
posix
riscv
x86 revert: "program local APIC LDR register for..." 2020-02-19 14:40:19 -08:00
xtensa kernel: add APIs for atomic os on pointers 2020-03-10 10:18:16 -04:00
CMakeLists.txt
Kconfig