fix for C5 build

ToDO: check if the special library list is still needed on -C5
This commit is contained in:
Frank
2026-03-27 15:44:57 +01:00
parent 40b4d55edf
commit dd048b8c23

View File

@@ -410,6 +410,7 @@ lib_deps =
https://github.com/Aircoookie/GifDecoder.git#bc3af189b6b1e06946569f6b4287f0b79a860f8e
https://github.com/jonny190/NeoPixelBus.git#wled-c5-stable ;; wled-c5-stable for C5 support: I2S exclusion, bit-bang CSR/GPIO, channel ctor overload
https://github.com/netmindz/esp_dmx/#esp-idf-v5-fixes
https://github.com/softhack007/FastLED.git#ESP32-C6 ;; patched version that avoids RMT driver conflicts when building with -D FASTLED_NO_FASTLED, and is overall less buggy and bloated
${env.lib_deps}
lib_ignore = ${esp32_idf_V5.lib_ignore}
esp_dmx ;; esp_dmx library doesn't support C5 UART registers yet