mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-29 05:36:39 +00:00
orig files
This commit is contained in:
parent
b511912dac
commit
58494e4453
2
.gitignore
vendored
2
.gitignore
vendored
@ -8,7 +8,7 @@
|
|||||||
.clang_complete
|
.clang_complete
|
||||||
.gcc-flags.json
|
.gcc-flags.json
|
||||||
.cache
|
.cache
|
||||||
tasmota/user_config_override*
|
tasmota/user_config_override.h
|
||||||
build
|
build
|
||||||
build_output
|
build_output
|
||||||
firmware.map
|
firmware.map
|
||||||
|
@ -109,7 +109,8 @@ build_flags = ${esp_defaults.build_flags}
|
|||||||
; No exception code in firmware
|
; No exception code in firmware
|
||||||
-fno-exceptions
|
-fno-exceptions
|
||||||
-lstdc++
|
-lstdc++
|
||||||
; the following removes the 4-bytes alignment for PSTR()
|
; 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_ALIGN=1
|
-DPSTR_ALIGN=1
|
||||||
; restrict to minimal mime-types
|
; restrict to minimal mime-types
|
||||||
-DMIMETYPE_MINIMAL
|
-DMIMETYPE_MINIMAL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user