Official Platformio release of core 2.5.1

Use official resource of Platformio for core 2.5.1 and delete support for core 2.5.0.
Core 2.5.1 is a bug fix release for core 2.5.0
This commit is contained in:
Jason2866 2019-05-15 14:49:50 +02:00 committed by GitHub
parent 68c076147f
commit 32f59c462d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 25 deletions

View File

@ -65,30 +65,9 @@ build_flags = ${esp82xx_defaults.build_flags}
-DPIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH -DPIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH
-DVTABLES_IN_FLASH -DVTABLES_IN_FLASH
[core_2_5_0]
; *** Esp8266 core for Arduino version 2.5.0
platform = espressif8266@~2.0.4
build_flags = ${esp82xx_defaults.build_flags}
-Wl,-Teagle.flash.1m.ld
; Code optimization see https://github.com/esp8266/Arduino/issues/5790#issuecomment-475672473
-O2
; lwIP 1.4
; -DPIO_FRAMEWORK_ARDUINO_LWIP_HIGHER_BANDWIDTH
; lwIP 2 - Low Memory
; -DPIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY
; lwIP 2 - Higher Bandwidth
; -DPIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH
; lwIP 2 - Higher Bandwidth Low Memory no Features
; -DPIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY_LOW_FLASH
; lwIP 2 - Higher Bandwidth no Features (Tasmota default)
-DPIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH_LOW_FLASH
-DVTABLES_IN_FLASH
-fno-exceptions
-lstdc++
[core_2_5_1] [core_2_5_1]
; *** Esp8266 core for Arduino version 2.5.1 (release is still not availible via Platformio) ; *** Esp8266 core for Arduino version 2.5.1
platform = https://github.com/Jason2866/platform-espressif8266.git#Tasmota platform = espressif8266@~2.1.0
build_flags = ${esp82xx_defaults.build_flags} build_flags = ${esp82xx_defaults.build_flags}
-Wl,-Teagle.flash.1m.ld -Wl,-Teagle.flash.1m.ld
; Code optimization see https://github.com/esp8266/Arduino/issues/5790#issuecomment-475672473 ; Code optimization see https://github.com/esp8266/Arduino/issues/5790#issuecomment-475672473
@ -154,8 +133,6 @@ build_flags = ${esp82xx_defaults.build_flags}
;build_flags = ${core_2_3_0.build_flags} ;build_flags = ${core_2_3_0.build_flags}
;platform = ${core_2_4_2.platform} ;platform = ${core_2_4_2.platform}
;build_flags = ${core_2_4_2.build_flags} ;build_flags = ${core_2_4_2.build_flags}
;platform = ${core_2_5_0.platform}
;build_flags = ${core_2_5_0.build_flags}
platform = ${core_2_5_1.platform} platform = ${core_2_5_1.platform}
build_flags = ${core_2_5_1.build_flags} build_flags = ${core_2_5_1.build_flags}
;platform = ${core_stage.platform} ;platform = ${core_stage.platform}