1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00

sdk: update to 2.2.0

- update libraries and header files
- remove libmesh
- update PHY init data
This commit is contained in:
Ivan Grokhotkov
2018-02-16 00:31:46 +03:00
committed by Ivan Grokhotkov
parent f9ac524b13
commit 429f40d321
17 changed files with 267 additions and 177 deletions

View File

@ -53,7 +53,7 @@ env.Prepend(
join(FRAMEWORK_DIR, "tools", "sdk", "libc", "xtensa-lx106-elf", "lib")
],
LIBS=[
"mesh", "wpa2", "smartconfig", "espnow", "pp", "main", "wpa", "lwip_gcc",
"wpa2", "smartconfig", "espnow", "pp", "main", "wpa", "lwip_gcc",
"net80211", "wps", "crypto", "phy", "hal", "axtls", "gcc",
"m", "c", "stdc++"
]