-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove esp32 c3 env for the moment due to assembler incompatibilities
- Loading branch information
1 parent
4c3e295
commit d5bf0b3
Showing
1 changed file
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|