Improve espressif platform for updated framework.

This commit is contained in:
Valeriy Koval
2016-02-29 12:08:24 +02:00
parent 6190f1aa8f
commit b0ba8ae5e3
2 changed files with 2 additions and 1 deletions

View File

@ -102,6 +102,7 @@ env.Replace(
],
LINKFLAGS=[
"-Os",
"-nostdlib",
"-Wl,--no-check-sections",
"-u", "call_user_start",

View File

@ -57,7 +57,7 @@ elif env.get("PLATFORM") == "espressif":
env.Prepend(
CPPPATH=[join("$PLATFORMFW_DIR", "tools", "sdk", "include")],
LIBPATH=[join("$PLATFORMFW_DIR", "tools", "sdk", "lib")],
LIBS=["smartconfig", "pp", "main", "wpa", "lwip",
LIBS=["mesh", "wpa2", "smartconfig", "pp", "main", "wpa", "lwip",
"net80211", "wps", "crypto", "phy", "hal", "axtls", "gcc", "m"]
)
elif env.get("PLATFORM") == "nordicnrf51":