zephyr/arch/common
Samuel Chee d9eed167d0 arm: mpu: Unify ARM_MPU kconfig definitions
Previously, there were two separate Kconfig definitions
of ARM_MPU located at:
- arch/arm/core/mpu/Kconfig
- arch/arm64/core/cortex_r/Kconfig

This lead to incomplete default settings and unexpected
missing configurations.

This commit combines the two into a single unified definition
now located at arch/common/Kconfig to prevent this.

Signed-off-by: Samuel Chee <samche01@arm.com>
2025-01-09 11:55:22 +01:00
..
include
CMakeLists.txt arch: common: isr_tables: add shell command 2024-08-12 10:10:57 +02:00
dynamic_isr.c
fill_with_zeros.ld
isr_tables.c everywhere: replace #if IS_ENABLED() as per docs 2024-06-28 07:20:32 -04:00
isr_tables_shell.c arch: common: isr_tables: add shell command 2024-08-12 10:10:57 +02:00
Kconfig arm: mpu: Unify ARM_MPU kconfig definitions 2025-01-09 11:55:22 +01:00
multilevel_irq.c arch: multilevel_irq: fix interrupt bits check 2024-09-06 14:06:23 -05:00
multilevel_irq_legacy.c arch: sw_isr: revamp multi-level interrupt architecture 2024-05-25 11:24:32 +03:00
nocache.ld Revert "arch: common: Add user can specify the nocache location" 2024-10-04 22:52:31 +01:00
ramfunc.ld arch: common: fix copy for ramfunc region during XIP init 2024-11-06 10:19:08 -08:00
rom_start_address.ld
rom_start_offset.ld
semihost.c
shared_irq.c arch: Fix assert logic for installing shared interrupt 2024-09-11 07:41:20 -04:00
sw_isr_common.c
timing.c