Merge branch 'mdev' into ES8388S
This commit is contained in:
166
platformio.ini
166
platformio.ini
@@ -41,7 +41,7 @@
|
||||
; MoonModules entries
|
||||
; ===================
|
||||
|
||||
; default_envs = esp32_4MB_min, esp32_4MB_max, esp32_16MB_max, esp8266_4MB_min, esp32_4MB_PSRAM_max, esp32S3_8MB_max, wemos_shield_esp32_4MB_max, wemos_shield_esp32_16MB_max, esp32_pico_4MB_max
|
||||
; default_envs = esp32_4MB_min, esp32_4MB_max, esp32_16MB_max, esp8266_4MB_min, esp32_4MB_PSRAM_max, esp32S3_8MB_max, wemos_shield_esp32_4MB_max, wemos_shield_esp32_4MB_ICS4343x_max, wemos_shield_esp32_4MB_SPM1423_max, wemos_shield_esp32_4MB_LineIn_max, wemos_shield_esp32_16MB_max, esp32_pico_4MB_max
|
||||
; default_envs = esp32_4MB_min
|
||||
default_envs = esp32_4MB_max ; recommended default
|
||||
; default_envs = esp32_16MB_max
|
||||
@@ -52,6 +52,9 @@ default_envs = esp32_4MB_max ; recommended default
|
||||
; default_envs = esp32_4MB_PSRAM_max
|
||||
; default_envs = esp32S3_8MB_max
|
||||
; default_envs = wemos_shield_esp32_4MB_max
|
||||
; default_envs = wemos_shield_esp32_4MB_ICS4343x_max
|
||||
; default_envs = wemos_shield_esp32_4MB_SPM1423_max
|
||||
; default_envs = wemos_shield_esp32_4MB_LineIn_max
|
||||
; default_envs = wemos_shield_esp32_16MB_max
|
||||
; default_envs = esp32_pico_4MB_max
|
||||
|
||||
@@ -431,23 +434,33 @@ board = esp32-c3-devkitm-1
|
||||
;platform_packages =
|
||||
platform = ${esp32.platformV4}
|
||||
platform_packages = ${esp32.platformV4_packages}
|
||||
-D CONFIG_LITTLEFS_FOR_IDF_3_2 -D WLED_WATCHDOG_TIMEOUT=0
|
||||
board_build.partitions = tools/WLED_ESP32_4MB_1MB_FS.csv
|
||||
build_flags = ${common.build_flags} ${esp32c3.build_flags} #-D WLED_RELEASE_NAME=ESP32-C3
|
||||
-D WLED_WATCHDOG_TIMEOUT=0
|
||||
build_flags = ${common.build_flags} ${esp32c3.build_flags} -D WLED_RELEASE_NAME=ESP32-C3
|
||||
-D CONFIG_LITTLEFS_FOR_IDF_3_2 -D WLED_WATCHDOG_TIMEOUT=0
|
||||
-D WLED_USE_MY_CONFIG
|
||||
; -D USERMOD_AUDIOREACTIVE
|
||||
-D USERMOD_CUSTOMEFFECTS
|
||||
upload_speed = 460800
|
||||
build_unflags = ${common.build_unflags}
|
||||
lib_deps = ${esp32c3.lib_deps}
|
||||
; https://github.com/blazoncek/arduinoFFT.git
|
||||
|
||||
[env:esp32s3dev_8MB]
|
||||
;; ESP32-S3-DevKitC-1 development board, with 8MB FLASH, no PSRAM
|
||||
board = esp32-s3-devkitc-1
|
||||
platform = espressif32@5.1.1
|
||||
platform_packages = platformio/framework-arduinoespressif32@3.20004.220825
|
||||
;platform = espressif32@5.1.1
|
||||
;platform_packages = platformio/framework-arduinoespressif32@3.20004.220825
|
||||
platform = ${esp32.platformV4}
|
||||
platform_packages = ${esp32.platformV4_packages}
|
||||
upload_speed = 921600
|
||||
build_unflags = ${common.build_unflags}
|
||||
build_flags = ${common.build_flags} ${esp32s3.build_flags} -D CONFIG_LITTLEFS_FOR_IDF_3_2 -D WLED_WATCHDOG_TIMEOUT=0 -D ARDUINO_USB_MODE=1 -D ARDUINO_USB_CDC_ON_BOOT=0 -D ARDUINO_USB_MSC_ON_BOOT=0
|
||||
-D WLED_RELEASE_NAME=ESP32-S3
|
||||
-D WLED_USE_MY_CONFIG
|
||||
-D USERMOD_AUDIOREACTIVE
|
||||
-D USERMOD_CUSTOMEFFECTS
|
||||
lib_deps = ${esp32s3.lib_deps}
|
||||
https://github.com/blazoncek/arduinoFFT.git
|
||||
board_build.partitions = tools/WLED_ESP32_8MB.csv
|
||||
board_build.f_flash = 80000000L
|
||||
board_build.flash_mode = qio
|
||||
@@ -516,13 +529,16 @@ build_flags = ${common.build_flags_esp8266} -D LEDPIN=12 -D IRPIN=-1 -D RLYPIN=2
|
||||
lib_deps = ${esp8266.lib_deps}
|
||||
|
||||
[env:lolin_s2_mini]
|
||||
platform = espressif32@5.1.1
|
||||
;platform = espressif32@5.1.1
|
||||
platform = ${esp32.platformV4}
|
||||
platform_packages = ${esp32.platformV4_packages}
|
||||
board = lolin_s2_mini
|
||||
board_build.partitions = tools/WLED_ESP32_4MB_1MB_FS.csv
|
||||
build_unflags = ${common.build_unflags}
|
||||
build_flags = ${common.build_flags} ${esp32s2.build_flags} #-D WLED_RELEASE_NAME=LolinS2
|
||||
build_flags = ${common.build_flags} ${esp32s2.build_flags} -D WLED_RELEASE_NAME=LolinS2
|
||||
-DBOARD_HAS_PSRAM
|
||||
-D ARDUINO_USB_CDC_ON_BOOT
|
||||
;-D ARDUINO_USB_CDC_ON_BOOT=0
|
||||
-D WLED_USE_PSRAM
|
||||
-D WLED_WATCHDOG_TIMEOUT=0
|
||||
-D CONFIG_ASYNC_TCP_USE_WDT=0
|
||||
@@ -535,8 +551,13 @@ build_flags = ${common.build_flags} ${esp32s2.build_flags} #-D WLED_RELEASE_NAME
|
||||
-D HW_PIN_CLOCKSPI=7
|
||||
-D HW_PIN_DATASPI=11
|
||||
-D HW_PIN_MISOSPI=9
|
||||
; -D STATUSLED=15
|
||||
; -D STATUSLED=15
|
||||
-D WLED_USE_MY_CONFIG
|
||||
-D USERMOD_AUDIOREACTIVE
|
||||
-D USERMOD_CUSTOMEFFECTS
|
||||
|
||||
lib_deps = ${esp32s2.lib_deps}
|
||||
https://github.com/blazoncek/arduinoFFT.git
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
# MoonModules configs
|
||||
@@ -556,6 +577,13 @@ build_flags_min =
|
||||
-D USERMOD_CUSTOMEFFECTS ; WLEDMM usermod
|
||||
; -D WLED_DEBUG ; lots of generic debug messages
|
||||
; -D SR_DEBUG ; some extra debug messages from audioreactive
|
||||
; -D MIC_LOGGER ; for sound input monitoring & debugging (use arduino serial plotter)
|
||||
; -D WLED_DISABLE_LOXONE
|
||||
; -D WLED_DISABLE_ALEXA
|
||||
; -D WLED_DISABLE_HUESYNC
|
||||
; -D WLED_DISABLE_MQTT
|
||||
; -D WLED_DISABLE_INFRARED
|
||||
; -D WLED_ENABLE_DMX
|
||||
|
||||
lib_deps_min =
|
||||
https://github.com/kosme/arduinoFFT#develop @ 1.9.2 ; used for USERMOD_AUDIOREACTIVE
|
||||
@@ -586,7 +614,7 @@ lib_deps_max =
|
||||
; base entries (without WLED_RELEASE_NAME)
|
||||
|
||||
; esp32_4MB_min_base: basis for min entries and for max_base
|
||||
[env:esp32_4MB_min_base]
|
||||
[esp32_4MB_min_base]
|
||||
board = esp32dev
|
||||
platform = ${esp32.platform}
|
||||
upload_speed = 460800 ; or 921600
|
||||
@@ -599,15 +627,15 @@ board_build.f_flash = 80000000L ; use full 80MHz speed for flash (default = 40Mh
|
||||
board_build.flash_mode = dio ; (dio = dual i/o; more compatible than qio = quad i/o)
|
||||
|
||||
;esp32_4MB_max_base: basis for max entries, uses esp32_4MB_min_base, build_flags_max and lib_deps_max
|
||||
[env:esp32_4MB_max_base]
|
||||
extends = env:esp32_4MB_min_base
|
||||
build_flags = ${env:esp32_4MB_min_base.build_flags} ${common_mm.build_flags_max}
|
||||
lib_deps = ${env:esp32_4MB_min_base.lib_deps} ${common_mm.lib_deps_max}
|
||||
board_build.partitions = ${env:esp32_4MB_min_base.board_build.partitions}
|
||||
[esp32_4MB_max_base]
|
||||
extends = esp32_4MB_min_base
|
||||
build_flags = ${esp32_4MB_min_base.build_flags} ${common_mm.build_flags_max}
|
||||
lib_deps = ${esp32_4MB_min_base.lib_deps} ${common_mm.lib_deps_max}
|
||||
board_build.partitions = ${esp32_4MB_min_base.board_build.partitions}
|
||||
; board_build.partitions = tools/WLED_ESP32-wrover_4MB.csv
|
||||
|
||||
;esp32_4MB_V4_max_base: basis for V4 entries, uses build_flags_min, build_flags_max, lib_deps_min and lib_deps_max
|
||||
[env:esp32_4MB_V4_min_base]
|
||||
[esp32_4MB_V4_min_base]
|
||||
board = esp32dev
|
||||
upload_speed = 460800 ; or 921600
|
||||
platform = ${esp32.platformV4}
|
||||
@@ -619,12 +647,13 @@ lib_deps = ${esp32.lib_depsV4} ${common_mm.lib_deps_min}
|
||||
board_build.partitions = ${esp32.default_partitions}
|
||||
board_build.f_flash = 80000000L ; use full 80MHz speed for flash (default = 40Mhz)
|
||||
board_build.flash_mode = dio ; (dio = dual i/o; more compatible than qio = quad i/o)
|
||||
;lib_ignore = IRremoteESP8266 ; use with WLED_DISABLE_INFRARED for faster compilation
|
||||
|
||||
[env:esp32_4MB_V4_max_base]
|
||||
extends = env:esp32_4MB_V4_min_base
|
||||
build_flags = ${env:esp32_4MB_V4_min_base.build_flags} ${common_mm.build_flags_max}
|
||||
lib_deps = ${env:esp32_4MB_V4_min_base.lib_deps} ${common_mm.lib_deps_max}
|
||||
board_build.partitions = ${env:esp32_4MB_V4_min_base.board_build.partitions}
|
||||
[esp32_4MB_V4_max_base]
|
||||
extends = esp32_4MB_V4_min_base
|
||||
build_flags = ${esp32_4MB_V4_min_base.build_flags} ${common_mm.build_flags_max}
|
||||
lib_deps = ${esp32_4MB_V4_min_base.lib_deps} ${common_mm.lib_deps_max}
|
||||
board_build.partitions = ${esp32_4MB_V4_min_base.board_build.partitions}
|
||||
;board_build.flash_mode = qio ; (dio = dual i/o; more compatible than qio = quad i/o)
|
||||
|
||||
; end of base entries
|
||||
@@ -633,8 +662,8 @@ board_build.partitions = ${env:esp32_4MB_V4_min_base.board_build.partitions}
|
||||
|
||||
; esp32_4MB_min: bin entry, uses esp32_4MB_min_base
|
||||
[env:esp32_4MB_min]
|
||||
extends = env:esp32_4MB_min_base
|
||||
build_flags = ${env:esp32_4MB_min_base.build_flags}
|
||||
extends = esp32_4MB_min_base
|
||||
build_flags = ${esp32_4MB_min_base.build_flags}
|
||||
-D WLED_RELEASE_NAME=esp32_4MB_min ; This will be included in the firmware.bin filename
|
||||
; RAM: [== ] 24.1% (used 78900 bytes from 327680 bytes)
|
||||
; Flash: [======== ] 83.7% (used 1315729 bytes from 1572864 bytes)
|
||||
@@ -650,8 +679,8 @@ build_flags = ${env:esp32_4MB_min_base.build_flags}
|
||||
|
||||
; esp32_4MB_max: bin entry, uses esp32_4MB_max_base
|
||||
[env:esp32_4MB_max]
|
||||
extends = env:esp32_4MB_max_base
|
||||
build_flags = ${env:esp32_4MB_max_base.build_flags}
|
||||
extends = esp32_4MB_max_base
|
||||
build_flags = ${esp32_4MB_max_base.build_flags}
|
||||
-D WLED_RELEASE_NAME=esp32_4MB_max ; This will be included in the firmware.bin filename
|
||||
; RAM: [== ] 24.4% (used 79804 bytes from 327680 bytes)
|
||||
; Flash: [========= ] 88.7% (used 1394813 bytes from 1572864 bytes)
|
||||
@@ -661,16 +690,22 @@ build_flags = ${env:esp32_4MB_max_base.build_flags}
|
||||
|
||||
; esp32_16MB_max: bin entry, uses esp32_4MB_max_base and adds 16MB settings
|
||||
[env:esp32_16MB_max]
|
||||
extends = env:esp32_4MB_max_base
|
||||
extends = esp32_4MB_max_base
|
||||
board = esp32_twilord ; "TwilightLord" ESP32 with 16MB Flash
|
||||
board_build.partitions = tools/WLED_ESP32_16MB.csv ; for esp32_twilord with 16MB flash
|
||||
build_flags = ${env:esp32_4MB_max_base.build_flags}
|
||||
build_flags = ${esp32_4MB_max_base.build_flags}
|
||||
-D WLED_RELEASE_NAME=esp32_16MB_max ; This will be included in the firmware.bin filename
|
||||
; RAM: [== ] 24.4% (used 79804 bytes from 327680 bytes)
|
||||
; Flash: [======= ] 66.5% (used 1394813 bytes from 2097152 bytes)
|
||||
; -D WLED_DEBUG
|
||||
; -D SR_DEBUG
|
||||
; -D MIC_LOGGER
|
||||
; -D WLED_DISABLE_LOXONE
|
||||
; -D WLED_DISABLE_ALEXA
|
||||
; -D WLED_DISABLE_HUESYNC
|
||||
; -D WLED_DISABLE_MQTT
|
||||
; -D WLED_DISABLE_INFRARED
|
||||
;lib_ignore = IRremoteESP8266 ; use with WLED_DISABLE_INFRARED for faster compilation
|
||||
|
||||
; esp8266_4MB_min: bin entry for 8266, with 2D (WIP)
|
||||
[env:esp8266_4MB_min]
|
||||
@@ -684,6 +719,7 @@ build_flags = ${common.build_flags_esp8266}
|
||||
-D WLED_DISABLE_HUESYNC
|
||||
; -D WLED_DISABLE_2D
|
||||
; -D USERMOD_AUDIOREACTIVE
|
||||
; -D USERMOD_CUSTOMEFFECTS ; to be done
|
||||
-UWLED_USE_MY_CONFIG
|
||||
; monitor_filters = esp8266_exception_decoder
|
||||
; RAM: [====== ] 58.7% (used 48056 bytes from 81920 bytes)
|
||||
@@ -697,8 +733,8 @@ build_flags = ${common.build_flags_esp8266}
|
||||
|
||||
; esp32_4MB_V4_min: bin entry compiled with ESP-IDF 4.4.1, uses esp32_4MB_V4_min_base
|
||||
[env:esp32_4MB_V4_min]
|
||||
extends = env:esp32_4MB_V4_min_base
|
||||
build_flags = ${env:esp32_4MB_V4_min_base.build_flags}
|
||||
extends = esp32_4MB_V4_min_base
|
||||
build_flags = ${esp32_4MB_V4_min_base.build_flags}
|
||||
-D WLED_RELEASE_NAME=esp32_4MB_V4_min ; This will be included in the firmware.bin filename
|
||||
-D WLED_WATCHDOG_TIMEOUT=0 #-D WLED_DISABLE_BROWNOUT_DET
|
||||
-D ARDUINO_USB_CDC_ON_BOOT=0 ; needed for arduino-esp32 >=2.0.4; avoids errors on startup
|
||||
@@ -712,11 +748,12 @@ build_flags = ${env:esp32_4MB_V4_min_base.build_flags}
|
||||
; -D MIC_LOGGER
|
||||
; RAM: [== ] 24.2% (used 79372 bytes from 327680 bytes)
|
||||
; Flash: [========= ] 88.8% (used 1396073 bytes from 1572864 bytes)
|
||||
;lib_ignore = IRremoteESP8266 ; use with WLED_DISABLE_INFRARED for faster compilation
|
||||
|
||||
; esp32_4MB_V4_max: bin entry compiled with ESP-IDF 4.4.1, uses esp32_4MB_V4_max_base
|
||||
[env:esp32_4MB_V4_max]
|
||||
extends = env:esp32_4MB_V4_max_base
|
||||
build_flags = ${env:esp32_4MB_V4_max_base.build_flags}
|
||||
extends = esp32_4MB_V4_max_base
|
||||
build_flags = ${esp32_4MB_V4_max_base.build_flags}
|
||||
-D WLED_RELEASE_NAME=esp32_4MB_V4_max ; This will be included in the firmware.bin filename
|
||||
-D WLED_WATCHDOG_TIMEOUT=0 #-D WLED_DISABLE_BROWNOUT_DET
|
||||
-D ARDUINO_USB_CDC_ON_BOOT=0 ; needed for arduino-esp32 >=2.0.4; avoids errors on startup
|
||||
@@ -729,26 +766,27 @@ build_flags = ${env:esp32_4MB_V4_max_base.build_flags}
|
||||
; Flash: [==========] 95.8% (used 1506893 bytes from 1572864 bytes)
|
||||
;-D WLED_DISABLE_MQTT ; RAM 216 bytes; FLASH 16496 bytes
|
||||
;-D WLED_DISABLE_INFRARED ;RAM 136 bytes; FLASH 24492 bytes
|
||||
;lib_ignore = IRremoteESP8266 ; use with WLED_DISABLE_INFRARED for faster compilation
|
||||
|
||||
; esp32_16MB_max: bin entry compiled with ESP-IDF 4.4.1, uses esp32_4MB_V4_max_base and adds 16MB settings
|
||||
[env:esp32_16MB_V4_max]
|
||||
extends = env:esp32_4MB_V4_max_base
|
||||
extends = esp32_4MB_V4_max_base
|
||||
board = esp32_twilord ; "TwilightLord" ESP32 with 16MB Flash
|
||||
board_build.partitions = tools/WLED_ESP32_16MB.csv ; for esp32_twilord with 16MB flash
|
||||
build_flags = ${env:esp32_4MB_V4_max_base.build_flags}
|
||||
build_flags = ${esp32_4MB_V4_max_base.build_flags}
|
||||
-D WLED_RELEASE_NAME=esp32_16MB_V4_max ; This will be included in the firmware.bin filename
|
||||
-D WLED_WATCHDOG_TIMEOUT=0 #-D WLED_DISABLE_BROWNOUT_DET
|
||||
-D ARDUINO_USB_CDC_ON_BOOT=0 ; needed for arduino-esp32 >=2.0.4; avoids errors on startup
|
||||
; RAM: [== ] 24.8% (used 81316 bytes from 327680 bytes)
|
||||
; Flash: [======= ] 72.9% (used 1528253 bytes from 2097152 bytes)
|
||||
|
||||
;; experiemtal environment for boards with PSRAM (needs ESP-IDF 4.4.1).
|
||||
;; experimental environment for boards with PSRAM (needs ESP-IDF 4.4.1).
|
||||
; esp32_4MB_PSRAM_max: bin entry, uses esp32_4MB_V4_max_base and adds specific settings
|
||||
[env:esp32_4MB_PSRAM_max]
|
||||
extends = env:esp32_4MB_V4_max_base
|
||||
extends = esp32_4MB_V4_max_base
|
||||
board = lolin_d32_pro
|
||||
;board = esp32cam
|
||||
build_flags = ${env:esp32_4MB_V4_max_base.build_flags}
|
||||
build_flags = ${esp32_4MB_V4_max_base.build_flags}
|
||||
-D WLED_RELEASE_NAME=esp32_4MB_PSRAM_max
|
||||
-D WLED_WATCHDOG_TIMEOUT=0 #-D WLED_DISABLE_BROWNOUT_DET
|
||||
-D ARDUINO_USB_CDC_ON_BOOT=0 ; needed for arduino-esp32 >=2.0.4; avoids errors on startup
|
||||
@@ -770,9 +808,9 @@ build_flags = ${env:esp32_4MB_V4_max_base.build_flags}
|
||||
|
||||
; esp32S3_8MB_max: bin entry, uses esp32_4MB_V4_max_base and adds specific settings. Override of lib_deps using lib_deps_min and lib_deps_max
|
||||
[env:esp32S3_8MB_max]
|
||||
extends = env:esp32_4MB_V4_max_base
|
||||
extends = esp32_4MB_V4_max_base
|
||||
board = esp32-s3-devkitc-1
|
||||
build_flags = ${env:esp32_4MB_V4_max_base.build_flags}
|
||||
build_flags = ${esp32_4MB_V4_max_base.build_flags}
|
||||
-D WLED_RELEASE_NAME=esp32S3_8MB_max
|
||||
-D ARDUINO_USB_MODE=1 -D ARDUINO_USB_CDC_ON_BOOT=0 -D ARDUINO_USB_MSC_ON_BOOT=0 -D ARDUINO_USB_DFU_ON_BOOT=0
|
||||
-D WLED_WATCHDOG_TIMEOUT=0
|
||||
@@ -788,7 +826,7 @@ build_flags = ${env:esp32_4MB_V4_max_base.build_flags}
|
||||
-D HW_PIN_SDA=40
|
||||
-D HW_PIN_SCL=41
|
||||
-D AUDIOPIN=-1
|
||||
-D DMTYPE=1
|
||||
-D SR_DMTYPE=1
|
||||
-D I2S_SDPIN=16
|
||||
-D I2S_CKPIN=17
|
||||
-D I2S_WSPIN=47
|
||||
@@ -808,17 +846,14 @@ board_build.flash_mode = qio
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
;wemos_shield_esp32_4MB_max_base: base entry, uses esp32_4MB_max_base
|
||||
[env:wemos_shield_esp32_4MB_max_base]
|
||||
extends = env:esp32_4MB_max_base
|
||||
build_flags = ${env:esp32_4MB_max_base.build_flags}
|
||||
[wemos_shield_esp32_4MB_max_base]
|
||||
extends = esp32_4MB_max_base
|
||||
build_flags = ${esp32_4MB_max_base.build_flags}
|
||||
-D LEDPIN=16
|
||||
-D RLYPIN=19
|
||||
-D BTNPIN=17
|
||||
-D IRPIN=18
|
||||
-D AUDIOPIN=-1
|
||||
-D DMTYPE=1 -D I2S_SDPIN=32 -D I2S_WSPIN=15 -D I2S_CKPIN=14 ;; for regular I2S microphone
|
||||
; -D DMTYPE=5 -D I2S_SDPIN=32 -D I2S_WSPIN=15 -D I2S_CKPIN=-1 ;; for I2S PDM microphone
|
||||
; -D DMTYPE=4 -D MCLK_PIN=0 -D I2S_SDPIN=25 -D I2S_WSPIN=15 -D I2S_CKPIN=14 ;; for audio Line-In shield
|
||||
-D TEMPERATURE_PIN=23
|
||||
-D FLD_PIN_SCL=22 -D FLD_PIN_SDA=21
|
||||
-D HW_PIN_SCL=22 -D HW_PIN_SDA=21
|
||||
@@ -833,27 +868,53 @@ build_flags = ${env:esp32_4MB_max_base.build_flags}
|
||||
|
||||
;wemos_shield_esp32_4MB_max: bin entry, uses wemos_shield_esp32_4MB_max_base
|
||||
[env:wemos_shield_esp32_4MB_max]
|
||||
extends = env:wemos_shield_esp32_4MB_max_base
|
||||
build_flags = ${env:wemos_shield_esp32_4MB_max_base.build_flags}
|
||||
extends = wemos_shield_esp32_4MB_max_base
|
||||
build_flags = ${wemos_shield_esp32_4MB_max_base.build_flags}
|
||||
-D WLED_RELEASE_NAME=wemos_shield_esp32_4MB_max ; This will be included in the firmware.bin filename
|
||||
; -D SR_DMTYPE=1 -D I2S_SDPIN=32 -D I2S_WSPIN=15 -D I2S_CKPIN=14 ;; for regular I2S microphone softhack: can be removed because this is default in code
|
||||
; RAM: [== ] 24.4% (used 79820 bytes from 327680 bytes)
|
||||
; Flash: [========= ] 88.6% (used 1393421 bytes from 1572864 bytes)
|
||||
|
||||
[env:wemos_shield_esp32_4MB_ICS4343x_max]
|
||||
extends = wemos_shield_esp32_4MB_max_base
|
||||
build_flags = ${wemos_shield_esp32_4MB_max_base.build_flags}
|
||||
-D WLED_RELEASE_NAME=wemos_shield_esp32_4MB_ICS4343x_max ; This will be included in the firmware.bin filename
|
||||
; -D SR_DMTYPE=1 -D I2S_SDPIN=32 -D I2S_WSPIN=15 -D I2S_CKPIN=14 ;; for regular I2S microphone softhack: can be removed because this is default in code
|
||||
-D SR_SQUELCH=10 -D SR_GAIN=30 -D SR_FREQ_PROF=5 ; ICS-43434 specific
|
||||
; RAM: [== ] 24.4% (used 79820 bytes from 327680 bytes)
|
||||
; Flash: [========= ] 88.6% (used 1393421 bytes from 1572864 bytes)
|
||||
|
||||
[env:wemos_shield_esp32_4MB_SPM1423_max]
|
||||
extends = wemos_shield_esp32_4MB_max_base
|
||||
build_flags = ${wemos_shield_esp32_4MB_max_base.build_flags}
|
||||
-D WLED_RELEASE_NAME=wemos_shield_esp32_4MB_SPM1423_max ; This will be included in the firmware.bin filename
|
||||
-D SR_DMTYPE=5 -D I2S_SDPIN=32 -D I2S_WSPIN=15 -D I2S_CKPIN=-1 ; for I2S PDM microphone
|
||||
-D SR_SQUELCH=3 -D SR_GAIN=40 -D SR_FREQ_PROF=5 ; ICS-43434 SPM1423 specific
|
||||
; RAM: [== ] 24.4% (used 79820 bytes from 327680 bytes)
|
||||
; Flash: [========= ] 88.6% (used 1393421 bytes from 1572864 bytes)
|
||||
|
||||
[env:wemos_shield_esp32_4MB_LineIn_max]
|
||||
extends = wemos_shield_esp32_4MB_max_base
|
||||
build_flags = ${wemos_shield_esp32_4MB_max_base.build_flags}
|
||||
-D WLED_RELEASE_NAME=wemos_shield_esp32_4MB_LineIn_max ; This will be included in the firmware.bin filename
|
||||
-D SR_DMTYPE=4 -D MCLK_PIN=0 -D I2S_SDPIN=25 -D I2S_WSPIN=15 -D I2S_CKPIN=14 ; for audio Line-In shield
|
||||
-D SR_SQUELCH=2 -D SR_GAIN=40 -D SR_FREQ_PROF=1 ; CS5343 Line-In specific
|
||||
|
||||
;wemos_shield_esp32_16MB_max: bin entry, uses wemos_shield_esp32_4MB_max_base and adds 16MB settings
|
||||
[env:wemos_shield_esp32_16MB_max]
|
||||
extends = env:wemos_shield_esp32_4MB_max_base
|
||||
extends = wemos_shield_esp32_4MB_max_base
|
||||
board = esp32_twilord ; "TwilightLord" ESP32 with 16MB Flash
|
||||
board_build.partitions = tools/WLED_ESP32_16MB.csv ; for esp32_twilord with 16MB flash
|
||||
build_flags = ${env:wemos_shield_esp32_4MB_max_base.build_flags}
|
||||
build_flags = ${wemos_shield_esp32_4MB_max_base.build_flags}
|
||||
-D WLED_RELEASE_NAME=wemos_shield_esp32_16MB_max ; This will be included in the firmware.bin filename
|
||||
; RAM: [== ] 24.4% (used 79820 bytes from 327680 bytes)
|
||||
; Flash: [======= ] 66.4% (used 1393421 bytes from 2097152 bytes)
|
||||
|
||||
; ESP32 WLED pico board with builtin ICS-43432 microphpone
|
||||
[env:esp32_pico_4MB_max]
|
||||
extends = env:esp32_4MB_max_base
|
||||
extends = esp32_4MB_max_base
|
||||
board = pico32
|
||||
build_flags = ${env:esp32_4MB_max_base.build_flags}
|
||||
build_flags = ${esp32_4MB_max_base.build_flags}
|
||||
-D WLED_RELEASE_NAME=esp32_pico_4MB_max ; This will be included in the firmware.bin filename
|
||||
-D WLED_DISABLE_BROWNOUT_DET
|
||||
-D SERVERNAME='"WLED-pico32"'
|
||||
@@ -865,7 +926,8 @@ build_flags = ${env:esp32_4MB_max_base.build_flags}
|
||||
-D BTNPIN=-1
|
||||
-D IRPIN=-1
|
||||
-D HW_PIN_SCL=22 -D HW_PIN_SDA=21
|
||||
-D DMTYPE=1 -D I2S_SDPIN=25 -D I2S_WSPIN=15 -D I2S_CKPIN=14
|
||||
-D SR_DMTYPE=1 -D I2S_SDPIN=25 -D I2S_WSPIN=15 -D I2S_CKPIN=14
|
||||
-D SR_SQUELCH=5 -D SR_GAIN=30 -D SR_FREQ_PROF=5 ; ICS-43434 specific
|
||||
; -D MCLK_PIN=0
|
||||
; -D WLED_USE_MY_CONFIG
|
||||
; -D WLED_DISABLE_LOXONE
|
||||
|
||||
Reference in New Issue
Block a user