Commit 2266670b authored by Johny Mattsson's avatar Johny Mattsson
Browse files

Updated to latest IDF.

parent 7ba6f07b
COMPONENT_ADD_INCLUDEDIRS:=include
# Note: It appears this component must come lexicographically before esp32
# in order to get the -T arguments in the right order.
COMPONENT_ADD_LDFLAGS:=-L $(abspath ld) -T nodemcu_core.ld -lbase_nodemcu
include $(IDF_PATH)/make/component_common.mk
COMPONENT_ADD_LDFLAGS:=-L $(COMPONENT_PATH)/ld -T nodemcu_core.ld -lbase_nodemcu
COMPONENT_ADD_INCLUDEDIRS:=include
include $(IDF_PATH)/make/component_common.mk
......@@ -4,5 +4,3 @@ COMPONENT_OBJS:=diskio.o ff.o myfatfs.o option/unicode.o
COMPONENT_ADD_INCLUDEDIRS:=.
EXTRA_CFLAGS:=-imacros fatfs_prefix_lib.h
include $(IDF_PATH)/make/component_common.mk
COMPONENT_ADD_INCLUDEDIRS:=.
include $(IDF_PATH)/make/component_common.mk
......@@ -15,5 +15,3 @@ CFLAGS += \
-Werror=unused-function \
-Werror=unused-but-set-variable \
-Werror=unused-variable \
include $(IDF_PATH)/make/component_common.mk
COMPONENT_ADD_INCLUDEDIRS:=include
include $(IDF_PATH)/make/component_common.mk
......@@ -9,7 +9,7 @@
#include <stdlib.h>
#include "rom/spi_flash.h"
#include "esp_flash_data_types.h"
#include "esp_image_format.h"
#define FLASH_HDR_ADDR 0x1000
......
COMPONENT_ADD_INCLUDEDIRS:=include
include $(IDF_PATH)/make/component_common.mk
......@@ -2,5 +2,3 @@ COMPONENT_ADD_INCLUDEDIRS:=.
# TODO: clean up codebase to be sign clean...
EXTRA_CFLAGS+=-Wno-error=pointer-sign
include $(IDF_PATH)/make/component_common.mk
COMPONENT_ADD_INCLUDEDIRS:=include
include $(IDF_PATH)/make/component_common.mk
Subproject commit eb067ce90827a31a1b01eac531767a17c55048c1
Subproject commit 1b25795f5ddaadf5ae37e566645e019a5bcc3686
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment