Skip to content

Commit

Permalink
Merge pull request #9748 from dhalbert/disable-c3-c6-stack-guard
Browse files Browse the repository at this point in the history
turn off CONFIG_ESP_SYSTEM_HW_STACK_GUARD for all relevant Espressif builds
  • Loading branch information
dhalbert authored Oct 23, 2024
2 parents 0ebbe97 + 9186420 commit aa28570
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ports/espressif/esp-idf-config/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ CONFIG_PM_ENABLE=y # required for CIRCUITPY_SETTABLE_PROCESSOR_FREQUENCY
CONFIG_ESP_MAIN_TASK_STACK_SIZE=16384
# CONFIG_ESP_TASK_WDT_INIT is not set
# CONFIG_ESP_DEBUG_OCDAWARE is not set
# CONFIG_ESP_SYSTEM_HW_STACK_GUARD is not set
# end of ESP System Settings


Expand Down

0 comments on commit aa28570

Please sign in to comment.