circuitpython/ports/esp32/boards/ESP32_GENERIC_C3/sdkconfig.c3usb
Angus Gratton fee9d66e3a esp32: Disable hardware stack protection on ESP32-C3.
Workaround for what appears to be an upstream issue:
https://github.com/espressif/esp-idf/issues/14456

This work was funded through GitHub Sponsors.

Signed-off-by: Angus Gratton <angus@redyak.com.au>
2024-09-04 15:15:26 +10:00

4 lines
130 B
Text

CONFIG_ESP32C3_REV_MIN_3=y
# Workaround for https://github.com/espressif/esp-idf/issues/14456
CONFIG_ESP_SYSTEM_HW_STACK_GUARD=n