kernel: improve help text of INIT_STACKS option
This commit improves the help text of INIT_STACKS Kconfig option, so it indicates that the stack initialization applies also to the interrupt stack. Fixes #7196. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
6585fe45b1
commit
57b7c3ded9
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ config INIT_STACKS
|
|||
This option instructs the kernel to initialize stack areas with a
|
||||
known value (0xaa) before they are first used, so that the high
|
||||
water mark can be easily determined. This applies to the stack areas
|
||||
for threads.
|
||||
for threads, as well as to the interrupt stack.
|
||||
|
||||
config KERNEL_DEBUG
|
||||
bool "Kernel debugging"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue