-
CONFIG_STACK_GROWS_UP
¶
Stack grows towards higher memory addresses
Type: bool
Help¶
Select this option if the architecture has upward growing thread
stacks. This is not common.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/arch/Kconfig:318
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:29
Menu path: (Top) → General Architecture Options
config STACK_GROWS_UP
bool "Stack grows towards higher memory addresses"
help
Select this option if the architecture has upward growing thread
stacks. This is not common.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)