Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
2266670b
Commit
2266670b
authored
Nov 16, 2016
by
Johny Mattsson
Browse files
Updated to latest IDF.
parent
7ba6f07b
Changes
11
Hide whitespace changes
Inline
Side-by-side
components/base_nodemcu/component.mk
View file @
2266670b
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
components/driver_console/component.mk
View file @
2266670b
COMPONENT_ADD_INCLUDEDIRS
:=
include
include
$(IDF_PATH)/make/component_common.mk
components/fatfs/component.mk
View file @
2266670b
...
...
@@ -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
components/lua/component.mk
View file @
2266670b
COMPONENT_ADD_INCLUDEDIRS
:=
.
include
$(IDF_PATH)/make/component_common.mk
components/modules/component.mk
View file @
2266670b
...
...
@@ -15,5 +15,3 @@ CFLAGS += \
-Werror
=
unused-function
\
-Werror
=
unused-but-set-variable
\
-Werror
=
unused-variable
\
include
$(IDF_PATH)/make/component_common.mk
components/platform/component.mk
View file @
2266670b
COMPONENT_ADD_INCLUDEDIRS
:=
include
include
$(IDF_PATH)/make/component_common.mk
components/platform/flash_api.c
View file @
2266670b
...
...
@@ -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
...
...
components/rtos_dbg/component.mk
View file @
2266670b
COMPONENT_ADD_INCLUDEDIRS
:=
include
include
$(IDF_PATH)/make/component_common.mk
components/spiffs/component.mk
View file @
2266670b
...
...
@@ -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
components/task/component.mk
View file @
2266670b
COMPONENT_ADD_INCLUDEDIRS
:=
include
include
$(IDF_PATH)/make/component_common.mk
esp32-esp-idf
@
1b25795f
Compare
eb067ce9
...
1b25795f
Subproject commit
eb067ce90827a31a1b01eac531767a17c55048c1
Subproject commit
1b25795f5ddaadf5ae37e566645e019a5bcc3686
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment