[realtek-ambz] Update lwIP to v2.1.3

This commit is contained in:
Kuba Szczodrzyński
2022-11-26 15:32:33 +01:00
parent 8a4392bb22
commit 1172c1a852
4 changed files with 25 additions and 4 deletions

View File

@@ -27,7 +27,6 @@ if env.get("PROGNAME", "program") == "program":
env.Replace(PROGNAME="firmware")
env.Replace(PROGSUFFIX=".elf")
# Toolchain config - TODO multiple arch, specified in board.json
prefix = board.get("build.prefix", "")
env.Replace(
AR=prefix + "gcc-ar",