feat(vfs): Modify for esp8266

This commit is contained in:
dongheng
2019-03-07 14:58:44 +08:00
parent e36706d776
commit d11543400e
25 changed files with 225 additions and 51 deletions

View File

@ -20,6 +20,10 @@ COMPONENT_SRCDIRS += apps/dhcpserver \
port/esp8266/freertos \
port/esp8266/netif
ifdef CONFIG_USING_ESP_VFS
COMPONENT_SRCDIRS += port
endif
CFLAGS += -Wno-address #lots of LWIP source files evaluate macros that check address of stack variables
lwip/src/apps/sntp/sntp.o: CFLAGS += -Wno-implicit-function-declaration