mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
update to 4.2.0 standard
This commit is contained in:
@@ -26,14 +26,16 @@ custom_flags =
|
|||||||
# -DVTABLES_IN_FLASH
|
# -DVTABLES_IN_FLASH
|
||||||
# -DNO_GLOBAL_EEPROM
|
# -DNO_GLOBAL_EEPROM
|
||||||
# -DBEARSSL_SSL_BASIC
|
# -DBEARSSL_SSL_BASIC
|
||||||
|
#general_flags = -DNO_GLOBAL_EEPROM -DVTABLES_IN_FLASH -DPIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH_LOW_FLASH
|
||||||
general_flags = -DNO_GLOBAL_EEPROM
|
general_flags = -DNO_GLOBAL_EEPROM
|
||||||
|
|
||||||
|
|
||||||
# From https://github.com/esp8266/Arduino/blob/master/tools/sdk/ld
|
# From https://github.com/esp8266/Arduino/blob/master/tools/sdk/ld
|
||||||
# eagle.flash.4m1m.ld = 1019 KB sketch, 1000 KB SPIFFS. 4KB EEPROM, 4KB RFCAL, 12KB WIFI stack, 2052 KB OTA & buffer
|
# eagle.flash.4m1m.ld = 1019 KB sketch, 1000 KB SPIFFS. 4KB EEPROM, 4KB RFCAL, 12KB WIFI stack, 2052 KB OTA & buffer
|
||||||
# eagle.flash.4m2m.ld = same as above but with 2024 KB SPIFFS
|
# eagle.flash.4m2m.ld = same as above but with 2024 KB SPIFFS
|
||||||
# eagle.flash.4m.ld = same as above but with no SPIFFS storage
|
# eagle.flash.4m.ld = same as above but with no SPIFFS storage
|
||||||
build_flags_4m1m = -Wl,-Teagle.flash.4m1m.ld
|
board_build.ldscript = eagle.flash.4m.ld
|
||||||
build_flags = ${common.general_flags} ${common.build_flags_4m1m}
|
build_flags = ${common.general_flags} -std=c++11 -fno-exceptions
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
framework = arduino
|
framework = arduino
|
||||||
|
|||||||
Reference in New Issue
Block a user