mirror of https://github.com/arendst/Tasmota.git
Merge pull request #11868 from Jason2866/patch-2
Use latest xtensa toolchain for esp8266 stage
This commit is contained in:
commit
160cb764db
|
@ -101,8 +101,8 @@ build_flags = ${esp82xx_defaults.build_flags}
|
|||
[core_stage]
|
||||
; *** Esp8266 core for Arduino version stage
|
||||
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
|
||||
mcspr/toolchain-xtensa @ 5.100200.201223
|
||||
; *** Use Xtensa build chain 10.2. GNU23 from https://github.com/earlephilhower/esp-quick-toolchain
|
||||
tasmota/toolchain-xtensa @ 5.100200.210303
|
||||
build_unflags = ${esp_defaults.build_unflags}
|
||||
-Wswitch-unreachable
|
||||
build_flags = ${esp82xx_defaults.build_flags}
|
||||
|
|
Loading…
Reference in New Issue