zephyr/arch/common
Carlo Caione d6df78e3b0 gen_isr_tables: Cleanup IRQ vector table generation
Under no circumstances the generated IRQ vector table can and should
contain NULL values. This is correctly enforced at generation time by
the gen_isr_tables.py script making the existence of the ISR_WRAPPER
define useless.

The enforced behaviour is:
- When the ISR software table exists defaults to _isr_wrapper
- Otherwise defaults to z_irq_spurious

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
2022-06-24 20:29:20 +02:00
..
CMakeLists.txt arch: gen_isr_tables: migrate to <zephyr/...> include prefix 2022-05-09 12:45:29 -04:00
gen_isr_tables.py gen_isr_tables: Cleanup IRQ vector table generation 2022-06-24 20:29:20 +02:00
isr_tables.c arch: migrate includes to <zephyr/...> 2022-05-06 19:57:22 +02:00
Kconfig
nocache.ld
ramfunc.ld
rom_start_offset.ld
semihost.c
sw_isr_common.c arch: migrate includes to <zephyr/...> 2022-05-06 19:57:22 +02:00
timing.c arch: migrate includes to <zephyr/...> 2022-05-06 19:57:22 +02:00