mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-23 07:26:16 +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> |
||
---|---|---|
.. | ||
cmse | ||
mpu | ||
tz | ||
CMakeLists.txt | ||
exc_manage.c | ||
Kconfig | ||
nmi_on_reset.S | ||
nmi.c | ||
prep_c.c | ||
reset.S | ||
scb.c | ||
vector_table.h | ||
vector_table.S |