mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-03 02:56:35 +08:00
feat(vfs): Modify for esp8266
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user