Merge pull request #9748 from dhalbert/disable-c3-c6-stack-guard
turn off CONFIG_ESP_SYSTEM_HW_STACK_GUARD for all relevant Espressif builds
This commit is contained in:
commit
aa285706fe
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ CONFIG_PM_ENABLE=y # required for CIRCUITPY_SETTABLE_PROCESSOR_FREQUENCY
|
||||||
CONFIG_ESP_MAIN_TASK_STACK_SIZE=16384
|
CONFIG_ESP_MAIN_TASK_STACK_SIZE=16384
|
||||||
# CONFIG_ESP_TASK_WDT_INIT is not set
|
# CONFIG_ESP_TASK_WDT_INIT is not set
|
||||||
# CONFIG_ESP_DEBUG_OCDAWARE is not set
|
# CONFIG_ESP_DEBUG_OCDAWARE is not set
|
||||||
|
# CONFIG_ESP_SYSTEM_HW_STACK_GUARD is not set
|
||||||
# end of ESP System Settings
|
# end of ESP System Settings
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue