mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
b15d7df6dc
To make the migration progress to the new RTOS SDK easier, the ESP8266_SDK_DIR variable was renamed to ESP8266_RTOS_SDK_DIR.
10 lines
304 B
Makefile
10 lines
304 B
Makefile
MODULE=esp_idf_nvs_flash
|
|
|
|
include $(RIOTBASE)/Makefile.base
|
|
|
|
CFLAGS += -DESP_PLATFORM
|
|
CXXFLAGS += -std=c++11
|
|
INCLUDES += -I$(RIOTCPU)/$(CPU)/vendor/esp-idf/log/include
|
|
INCLUDES += -I$(ESP8266_RTOS_SDK_DIR)/components/nvs_flash/include
|
|
INCLUDES += -I$(ESP8266_RTOS_SDK_DIR)/components/spi_flash/include
|