mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-24 10:36:11 +00:00
This commit fixes a bug for ARM builds with no USERSPACE support where the MPU stack guard had been erroneously placed, i.e. not at the beginning of the stack object. This was eating 32-bytes off of the thread stack. In addition to that, the commit adds a usefull ASSERT statement for builds with USERSPACE, which checks that the start of the guard matches the beginning of the entire stack object. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no> |
||
---|---|---|
.. | ||
arc | ||
arm | ||
common | ||
nios2 | ||
posix | ||
riscv32 | ||
x86 | ||
x86_64 | ||
xtensa | ||
CMakeLists.txt | ||
Kconfig |