zephyr/arch/arm/core
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
..
cortex_a_r arch/common: Mark interrupt tables const when !DYNAMIC_INTERRUPTS 2025-06-10 22:13:09 +02:00
cortex_m arch/common: Mark interrupt tables const when !DYNAMIC_INTERRUPTS 2025-06-10 22:13:09 +02:00
mmu arch: arm: Replaced __volatile__ with volatile 2025-03-17 16:24:51 +01:00
mpu Revert "arch: arm: mpu: fix erratum 1013783-B" 2025-05-31 05:57:18 -04:00
offsets arch: arm: cortex_m: pm_s2ram: add support for all architectures 2024-11-16 14:00:44 -05:00
__aeabi_atexit.c
CMakeLists.txt
elf.c llext: Add parameters to arch_elf_relocate 2025-03-07 19:44:54 +01:00
fatal.c coredump: ARM: Ensure sp in dump is set as gdb expects 2024-11-06 10:17:59 -08:00
gdbstub.c
header.S
irq_offload.c
Kconfig arch: add dependencie for CONFIG_SRAM_VECTOR_TABLE 2025-04-25 11:03:54 +02:00
Kconfig.vfp
nmi_on_reset.S
nmi.c
swi_tables.ld
tls.c toolchain: iar: tls: no tls pointer offset in IAR 2025-02-14 19:12:44 +00:00
userspace.S
vector_table.ld
zimage_header.ld