mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 12:46:34 +00:00
Fix ipv6 compilations
Fix ipv6 compilations
This commit is contained in:
parent
8803b55e5a
commit
82df091312
161
platformio.ini
161
platformio.ini
@ -95,6 +95,82 @@ build_flags = ${esp82xx_defaults.build_flags}
|
|||||||
-fno-exceptions
|
-fno-exceptions
|
||||||
-lstdc++
|
-lstdc++
|
||||||
|
|
||||||
|
[core_pre]
|
||||||
|
; *** Arduino Esp8266 core pre 2.6.x for Tasmota (mqtt reconnects fixed)
|
||||||
|
platform = https://github.com/Jason2866/platform-espressif8266.git#Tasmota
|
||||||
|
build_flags = ${esp82xx_defaults.build_flags}
|
||||||
|
-Wl,-Tesp8266.flash.1m.ld
|
||||||
|
-O2
|
||||||
|
-DBEARSSL_SSL_BASIC
|
||||||
|
; nonos-sdk 22y
|
||||||
|
-DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22y
|
||||||
|
; nonos-sdk 22x
|
||||||
|
; -DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22x
|
||||||
|
; nonos-sdk-pre-v3
|
||||||
|
; -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 (Tasmota default)
|
||||||
|
-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!
|
||||||
|
; -fexceptions
|
||||||
|
; -lstdc++-exc
|
||||||
|
|
||||||
|
[core_pre_ipv6]
|
||||||
|
; *** Arduino Esp8266 core pre 2.6.x for Tasmota (mqtt reconnects fixed)
|
||||||
|
platform = https://github.com/Jason2866/platform-espressif8266.git#Tasmota
|
||||||
|
build_flags = ${esp82xx_defaults.build_flags}
|
||||||
|
-Wl,-Tesp8266.flash.1m.ld
|
||||||
|
-O2
|
||||||
|
-DBEARSSL_SSL_BASIC
|
||||||
|
; nonos-sdk 22y
|
||||||
|
-DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22y
|
||||||
|
; nonos-sdk 22x
|
||||||
|
; -DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22x
|
||||||
|
; nonos-sdk-pre-v3
|
||||||
|
; -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
|
||||||
|
; lwIP 2 - Higher Bandwidth IPv6
|
||||||
|
-DPIO_FRAMEWORK_ARDUINO_LWIP2_IPV6_HIGHER_BANDWIDTH
|
||||||
|
; 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!
|
||||||
|
; -fexceptions
|
||||||
|
; -lstdc++-exc
|
||||||
|
|
||||||
[core_stage]
|
[core_stage]
|
||||||
; *** Esp8266 core for Arduino version latest beta
|
; *** Esp8266 core for Arduino version latest beta
|
||||||
platform = https://github.com/platformio/platform-espressif8266.git#feature/stage
|
platform = https://github.com/platformio/platform-espressif8266.git#feature/stage
|
||||||
@ -115,7 +191,7 @@ build_flags = ${esp82xx_defaults.build_flags}
|
|||||||
; -DPIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY
|
; -DPIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY
|
||||||
; lwIP 2 - Higher Bandwidth
|
; lwIP 2 - Higher Bandwidth
|
||||||
; -DPIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH
|
; -DPIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH
|
||||||
; lwIP 2 - Higher Bandwitdh Low Memory no Features
|
; lwIP 2 - Higher Bandwidth Low Memory no Features
|
||||||
; -DPIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY_LOW_FLASH
|
; -DPIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY_LOW_FLASH
|
||||||
; lwIP 2 - Higher Bandwidth no Features (Tasmota default)
|
; lwIP 2 - Higher Bandwidth no Features (Tasmota default)
|
||||||
-DPIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH_LOW_FLASH
|
-DPIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH_LOW_FLASH
|
||||||
@ -133,81 +209,6 @@ build_flags = ${esp82xx_defaults.build_flags}
|
|||||||
; -fexceptions
|
; -fexceptions
|
||||||
; -lstdc++-exc
|
; -lstdc++-exc
|
||||||
|
|
||||||
[core_stage_ipv6]
|
|
||||||
; *** Esp8266 core for Arduino version latest beta
|
|
||||||
platform = https://github.com/platformio/platform-espressif8266.git#feature/stage
|
|
||||||
build_flags = ${esp82xx_defaults.build_flags}
|
|
||||||
-Wl,-Teagle.flash.1m.ld
|
|
||||||
; Code optimization see https://github.com/esp8266/Arduino/issues/5790#issuecomment-475672473
|
|
||||||
-O2
|
|
||||||
-DBEARSSL_SSL_BASIC
|
|
||||||
; nonos-sdk 22y
|
|
||||||
-DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22y
|
|
||||||
; nonos-sdk 22x
|
|
||||||
; -DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22x
|
|
||||||
; nonos-sdk-pre-v3
|
|
||||||
; -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 Bandwitdh Low Memory no Features
|
|
||||||
; -DPIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY_LOW_FLASH
|
|
||||||
; lwIP 2 - Higher Bandwidth IPv6
|
|
||||||
-DPIO_FRAMEWORK_ARDUINO_LWIP2_IPV6_HIGHER_BANDWIDTH
|
|
||||||
; 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
|
|
||||||
|
|
||||||
[core_pre]
|
|
||||||
; *** Arduino Esp8266 core pre 2.6.x for Tasmota (mqtt reconnects fixed)
|
|
||||||
platform = https://github.com/Jason2866/platform-espressif8266.git#Tasmota
|
|
||||||
build_flags = ${esp82xx_defaults.build_flags}
|
|
||||||
-Wl,-Tesp8266.flash.1m.ld
|
|
||||||
-O2
|
|
||||||
-DBEARSSL_SSL_BASIC
|
|
||||||
; nonos-sdk 22y
|
|
||||||
-DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22y
|
|
||||||
; nonos-sdk 22x
|
|
||||||
; -DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22x
|
|
||||||
; nonos-sdk-pre-v3
|
|
||||||
; -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 Bandwitdh Low Memory no Features
|
|
||||||
; -DPIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY_LOW_FLASH
|
|
||||||
; lwIP 2 - Higher Bandwitdh 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!
|
|
||||||
; -fexceptions
|
|
||||||
; -lstdc++-exc
|
|
||||||
|
|
||||||
[core_active]
|
[core_active]
|
||||||
; Select one core set for platform and build_flags
|
; Select one core set for platform and build_flags
|
||||||
;platform = ${core_2_3_0.platform}
|
;platform = ${core_2_3_0.platform}
|
||||||
@ -216,12 +217,12 @@ build_flags = ${esp82xx_defaults.build_flags}
|
|||||||
;build_flags = ${core_2_4_2.build_flags}
|
;build_flags = ${core_2_4_2.build_flags}
|
||||||
;platform = ${core_2_5_2.platform}
|
;platform = ${core_2_5_2.platform}
|
||||||
;build_flags = ${core_2_5_2.build_flags}
|
;build_flags = ${core_2_5_2.build_flags}
|
||||||
;platform = ${core_stage.platform}
|
|
||||||
;build_flags = ${core_stage.build_flags}
|
|
||||||
;platform = ${core_stage_ipv6.platform}
|
|
||||||
;build_flags = ${core_stage_ipv6.build_flags}
|
|
||||||
platform = ${core_pre.platform}
|
platform = ${core_pre.platform}
|
||||||
build_flags = ${core_pre.build_flags}
|
build_flags = ${core_pre.build_flags}
|
||||||
|
;platform = ${core_pre_ipv6.platform}
|
||||||
|
;build_flags = ${core_pre_ipv6.build_flags}
|
||||||
|
;platform = ${core_stage.platform}
|
||||||
|
;build_flags = ${core_stage.build_flags}
|
||||||
|
|
||||||
[common]
|
[common]
|
||||||
framework = arduino
|
framework = arduino
|
||||||
|
Loading…
x
Reference in New Issue
Block a user