From b35cd2140af4c22d5d9c680b7463d4900e3eb287 Mon Sep 17 00:00:00 2001 From: Frank Date: Thu, 20 Apr 2023 01:05:43 +0200 Subject: [PATCH] pio: disable -C3 and -S2 builds until github fixes their build toolds Tool Manager: toolchain-xtensa-esp32s2@8.4.0+2021r2-patch3 has been installed! Tool Manager: Installing espressif/toolchain-riscv32-esp @ 8.4.0+2021r2-patch3 Error: Could not find the package with 'espressif/toolchain-riscv32-esp @ 8.4.0+2021r2-patch3' requirements for your system 'linux_x86_64' --- platformio.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/platformio.ini b/platformio.ini index 7500c225..b8ac24da 100644 --- a/platformio.ini +++ b/platformio.ini @@ -62,9 +62,9 @@ default_envs = esp32_4MB_PSRAM_S esp32S3_8MB_M ;; esp32s2_tinyUF2_PSRAM_S ;; experimental - only for adafruit -S2 boards with tinyUF2 bootloader !!! - esp32s2_PSRAM_M ;; experimental - ;; esp32c3dev_4MB_M ;; experimental - disabled as github action build has strange problems with this one since today - seeed_esp32c3_4MB_S ;; experimental + ; esp32s2_PSRAM_M ;; experimental - disabled as github action build has strange problems with this one since today + ; esp32c3dev_4MB_M ;; experimental - disabled as github action build has strange problems with this one since today + ; seeed_esp32c3_4MB_S ;; experimental - disabled as github action build has strange problems with this one since today esp32_4MB_V4_S ;; experimental esp32_16MB_V4_M ;; experimental esp32_16MB_V4_M_debug ;; experimental @@ -1336,6 +1336,7 @@ build_unflags = build_flags = ${common.build_flags} ${esp32s3.build_flags} -Wno-misleading-indentation -Wno-format-truncation ${common_mm.build_flags_S} ${common_mm.build_flags_M} + ; -DBOARD_HAS_PSRAM -D WLED_USE_PSRAM_JSON -D WLED_USE_PSRAM ;; un-comment in case your board supports PSRAM -D WLED_RELEASE_NAME=esp32S3_8MB_M -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 ;; for Serial-to-USB chip ;; -D ARDUINO_USB_MODE=1 -D ARDUINO_USB_CDC_ON_BOOT=1 -D ARDUINO_USB_MSC_ON_BOOT=0 -D ARDUINO_USB_DFU_ON_BOOT=0 ;; for Hardware-CDC USB mode @@ -1347,7 +1348,6 @@ build_flags = ${common.build_flags} ${esp32s3.build_flags} -Wno-misleading-inden ; -D WLED_DISABLE_MQTT ; RAM 216 bytes; FLASH 16496 bytes ; -D WLED_DISABLE_HUESYNC ;RAM 122 bytes; FLASH 6308 bytes ; -D WLED_DISABLE_INFRARED ;RAM 136 bytes; FLASH 24492 bytes - -DBOARD_HAS_PSRAM -D WLED_USE_PSRAM_JSON -D WLED_USE_PSRAM ;; un-comment in case your board supports PSRAM -D LEDPIN=4 -D STATUSLED=39 -D BTNPIN=48