esptool 3.0

This commit is contained in:
Jason2866 2020-11-16 11:56:56 +00:00
parent 2ad6a965aa
commit 33ec9b3210
3 changed files with 7 additions and 3 deletions

View File

@ -149,5 +149,6 @@ platform = espressif8266 @ 2.6.2
platform_packages = tasmota/framework-arduinoespressif8266 @ 3.20704.7 platform_packages = tasmota/framework-arduinoespressif8266 @ 3.20704.7
platformio/toolchain-xtensa @ 2.40802.200502 platformio/toolchain-xtensa @ 2.40802.200502
platformio/tool-esptool @ 1.413.0 platformio/tool-esptool @ 1.413.0
tool-esptoolpy @ https://github.com/Jason2866/esptool/releases/download/v3.0/esptool-3.0.zip
build_unflags = ${esp_defaults.build_unflags} build_unflags = ${esp_defaults.build_unflags}
build_flags = ${esp82xx_defaults.build_flags} build_flags = ${esp82xx_defaults.build_flags}

View File

@ -10,7 +10,7 @@
[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
@ -77,6 +77,8 @@ lib_extra_dirs = ${library.lib_extra_dirs}
[tasmota_stage] [tasmota_stage]
; *** Esp8266 core for Arduino version Tasmota stage (PR7231 and Backport PR7514) ; *** Esp8266 core for Arduino version Tasmota stage (PR7231 and Backport PR7514)
platform_packages = tasmota/framework-arduinoespressif8266 @ 3.20704.7 platform_packages = tasmota/framework-arduinoespressif8266 @ 3.20704.7
platformio/toolchain-xtensa @ 2.40802.200502
tool-esptoolpy @ https://github.com/Jason2866/esptool/releases/download/v3.0/esptool-3.0.zip
platformio/tool-esptool @ 1.413.0 platformio/tool-esptool @ 1.413.0
build_unflags = ${esp_defaults.build_unflags} build_unflags = ${esp_defaults.build_unflags}
build_flags = ${esp82xx_defaults.build_flags} build_flags = ${esp82xx_defaults.build_flags}
@ -86,6 +88,7 @@ build_flags = ${esp82xx_defaults.build_flags}
platform_packages = framework-arduinoespressif8266 @ https://github.com/esp8266/Arduino.git platform_packages = framework-arduinoespressif8266 @ https://github.com/esp8266/Arduino.git
; *** Use Xtensa build chain 10.2. GNU13 from https://github.com/earlephilhower/esp-quick-toolchain ; *** Use Xtensa build chain 10.2. GNU13 from https://github.com/earlephilhower/esp-quick-toolchain
mcspr/toolchain-xtensa @ 5.100200.200918 mcspr/toolchain-xtensa @ 5.100200.200918
tool-esptoolpy @ https://github.com/Jason2866/esptool/releases/download/v3.0/esptool-3.0.zip
platformio/tool-esptool @ 1.413.0 platformio/tool-esptool @ 1.413.0
build_unflags = ${esp_defaults.build_unflags} build_unflags = ${esp_defaults.build_unflags}
-Wswitch-unreachable -Wswitch-unreachable
@ -122,7 +125,7 @@ lib_extra_dirs = ${library.lib_extra_dirs}
[core32_stage] [core32_stage]
platform = espressif32 @ 2.0.0 platform = espressif32 @ 2.0.0
platform_packages = tool-esptoolpy @ 1.20800.0 platform_packages = tool-esptoolpy @ https://github.com/Jason2866/esptool/releases/download/v3.0/esptool-3.0.zip
framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#idf-release/v3.3 framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#idf-release/v3.3
build_unflags = ${esp32_defaults.build_unflags} build_unflags = ${esp32_defaults.build_unflags}
build_flags = ${esp32_defaults.build_flags} build_flags = ${esp32_defaults.build_flags}

View File

@ -86,7 +86,7 @@ build_flags = ${esp_defaults.build_flags}
[core32] [core32]
platform = espressif32 @ 2.0.0 platform = espressif32 @ 2.0.0
platform_packages = tool-esptoolpy@1.20800.0 platform_packages = tool-esptoolpy @ https://github.com/Jason2866/esptool/releases/download/v3.0/esptool-3.0.zip
framework-arduinoespressif32 @ https://github.com/tasmota/arduino-esp32/releases/download/1.0.4.2/esp32-1.0.4.2.zip framework-arduinoespressif32 @ https://github.com/tasmota/arduino-esp32/releases/download/1.0.4.2/esp32-1.0.4.2.zip
build_unflags = ${esp32_defaults.build_unflags} build_unflags = ${esp32_defaults.build_unflags}
build_flags = ${esp32_defaults.build_flags} build_flags = ${esp32_defaults.build_flags}