zephyr/arch/arm/core
Ioannis Glaropoulos 929da0feac arch: arm: mpu: fix thread user stack region size
In user mode a thread stack will include the optional
stack guard area (present if MPU_STACK_GUARD is defined.
The guard area has been originally take out of the thread
stack size calculation. For MPUs with no power-of-two size
requirement, we need to increase the size of the MPU region
for user-mode, to account for the additional guard region.
MPUs with power-of-two size requirement will, anyway, round
up the region size to the next power of two.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2018-11-06 22:55:16 +01:00
..
cortex_m
offsets
__aeabi_atexit.c
CMakeLists.txt
cpu_idle.S
exc_exit.S
fatal.c
fault_s.S
fault.c
irq_init.c
irq_manage.c
irq_offload.c
irq_relay.S
isr_wrapper.S
Kconfig
swap_helper.S
swap.c
sys_fatal_error_handler.c
thread_abort.c
thread.c
userspace.S