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:
parent
a6c35aeee8
commit
fee9d66e3a
@ -1 +1,4 @@
|
|||||||
CONFIG_ESP32C3_REV_MIN_3=y
|
CONFIG_ESP32C3_REV_MIN_3=y
|
||||||
|
|
||||||
|
# Workaround for https://github.com/espressif/esp-idf/issues/14456
|
||||||
|
CONFIG_ESP_SYSTEM_HW_STACK_GUARD=n
|
||||||
|
|||||||
@ -1 +1,4 @@
|
|||||||
CONFIG_ESP32C3_REV_MIN_3=y
|
CONFIG_ESP32C3_REV_MIN_3=y
|
||||||
|
|
||||||
|
# Workaround for https://github.com/espressif/esp-idf/issues/14456
|
||||||
|
CONFIG_ESP_SYSTEM_HW_STACK_GUARD=n
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user