forked from platformio/platformio-core
Improve espressif platform for updated framework.
This commit is contained in:
@ -102,6 +102,7 @@ env.Replace(
|
|||||||
],
|
],
|
||||||
|
|
||||||
LINKFLAGS=[
|
LINKFLAGS=[
|
||||||
|
"-Os",
|
||||||
"-nostdlib",
|
"-nostdlib",
|
||||||
"-Wl,--no-check-sections",
|
"-Wl,--no-check-sections",
|
||||||
"-u", "call_user_start",
|
"-u", "call_user_start",
|
||||||
|
@ -57,7 +57,7 @@ elif env.get("PLATFORM") == "espressif":
|
|||||||
env.Prepend(
|
env.Prepend(
|
||||||
CPPPATH=[join("$PLATFORMFW_DIR", "tools", "sdk", "include")],
|
CPPPATH=[join("$PLATFORMFW_DIR", "tools", "sdk", "include")],
|
||||||
LIBPATH=[join("$PLATFORMFW_DIR", "tools", "sdk", "lib")],
|
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"]
|
"net80211", "wps", "crypto", "phy", "hal", "axtls", "gcc", "m"]
|
||||||
)
|
)
|
||||||
elif env.get("PLATFORM") == "nordicnrf51":
|
elif env.get("PLATFORM") == "nordicnrf51":
|
||||||
|
Reference in New Issue
Block a user