Explorar o código

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
Angus Gratton %!s(int64=9) %!d(string=hai) anos
pai
achega
e6b09dc258
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      components/freertos/Kconfig

+ 1 - 1
components/freertos/Kconfig

@@ -54,7 +54,7 @@ config FREERTOS_ASSERT_ON_UNTESTED_FUNCTION
 
 choice FREERTOS_CHECK_STACKOVERFLOW
     prompt "Check for stack overflow"
-    default FREERTOS_CHECK_STACKOVERFLOW_QUICK
+    default FREERTOS_CHECK_STACKOVERFLOW_CANARY
     help
         FreeRTOS can check for stack overflows in threads and trigger an user function
         called vApplicationStackOverflowHook when this happens.