mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-28 05:06:32 +00:00
Merge pull request #13541 from Jason2866/solo1_opti
solo1 as extra core variant
This commit is contained in:
commit
b36a531fb7
@ -28,7 +28,18 @@ build_flags = ${esp_defaults.build_flags}
|
|||||||
[core32]
|
[core32]
|
||||||
platform = espressif32 @ 3.3.1
|
platform = espressif32 @ 3.3.1
|
||||||
platform_packages = framework-arduinoespressif32 @ https://github.com/tasmota/arduino-esp32/releases/download/1.0.7.5/tasmota-arduinoespressif32-release_v3.3.5.tar.gz
|
platform_packages = framework-arduinoespressif32 @ https://github.com/tasmota/arduino-esp32/releases/download/1.0.7.5/tasmota-arduinoespressif32-release_v3.3.5.tar.gz
|
||||||
platformio/tool-esptoolpy @ ~1.30100
|
platformio/toolchain-xtensa32 @ ~2.50200.0
|
||||||
|
platformio/tool-esptoolpy @ https://github.com/tasmota/esptool/releases/download/v3.2/esptool-v3.2.zip
|
||||||
|
platformio/tool-mklittlefs @ ~1.203.200522
|
||||||
|
build_unflags = ${esp32_defaults.build_unflags}
|
||||||
|
build_flags = ${esp32_defaults.build_flags}
|
||||||
|
|
||||||
|
|
||||||
|
[core32solo1]
|
||||||
|
platform = espressif32 @ 3.3.1
|
||||||
|
platform_packages = framework-arduinoespressif32 @ https://github.com/tasmota/arduino-esp32/releases/download/1.0.7.5/tasmota-arduinoespressif32-solo1-release_v3.3.5.tar.gz
|
||||||
|
platformio/toolchain-xtensa32 @ ~2.50200.0
|
||||||
|
platformio/tool-esptoolpy @ https://github.com/tasmota/esptool/releases/download/v3.2/esptool-v3.2.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}
|
@ -63,8 +63,7 @@ build_flags = ${env:tasmota32_base.build_flags}
|
|||||||
[env:tasmota32solo1-ocd]
|
[env:tasmota32solo1-ocd]
|
||||||
;build_type = debug
|
;build_type = debug
|
||||||
extends = env:tasmota32_base
|
extends = env:tasmota32_base
|
||||||
platform_packages = ${core32.platform_packages}
|
platform_packages = ${core32solo1.platform_packages}
|
||||||
framework-arduinoespressif32 @ https://github.com/tasmota/arduino-esp32/releases/download/1.0.7.5/tasmota-arduinoespressif32-solo1-release_v3.3.5.tar.gz
|
|
||||||
board = esp32_solo1_4M
|
board = esp32_solo1_4M
|
||||||
debug_tool = esp-prog
|
debug_tool = esp-prog
|
||||||
upload_protocol = esp-prog
|
upload_protocol = esp-prog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user