Skip to content

Commit

Permalink
Remove esp32 c3 env for the moment due to assembler incompatibilities
Browse files Browse the repository at this point in the history
  • Loading branch information
ewoudwijma committed Aug 5, 2024
1 parent 4c3e295 commit d5bf0b3
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -177,24 +177,24 @@ build_flags =
-D STARBASE_LOLIN_WIFI_FIX ; workaround for LOLIN C3/S2/S3 wifi instability. https://www.wemos.cc/en/latest/c3/c3_mini_1_0_0.html#about-wifi


[env:lolin_c3_mini]
board = lolin_c3_mini ;https://github.com/platformio/platform-espressif32/blob/develop/boards/lolin_c3_mini.json
; platform = [email protected] ; WLED default framework version
platform = [email protected] ; this one behaves better for debugging
upload_speed = 256000
build_unflags =
${env.build_unflags}
-mtarget-align
build_flags =
${env.build_flags}
; -DARDUINO_ARCH_ESP32 ; no proof of necessity yet...
; -DARDUINO_ARCH_ESP32C3 ; no proof of necessity yet...
-D CONFIG_IDF_TARGET_ESP32C3=1
-D ARDUINO_USB_CDC_ON_BOOT=1 ; for debugging over USB
; -DARDUINO_USB_CDC_ON_BOOT=0 ; with serial-to-USB moddule (use in case your board hangs without USB connection)
-D ARDUINO_USB_MODE=1 ; Make sure that the right HardwareSerial driver is picked in arduino-esp32 (mandatory on -C3)
-D STARBASE_LOLIN_WIFI_FIX ; activate workaround for LOLIN C3/S2/S3 wifi instability. https://www.wemos.cc/en/latest/c3/c3_mini_1_0_0.html#about-wifi
; -D DEBUG=1 -D CORE_DEBUG_LEVEL=1 -D ARDUINOJSON_DEBUG=1 ; for more debug output
; [env:lolin_c3_mini]
; board = lolin_c3_mini ;https://github.com/platformio/platform-espressif32/blob/develop/boards/lolin_c3_mini.json
; ; platform = [email protected] ; WLED default framework version
; platform = [email protected] ; this one behaves better for debugging
; upload_speed = 256000
; build_unflags =
; ${env.build_unflags}
; -mtarget-align
; build_flags =
; ${env.build_flags}
; ; -DARDUINO_ARCH_ESP32 ; no proof of necessity yet...
; ; -DARDUINO_ARCH_ESP32C3 ; no proof of necessity yet...
; -D CONFIG_IDF_TARGET_ESP32C3=1
; -D ARDUINO_USB_CDC_ON_BOOT=1 ; for debugging over USB
; ; -DARDUINO_USB_CDC_ON_BOOT=0 ; with serial-to-USB moddule (use in case your board hangs without USB connection)
; -D ARDUINO_USB_MODE=1 ; Make sure that the right HardwareSerial driver is picked in arduino-esp32 (mandatory on -C3)
; -D STARBASE_LOLIN_WIFI_FIX ; activate workaround for LOLIN C3/S2/S3 wifi instability. https://www.wemos.cc/en/latest/c3/c3_mini_1_0_0.html#about-wifi
; ; -D DEBUG=1 -D CORE_DEBUG_LEVEL=1 -D ARDUINOJSON_DEBUG=1 ; for more debug output

; RAM: [= ] 14.3% (used 46732 bytes from 327680 bytes)
; Flash: [======= ] 74.4% (used 1414876 bytes from 1900544 bytes)
Expand Down

0 comments on commit d5bf0b3

Please sign in to comment.