mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 20:56:35 +00:00
Remove cstage from platformio.ini
because it is not needed anymore. New build chain is used in Platformio feature/stage since the release of 2.6.1
This commit is contained in:
parent
893c74ea85
commit
d507b3b27a
@ -103,8 +103,6 @@ platform = ${core_2_6_1.platform}
|
|||||||
build_flags = ${core_2_6_1.build_flags}
|
build_flags = ${core_2_6_1.build_flags}
|
||||||
;platform = ${core_stage.platform}
|
;platform = ${core_stage.platform}
|
||||||
;build_flags = ${core_stage.build_flags}
|
;build_flags = ${core_stage.build_flags}
|
||||||
;platform = ${core_cstage.platform}
|
|
||||||
;build_flags = ${core_cstage.build_flags}
|
|
||||||
|
|
||||||
; *********************************************************************
|
; *********************************************************************
|
||||||
|
|
||||||
@ -162,8 +160,6 @@ build_flags = ${esp82xx_defaults.build_flags}
|
|||||||
platform = https://github.com/platformio/platform-espressif8266.git#feature/stage
|
platform = https://github.com/platformio/platform-espressif8266.git#feature/stage
|
||||||
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
|
|
||||||
-O2
|
|
||||||
-DBEARSSL_SSL_BASIC
|
-DBEARSSL_SSL_BASIC
|
||||||
; NONOSDK221
|
; NONOSDK221
|
||||||
; -DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK221
|
; -DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK221
|
||||||
@ -201,49 +197,6 @@ build_flags = ${esp82xx_defaults.build_flags}
|
|||||||
; -fexceptions
|
; -fexceptions
|
||||||
; -lstdc++-exc
|
; -lstdc++-exc
|
||||||
|
|
||||||
[core_cstage]
|
|
||||||
; *** Arduino Esp8266 -> Stage with Xtensa build chain 2.5.0.4 and Esptoolpy 2.8
|
|
||||||
platform = https://github.com/Jason2866/platform-espressif8266.git#feature/stage
|
|
||||||
build_flags = ${esp82xx_defaults.build_flags}
|
|
||||||
-Wl,-Tesp8266.flash.1m.ld
|
|
||||||
-O2
|
|
||||||
-DBEARSSL_SSL_BASIC
|
|
||||||
; NONOSDK221
|
|
||||||
; -DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK221
|
|
||||||
; NONOSDK22x_190313
|
|
||||||
; -DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22x_190313
|
|
||||||
; NONOSDK22x_190703
|
|
||||||
-DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22x_190703
|
|
||||||
; NONOSDK22x_191024
|
|
||||||
; -DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22x_191024
|
|
||||||
; NONOSDK22x_191105
|
|
||||||
; -DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22x_191105
|
|
||||||
; NONOSDK3V0 (known issues)
|
|
||||||
; -DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK3
|
|
||||||
; 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
|
|
||||||
-DPIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH_LOW_FLASH
|
|
||||||
; VTABLES in Flash (default)
|
|
||||||
-DVTABLES_IN_FLASH
|
|
||||||
; VTABLES in Heap
|
|
||||||
; -DVTABLES_IN_DRAM
|
|
||||||
; VTABLES in IRAM
|
|
||||||
; -DVTABLES_IN_IRAM
|
|
||||||
; enable one option set -> No exception recommended
|
|
||||||
; No exception code in firmware
|
|
||||||
-fno-exceptions
|
|
||||||
-lstdc++
|
|
||||||
; Exception code in firmware /needs much space! 90k
|
|
||||||
; -fexceptions
|
|
||||||
; -lstdc++-exc
|
|
||||||
|
|
||||||
[env:tasmota]
|
[env:tasmota]
|
||||||
platform = ${common.platform}
|
platform = ${common.platform}
|
||||||
framework = ${common.framework}
|
framework = ${common.framework}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user