Skip to content

Commit aa28570

Browse files
authored
Merge pull request #9748 from dhalbert/disable-c3-c6-stack-guard
turn off CONFIG_ESP_SYSTEM_HW_STACK_GUARD for all relevant Espressif builds
2 parents 0ebbe97 + 9186420 commit aa28570

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/espressif/esp-idf-config/sdkconfig.defaults

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ CONFIG_PM_ENABLE=y # required for CIRCUITPY_SETTABLE_PROCESSOR_FREQUENCY
3939
CONFIG_ESP_MAIN_TASK_STACK_SIZE=16384
4040
# CONFIG_ESP_TASK_WDT_INIT is not set
4141
# CONFIG_ESP_DEBUG_OCDAWARE is not set
42+
# CONFIG_ESP_SYSTEM_HW_STACK_GUARD is not set
4243
# end of ESP System Settings
4344

4445

0 commit comments

Comments
 (0)