mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
FreeRTOS: Default to canary byte stack overflow checking
Was mistakenly "none" due to name change not being propagated. Closes github issue #181: https://github.com/espressif/esp-idf/issues/181
This commit is contained in:
parent
665dcc5712
commit
e6b09dc258
@ -54,7 +54,7 @@ config FREERTOS_ASSERT_ON_UNTESTED_FUNCTION
|
|||||||
|
|
||||||
choice FREERTOS_CHECK_STACKOVERFLOW
|
choice FREERTOS_CHECK_STACKOVERFLOW
|
||||||
prompt "Check for stack overflow"
|
prompt "Check for stack overflow"
|
||||||
default FREERTOS_CHECK_STACKOVERFLOW_QUICK
|
default FREERTOS_CHECK_STACKOVERFLOW_CANARY
|
||||||
help
|
help
|
||||||
FreeRTOS can check for stack overflows in threads and trigger an user function
|
FreeRTOS can check for stack overflows in threads and trigger an user function
|
||||||
called vApplicationStackOverflowHook when this happens.
|
called vApplicationStackOverflowHook when this happens.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user