zephyr/arch/arm/core
Ioannis Glaropoulos 799b5fe4fd arch: arm: clean-up inclusions in arm_core_mpu
arm_core_mpu.h and arm_core_mpu.c defined and implement kernel
APIs for memory protection, respectively. Therefore, they do not
need to directly include ARM CMSIS headers, or arm_mpu.h (or
nxp_mpu.h) which are supposed to define MPU-related kernel types
and convenience macros for the specific MPU architecture. These
headers are indirectly included by including kernel.h.

Similarly, arm_mpu.h shall not need to include internal/external
headers of memory protection APIs.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2018-12-05 15:15:07 -05:00
..
cortex_m arch: arm: clean-up inclusions in arm_core_mpu 2018-12-05 15:15:07 -05:00
offsets
CMakeLists.txt arch: arm: Make ARM_MPU the sole option controlling MPU usage 2018-09-20 14:16:50 +02:00
Kconfig kernel: Add a "nocache" read-write memory section 2018-12-03 09:54:31 -08:00
__aeabi_atexit.c
cpu_idle.S kernel: Using the same paramenters names in a specific function 2018-09-28 07:58:19 +05:30
exc_exit.S kernel: New timeslicing implementation 2018-10-16 15:03:10 -04:00
fatal.c arch: Add LOG_PANIC to fault handlers 2018-09-27 13:11:26 +05:30
fault.c arch: Add LOG_PANIC to fault handlers 2018-09-27 13:11:26 +05:30
fault_s.S
irq_init.c
irq_manage.c dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig 2018-11-13 10:44:42 -06:00
irq_offload.c
irq_relay.S arch: Remove board.h include from arch files 2018-11-01 13:15:18 +01:00
isr_wrapper.S isr_wrapper: Use 'bx' instead of 'b' to jump to _IntExit 2018-11-08 17:07:06 -05:00
swap.c kernel: swap: Fix __swap signature 2018-09-14 16:55:37 -04:00
swap_helper.S subsys: debug: tracing: Fix thread tracing 2018-10-29 22:09:12 -04:00
sys_fatal_error_handler.c
thread.c arch: arm: utilize Kconfig option for min ARM MPU region size 2018-11-30 15:22:58 +01:00
thread_abort.c kernel: Explicitly ignoring _Swap return 2018-09-14 16:55:37 -04:00
userspace.S arch: arm: typos and style fixes in userspace.S 2018-10-23 09:37:29 -07:00