mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-29 13:46:37 +00:00
s2 toolchain
This commit is contained in:
parent
d5726189b9
commit
4095835fad
@ -10,13 +10,13 @@
|
|||||||
|
|
||||||
[platformio]
|
[platformio]
|
||||||
; For best Gitpod performance remove the ";" in the next line. Needed Platformio files are cached and installed at first run
|
; For best Gitpod performance remove the ";" in the next line. Needed Platformio files are cached and installed at first run
|
||||||
;core_dir = .platformio
|
core_dir = .platformio
|
||||||
extra_configs = platformio_tasmota_cenv.ini
|
extra_configs = platformio_tasmota_cenv.ini
|
||||||
|
|
||||||
; *** Build/upload environment
|
; *** Build/upload environment
|
||||||
default_envs =
|
default_envs =
|
||||||
; *** Uncomment the line(s) below to select version(s)
|
; *** Uncomment the line(s) below to select version(s)
|
||||||
tasmota
|
; tasmota
|
||||||
; tasmota-debug
|
; tasmota-debug
|
||||||
; tasmota-ircustom
|
; tasmota-ircustom
|
||||||
; tasmota-minimal
|
; tasmota-minimal
|
||||||
@ -36,6 +36,7 @@ default_envs =
|
|||||||
; tasmota32-ir
|
; tasmota32-ir
|
||||||
; tasmota32-ircustom
|
; tasmota32-ircustom
|
||||||
; tasmota32solo1
|
; tasmota32solo1
|
||||||
|
tasmota32s2
|
||||||
; tasmota32-odroidgo
|
; tasmota32-odroidgo
|
||||||
; tasmota32-core2
|
; tasmota32-core2
|
||||||
|
|
||||||
@ -176,6 +177,7 @@ build_flags = ${common32.build_flags}
|
|||||||
[env:tasmota32s2]
|
[env:tasmota32s2]
|
||||||
extends = env:tasmota32
|
extends = env:tasmota32
|
||||||
platform_packages = framework-arduinoespressif32 @ https://github.com/Jason2866/arduino-esp32/releases/download/1.0.5-rc1/esp32-s2-1.0.5-rc1.zip
|
platform_packages = framework-arduinoespressif32 @ https://github.com/Jason2866/arduino-esp32/releases/download/1.0.5-rc1/esp32-s2-1.0.5-rc1.zip
|
||||||
|
toolchain-xtensa32 @ https://github.com/Jason2866/platform-espressif32/releases/download/8.4.0/xtensa-esp32-elf-gcc8_4_0-esp-2020r3-linux-amd64.tar.gz
|
||||||
platformio/tool-mklittlefs @ ~1.203.200522
|
platformio/tool-mklittlefs @ ~1.203.200522
|
||||||
platformio/tool-esptoolpy @ ~1.30000.0
|
platformio/tool-esptoolpy @ ~1.30000.0
|
||||||
build_unflags = ${esp32_defaults.build_unflags}
|
build_unflags = ${esp32_defaults.build_unflags}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user