zephyr/arch
Ioannis Glaropoulos 80d38788fc arch: arm: utilize Kconfig option for min ARM MPU region size
The commit enforces the use of ARM_MPU_REGION_MIN_ALIGN_AND_SIZE
in include/arch/arm/arch.h, instead of using 32 as a hard-coded
value. The symbol is also used in arm/thread.c to truncate the
thread stack size to satisfy MPU granularity. The commit does
not introduce behavioral changes.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2018-11-30 15:22:58 +01:00
..
arc arch: Making body of selection statement a compound statement 2018-11-29 14:21:29 -08:00
arm arch: arm: utilize Kconfig option for min ARM MPU region size 2018-11-30 15:22:58 +01:00
common
nios2 kernel: Remove _IntLibInit function 2018-11-28 14:59:10 -08:00
posix kernel: Remove _IntLibInit function 2018-11-28 14:59:10 -08:00
riscv32 kernel: Remove _IntLibInit function 2018-11-28 14:59:10 -08:00
x86 arch: Making body of selection statement a compound statement 2018-11-29 14:21:29 -08:00
xtensa kernel: Remove _IntLibInit function 2018-11-28 14:59:10 -08:00
CMakeLists.txt
Kconfig