Skip to content

Commit bf780be

Browse files
committed
CONFIG_ESP_SYSTEM_HW_STACK_GUARD=n for ESP32-C3 and ESP32-C6
1 parent e8bd4ab commit bf780be

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,7 @@ CONFIG_NEWLIB_NANO_FORMAT=y
4646

4747
# end of Component config
4848

49+
# Workaround for https://github.com/espressif/esp-idf/issues/14456
50+
CONFIG_ESP_SYSTEM_HW_STACK_GUARD=n
51+
4952
# end of Espressif IoT Development Framework Configuration

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,7 @@ CONFIG_ESP_WIFI_STATIC_RX_BUFFER_NUM=4
5151

5252
# end of Component config
5353

54+
# Workaround for https://github.com/espressif/esp-idf/issues/14456
55+
CONFIG_ESP_SYSTEM_HW_STACK_GUARD=n
56+
5457
# end of Espressif IoT Development Framework Configuration

0 commit comments

Comments
 (0)