[ESP-IDF 5.1] Fix crashes on ESP32-S3 & ESP32-S2

This commit is contained in:
TD-er
2023-10-11 13:53:57 +02:00
parent e9cb683a4b
commit 966d3e8317
3 changed files with 5 additions and 7 deletions
+3 -1
View File
@@ -290,4 +290,6 @@ lib_ignore =
IRremoteESP8266
HeatpumpIR
ServoESP32
NeoPixelBus
NeoPixelBus
Adafruit NeoPixel
Adafruit NeoMatrix
-4
View File
@@ -25,10 +25,6 @@ extra_scripts = ${esp32_base_idf5.extra_scripts}
build_unflags = ${esp32_base_idf5.build_unflags}
-fexceptions
board_build.filesystem = littlefs
lib_ignore =
${core_esp32_IDF5_1__2_0_13.lib_ignore}
Adafruit NeoPixel
Adafruit NeoMatrix
[env:custom_ESP32c3_4M316k_CDC]
+2 -2
View File
@@ -3213,8 +3213,8 @@ To create/register a plugin, you have to :
// RMT driver used in Adafruit_NeoPixel does NOT work on IDF5.1 for RiscV chips
#ifdef ESP32C3
// RMT driver used in Adafruit_NeoPixel does NOT work on IDF5.1 for ESP32-C3/S3
#ifdef ESP32
#ifdef USES_P038
#undef USES_P038