zephyr/arch/common
Keith Packard 513e6ed5d2 arch/common: Mark interrupt tables const when !DYNAMIC_INTERRUPTS
When not using dynamic interrupt mapping, various interrupt tables are
configured to be stored in read-only memory in the linker script.. Mark
them const so that the linker doesn't complain.

This affects _sw_isr_table, _irq_vector_table, and z_shared_sw_isr_table in
arch/common along with _VectorTable in arch/arc.

Signed-off-by: Keith Packard <keithp@keithp.com>
2025-06-10 22:13:09 +02:00
..
include
CMakeLists.txt toolchain: iar: Add experimental IAR support 2025-02-14 19:12:44 +00:00
dynamic_isr.c
fill_with_zeros.ld
isr_tables_shell.c arch/common: Mark interrupt tables const when !DYNAMIC_INTERRUPTS 2025-06-10 22:13:09 +02:00
isr_tables.c arch/common: Mark interrupt tables const when !DYNAMIC_INTERRUPTS 2025-06-10 22:13:09 +02:00
Kconfig arch: remove CONFIG_LEGACY_MULTI_LEVEL_TABLE_GENERATION 2025-01-23 16:32:36 +01:00
multilevel_irq.c
nocache.ld arch: common: Make nocache region loadable 2025-04-21 12:42:19 +02:00
ramfunc.ld
rom_start_address.ld
rom_start_offset.ld
semihost.c
shared_irq.c
sw_isr_common.c
timing.c arch: common: timing: Fix timing cycles 32bit rollover 2025-01-17 20:07:16 +01:00