[realtek-ambz] Add new WiFiClient library

This commit is contained in:
Kuba Szczodrzyński
2022-04-26 16:30:10 +02:00
parent a6064623d5
commit b71e579e7c
10 changed files with 459 additions and 40 deletions

View File

@@ -70,7 +70,11 @@ env.Replace(
"CONFIG_PLATFORM_8711B",
("F_CPU", "166000000L"),
("LWIP_TIMEVAL_PRIVATE", "0"),
("LWIP_NETIF_HOSTNAME", "1"),
("LWIP_NETIF_HOSTNAME", "1"), # to support hostname changing
("LWIP_PROVIDE_ERRNO", "1"), # for extern int errno and codes
("LWIP_SO_RCVBUF", "1"), # for ioctl(FIONREAD)
("INT_MAX", "2147483647"), # for RECV_BUFSIZE_DEFAULT
("ERRNO", "1"), # for LwIP
],
LINKFLAGS=[
"-mcpu=cortex-m4",