Added build flags for next esp8266 core

This commit is contained in:
Adrian Scillato 2018-10-19 10:39:19 -03:00 committed by GitHub
parent 613ffde5c0
commit 802969b263
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -62,7 +62,10 @@ board_build.f_cpu = 80000000L
build_unflags = -Wall
build_flags =
-Wl,-Tesp8266.flash.1m0.ld
; if using esp8266 core 2.5.0 (stage) or up
; -Wl,-Tesp8266.flash.1m.ld -Wl,-Map,firmware.map
; if using esp8266 core < 2.5.0
-Wl,-Tesp8266.flash.1m0.ld -Wl,-Map,firmware.map
-mtarget-align
; -DUSE_CONFIG_OVERRIDE
; lwIP 1.4 (Default)