mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 23:43:30 +00:00
ARC_MPU_VER 2 has a strong requirement in * size, must be >= 2048 bytes and power of 2 * start address must be aligned to size It may bring a big waste of memory. On the other hand, GEN_PRIV_STACK is used for ARC_MPU_VER 2, it conflicts with MPU_STACK_GUARD. So considering the limmitations, remove MPU_STACK_GUARD for ARC_MPU_VER 2 Signed-off-by: Wayne Ren <wei.ren@synopsys.com> |
||
---|---|---|
.. | ||
arc | ||
arm | ||
common | ||
nios2 | ||
posix | ||
riscv | ||
x86 | ||
xtensa | ||
CMakeLists.txt | ||
Kconfig |