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>
This commit is contained in:
Angus Gratton 2024-09-03 15:39:36 +10:00 committed by Damien George
parent a6c35aeee8
commit fee9d66e3a
2 changed files with 6 additions and 0 deletions

View File

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

View File

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