mirror of https://github.com/arendst/Tasmota.git
Update platformio_override_sample.ini
This commit is contained in:
parent
0319202e44
commit
ef7e62f7e2
|
@ -35,6 +35,7 @@ default_envs =
|
||||||
; tasmota32-ir
|
; tasmota32-ir
|
||||||
; tasmota32-ircustom
|
; tasmota32-ircustom
|
||||||
; tasmota32solo1
|
; tasmota32solo1
|
||||||
|
; tasmota32c3
|
||||||
; tasmota32s2
|
; tasmota32s2
|
||||||
; tasmota32-odroidgo
|
; tasmota32-odroidgo
|
||||||
; tasmota32-core2
|
; tasmota32-core2
|
||||||
|
@ -185,15 +186,32 @@ lib_ignore =
|
||||||
Micro-RTSP
|
Micro-RTSP
|
||||||
ESP32 Ethernet
|
ESP32 Ethernet
|
||||||
|
|
||||||
; *** EXPERIMENTAL Tasmota version for Arduino ESP32-C3
|
; *** EXPERIMENTAL Tasmota version for ESP32-C3
|
||||||
[env:tasmota32c3]
|
[env:tasmota32c3]
|
||||||
extends = env:tasmota32_base
|
extends = env:tasmota32_base
|
||||||
|
board = esp32c3
|
||||||
|
platform = https://github.com/Jason2866/platform-espressif32.git#feature/arduino-c3
|
||||||
|
platform_packages = framework-arduinoespressif32 @ https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/v.2.0.0.pre/framework-arduinoespressif32-master-a6f33a9d3.tar.gz
|
||||||
|
; needed toolchain for Windows
|
||||||
|
toolchain-riscv32 @ https://github.com/Jason2866/platform-espressif32/releases/download/8.4.0/riscv32-esp-elf-gcc8_4_0-crosstool-ng-1.24.0-123-g64eb9ff-win32.zip
|
||||||
|
; needed toolchain for Linux
|
||||||
|
;toolchain-riscv32 @ https://github.com/Jason2866/platform-espressif32/releases/download/8.4.0/riscv32-esp-elf-gcc8_4_0-crosstool-ng-1.24.0-123-g64eb9ff-linux-amd64.tar.gz
|
||||||
|
; needed toolchain for MacOS
|
||||||
|
;toolchain-riscv32 @ https://github.com/Jason2866/platform-espressif32/releases/download/8.4.0/riscv32-esp-elf-gcc8_4_0-crosstool-ng-1.24.0-123-g64eb9ff-macos.tar.gz
|
||||||
|
platformio/tool-mklittlefs @ ~1.203.200522
|
||||||
|
build_unflags = ${esp32_defaults.build_unflags} -mtarget-align
|
||||||
|
build_flags = ${esp32_defaults.build_flags}
|
||||||
|
;-DESP32_STAGE=true
|
||||||
|
|
||||||
|
; *** EXPERIMENTAL Tasmota version for Arduino ESP32 IDF4.4. Linking not working.
|
||||||
|
[env:tasmota32idf4]
|
||||||
|
extends = env:tasmota32_base
|
||||||
platform = https://github.com/Jason2866/platform-espressif32.git#feature/arduino-idf-v4.4
|
platform = https://github.com/Jason2866/platform-espressif32.git#feature/arduino-idf-v4.4
|
||||||
platform_packages = framework-arduinoespressif32 @ https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/v.2.0.0.pre/framework-arduinoespressif32-c3-1cb31e509.tar.gz
|
platform_packages = framework-arduinoespressif32 @ https://github.com/Jason2866/arduino-esp32/releases/download/esp32-2.0.0-pre/esp32-2.0.0-pre.zip
|
||||||
platformio/tool-mklittlefs @ ~1.203.200522
|
platformio/tool-mklittlefs @ ~1.203.200522
|
||||||
build_unflags = ${esp32_defaults.build_unflags}
|
build_unflags = ${esp32_defaults.build_unflags}
|
||||||
build_flags = ${esp32_defaults.build_flags}
|
build_flags = ${esp32_defaults.build_flags}
|
||||||
-DESP32_STAGE=true
|
;-DESP32_STAGE=true
|
||||||
|
|
||||||
; *** Debug version used for PlatformIO Home Project Inspection
|
; *** Debug version used for PlatformIO Home Project Inspection
|
||||||
[env:tasmota-debug]
|
[env:tasmota-debug]
|
||||||
|
@ -208,4 +226,3 @@ build_type = debug
|
||||||
build_unflags = ${esp32_defaults.build_unflags}
|
build_unflags = ${esp32_defaults.build_unflags}
|
||||||
build_flags = ${esp32_defaults.build_flags}
|
build_flags = ${esp32_defaults.build_flags}
|
||||||
; -Wstack-usage=300
|
; -Wstack-usage=300
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue