Updated to latest IDF.
This commit is contained in:
parent
7ba6f07b6d
commit
2266670b46
|
@ -1,6 +1,4 @@
|
||||||
COMPONENT_ADD_INCLUDEDIRS:=include
|
COMPONENT_ADD_INCLUDEDIRS:=include
|
||||||
# Note: It appears this component must come lexicographically before esp32
|
# Note: It appears this component must come lexicographically before esp32
|
||||||
# in order to get the -T arguments in the right order.
|
# in order to get the -T arguments in the right order.
|
||||||
COMPONENT_ADD_LDFLAGS:=-L $(abspath ld) -T nodemcu_core.ld -lbase_nodemcu
|
COMPONENT_ADD_LDFLAGS:=-L $(COMPONENT_PATH)/ld -T nodemcu_core.ld -lbase_nodemcu
|
||||||
|
|
||||||
include $(IDF_PATH)/make/component_common.mk
|
|
||||||
|
|
|
@ -1,3 +1 @@
|
||||||
COMPONENT_ADD_INCLUDEDIRS:=include
|
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:=.
|
COMPONENT_ADD_INCLUDEDIRS:=.
|
||||||
|
|
||||||
EXTRA_CFLAGS:=-imacros fatfs_prefix_lib.h
|
EXTRA_CFLAGS:=-imacros fatfs_prefix_lib.h
|
||||||
|
|
||||||
include $(IDF_PATH)/make/component_common.mk
|
|
||||||
|
|
|
@ -1,3 +1 @@
|
||||||
COMPONENT_ADD_INCLUDEDIRS:=.
|
COMPONENT_ADD_INCLUDEDIRS:=.
|
||||||
|
|
||||||
include $(IDF_PATH)/make/component_common.mk
|
|
||||||
|
|
|
@ -15,5 +15,3 @@ CFLAGS += \
|
||||||
-Werror=unused-function \
|
-Werror=unused-function \
|
||||||
-Werror=unused-but-set-variable \
|
-Werror=unused-but-set-variable \
|
||||||
-Werror=unused-variable \
|
-Werror=unused-variable \
|
||||||
|
|
||||||
include $(IDF_PATH)/make/component_common.mk
|
|
||||||
|
|
|
@ -1,3 +1 @@
|
||||||
COMPONENT_ADD_INCLUDEDIRS:=include
|
COMPONENT_ADD_INCLUDEDIRS:=include
|
||||||
|
|
||||||
include $(IDF_PATH)/make/component_common.mk
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "rom/spi_flash.h"
|
#include "rom/spi_flash.h"
|
||||||
|
|
||||||
#include "esp_flash_data_types.h"
|
#include "esp_image_format.h"
|
||||||
|
|
||||||
#define FLASH_HDR_ADDR 0x1000
|
#define FLASH_HDR_ADDR 0x1000
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
COMPONENT_ADD_INCLUDEDIRS:=include
|
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...
|
# TODO: clean up codebase to be sign clean...
|
||||||
EXTRA_CFLAGS+=-Wno-error=pointer-sign
|
EXTRA_CFLAGS+=-Wno-error=pointer-sign
|
||||||
|
|
||||||
include $(IDF_PATH)/make/component_common.mk
|
|
||||||
|
|
|
@ -1,3 +1 @@
|
||||||
COMPONENT_ADD_INCLUDEDIRS:=include
|
COMPONENT_ADD_INCLUDEDIRS:=include
|
||||||
|
|
||||||
include $(IDF_PATH)/make/component_common.mk
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit eb067ce90827a31a1b01eac531767a17c55048c1
|
Subproject commit 1b25795f5ddaadf5ae37e566645e019a5bcc3686
|
Loading…
Reference in New Issue