Updated to latest IDF.

This commit is contained in:
Johny Mattsson 2016-11-16 17:59:06 +11:00
parent 7ba6f07b6d
commit 2266670b46
11 changed files with 3 additions and 20 deletions

View File

@ -1,6 +1,4 @@
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

View File

@ -1,3 +1 @@
COMPONENT_ADD_INCLUDEDIRS:=include
include $(IDF_PATH)/make/component_common.mk

View File

@ -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

View File

@ -1,3 +1 @@
COMPONENT_ADD_INCLUDEDIRS:=.
include $(IDF_PATH)/make/component_common.mk

View File

@ -15,5 +15,3 @@ CFLAGS += \
-Werror=unused-function \
-Werror=unused-but-set-variable \
-Werror=unused-variable \
include $(IDF_PATH)/make/component_common.mk

View File

@ -1,3 +1 @@
COMPONENT_ADD_INCLUDEDIRS:=include
include $(IDF_PATH)/make/component_common.mk

View File

@ -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

View File

@ -1,2 +1 @@
COMPONENT_ADD_INCLUDEDIRS:=include
include $(IDF_PATH)/make/component_common.mk

View File

@ -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

View File

@ -1,3 +1 @@
COMPONENT_ADD_INCLUDEDIRS:=include
include $(IDF_PATH)/make/component_common.mk

@ -1 +1 @@
Subproject commit eb067ce90827a31a1b01eac531767a17c55048c1
Subproject commit 1b25795f5ddaadf5ae37e566645e019a5bcc3686