mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 11:46:31 +00:00
Move standard ESP8266 core...
build_flags to section `[esp82xx_defaults]`
This commit is contained in:
parent
7e165a03c3
commit
5d413b917a
@ -99,6 +99,16 @@ build_flags = ${esp_defaults.build_flags}
|
|||||||
-D NDEBUG
|
-D NDEBUG
|
||||||
-mtarget-align
|
-mtarget-align
|
||||||
-DFP_IN_IROM
|
-DFP_IN_IROM
|
||||||
|
-DBEARSSL_SSL_BASIC
|
||||||
|
; NONOSDK22x_190703 = 2.2.2-dev(38a443e)
|
||||||
|
-DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22x_190703
|
||||||
|
; lwIP 2 - Higher Bandwidth no Features
|
||||||
|
-DPIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH_LOW_FLASH
|
||||||
|
; VTABLES in Flash
|
||||||
|
-DVTABLES_IN_FLASH
|
||||||
|
; No exception code in firmware
|
||||||
|
-fno-exceptions
|
||||||
|
-lstdc++
|
||||||
; the following removes the 4-bytes alignment for PSTR(), waiting for a cleaner flag from Arduino Core
|
; the following removes the 4-bytes alignment for PSTR(), waiting for a cleaner flag from Arduino Core
|
||||||
-DPSTR\(s\)=\(__extension__\(\{static\ const\ char\ __c\[\]\ __attribute__\(\(__aligned__\(1\)\)\)\ __attribute__\(\(section\(\ \"\\\\\".irom0.pstr.\"\ __FILE__\ \".\"\ __STRINGIZE\(__LINE__\)\ \".\"\ \ __STRINGIZE\(__COUNTER__\)\ \"\\\\\"\,\ \\\\\"aSM\\\\\"\,\ \@progbits\,\ 1\ \#\"\)\)\)\ =\ \(s\)\;\ \&__c\[0\]\;\}\)\)
|
-DPSTR\(s\)=\(__extension__\(\{static\ const\ char\ __c\[\]\ __attribute__\(\(__aligned__\(1\)\)\)\ __attribute__\(\(section\(\ \"\\\\\".irom0.pstr.\"\ __FILE__\ \".\"\ __STRINGIZE\(__LINE__\)\ \".\"\ \ __STRINGIZE\(__COUNTER__\)\ \"\\\\\"\,\ \\\\\"aSM\\\\\"\,\ \@progbits\,\ 1\ \#\"\)\)\)\ =\ \(s\)\;\ \&__c\[0\]\;\}\)\)
|
||||||
|
|
||||||
@ -117,13 +127,3 @@ build_flags = ${tasmota_core.build_flags}
|
|||||||
platform = espressif8266@2.5.1
|
platform = espressif8266@2.5.1
|
||||||
platform_packages =
|
platform_packages =
|
||||||
build_flags = ${esp82xx_defaults.build_flags}
|
build_flags = ${esp82xx_defaults.build_flags}
|
||||||
-DBEARSSL_SSL_BASIC
|
|
||||||
; NONOSDK22x_190703 = 2.2.2-dev(38a443e)
|
|
||||||
-DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22x_190703
|
|
||||||
; lwIP 2 - Higher Bandwidth no Features
|
|
||||||
-DPIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH_LOW_FLASH
|
|
||||||
; VTABLES in Flash
|
|
||||||
-DVTABLES_IN_FLASH
|
|
||||||
; No exception code in firmware
|
|
||||||
-fno-exceptions
|
|
||||||
-lstdc++
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user