reduce size of -C3 builds, by removing ARTI-FX

This commit is contained in:
Frank
2024-10-27 20:55:57 +01:00
parent 1767d07e80
commit 7af3e27f64

View File

@@ -2267,6 +2267,7 @@ build_unflags = ${common.build_unflags}
-D WLED_ENABLE_DMX_INPUT ;; needs more testing
;-D WLED_DEBUG_HOST='"192.168.x.x"' ;; to disable net print
-D USERMOD_ANIMARTRIX ;; Tips our memory usage over the limit
-DUSERMOD_ARTIFX ;; over the limit
-DWLEDMM_FASTPATH ;; needs more testing on -C3
build_flags = ${common.build_flags} ${esp32c3.build_flags}
@@ -2297,9 +2298,8 @@ lib_ignore =
;IRremoteESP8266 ; use with WLED_DISABLE_INFRARED for faster compilation
OneWire ; not needed as we don't include USERMOD_DALLASTEMPERATURE
U8g2 ; not needed as we don't include USERMOD_FOUR_LINE_DISPLAY
; RAM: [=== ] 25.9% (used 84884 bytes from 327680 bytes)
; Flash: [==========] 98.9% (used 1555608 bytes from 1572864 bytes)
; RAM: [== ] 24.6% (used 80732 bytes from 327680 bytes)
; Flash: [==========] 97.5% (used 1533360 bytes from 1572864 bytes)
;; MM environment for ESP32-C3 "mini" and "super mini" -> flash mode "dio" instead of "qio" (see #101)
[env:esp32c3mini_dio_4MB_M]
extends = env:esp32c3dev_4MB_M
@@ -2316,8 +2316,8 @@ build_flags = ${env:esp32c3dev_4MB_M.build_flags}
-D WLED_DISABLE_BROWNOUT_DET ;; the board only has a 500mA LDO, better to disable brownout detection
-D WLED_DISABLE_ADALIGHT ;; to disable serial protocols for boards with CDC USB (Serial RX will receive junk commands, unless its pulled down by resistor)
-D HW_PIN_SDA=0 -D HW_PIN_SCL=1 ;; avoid pin conflicts
; RAM: [=== ] 25.8% (used 84700 bytes from 327680 bytes)
; Flash: [==========] 98.7% (used 1552582 bytes from 1572864 bytes)
; RAM: [== ] 24.6% (used 80556 bytes from 327680 bytes)
; Flash: [==========] 97.3% (used 1530346 bytes from 1572864 bytes)
[env:esp32c3dev_2MB_M]
extends = env:esp32c3dev_4MB_M
@@ -2343,8 +2343,8 @@ build_flags = ${env:esp32c3dev_4MB_M.build_flags}
-D WLED_DISABLE_ADALIGHT ;; to disable serial protocols for boards with CDC USB (Serial RX will receive junk commands, unless its pulled down by resistor)
-D HW_PIN_SDA=0 -D HW_PIN_SCL=1 ;; avoid pin conflicts
; RAM: [=== ] 25.3% (used 82828 bytes from 327680 bytes)
; Flash: [==========] 97.9% (used 1540138 bytes from 1572864 bytes)
; RAM: [== ] 24.0% (used 78676 bytes from 327680 bytes)
; Flash: [==========] 96.4% (used 1516068 bytes from 1572864 bytes)
;; MM environment for "seeed xiao -C3" boards
[env:seeed_esp32c3_4MB_S]
@@ -2378,9 +2378,8 @@ build_flags = ${common.build_flags} ${esp32c3.build_flags}
lib_deps = ${esp32c3.lib_deps} ${common_mm.lib_deps_S}
lib_ignore = IRremoteESP8266 ; use with WLED_DISABLE_INFRARED for faster compilation
monitor_filters = esp32_exception_decoder
; RAM: [== ] 23.6% (used 77460 bytes from 327680 bytes)
; Flash: [========= ] 91.7% (used 1442092 bytes from 1572864 bytes)
; RAM: [== ] 22.4% (used 73388 bytes from 327680 bytes)
; Flash: [========= ] 92.7% (used 1458598 bytes from 1572864 bytes)
# ------------------------------------------------------------------------------
# custom board environments
# ------------------------------------------------------------------------------