Improve espressif platform for RC version of framework

This commit is contained in:
Valeriy Koval
2015-11-26 20:19:36 +02:00
parent 25f57cc683
commit 9bd1f99b69
3 changed files with 8 additions and 5 deletions

View File

@@ -75,7 +75,10 @@ env.Replace(
"-nostdlib",
"-Wl,--no-check-sections",
"-u", "call_user_start",
"-Wl,-static"
"-Wl,-static",
"-Wl,--gc-sections",
"-Wl,-wrap,system_restart_local",
"-Wl,-wrap,register_chipv6_phy"
],
SIZEPRINTCMD='"$SIZETOOL" -B -d $SOURCES',