commit | d6df78e3b0fb895da1fcae58305716b712b690df | [log] [tgz] |
---|---|---|
author | Carlo Caione <ccaione@baylibre.com> | Thu Jun 23 13:23:46 2022 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Jun 24 20:29:20 2022 +0200 |
tree | 2b34ad542e1d1e7e57abd16633ac7e5cecbc28b8 | |
parent | 800b0869086429cfd99795d0ce86fdf8ee06e6bc [diff] |
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>