mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-23 22:06:03 +00:00
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> |
||
---|---|---|
.. | ||
core | ||
include | ||
CMakeLists.txt | ||
defconfig | ||
Kconfig |