Merge pull request #14729 from gschorcht/cpu/esp32/vendor_dependeny_boarddir
cpu/esp32: remove the dependency of vendor code on BOARDDIR
This commit is contained in:
commit
a455d74621
@ -24,8 +24,6 @@
|
|||||||
|
|
||||||
#ifndef DOXYGEN
|
#ifndef DOXYGEN
|
||||||
|
|
||||||
#include "board.h"
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@ -18,7 +18,6 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include "esp_err.h"
|
#include "esp_err.h"
|
||||||
#include "esp_sleep.h"
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|||||||
@ -11,7 +11,6 @@ CFLAGS += -D__ets__
|
|||||||
|
|
||||||
include $(RIOTCPU)/$(CPU)/Makefile.include
|
include $(RIOTCPU)/$(CPU)/Makefile.include
|
||||||
|
|
||||||
INCLUDES += -I$(BOARDDIR)/include
|
|
||||||
INCLUDES += -I$(RIOTBASE)/core/include
|
INCLUDES += -I$(RIOTBASE)/core/include
|
||||||
INCLUDES += -I$(RIOTBASE)/drivers/include
|
INCLUDES += -I$(RIOTBASE)/drivers/include
|
||||||
INCLUDES += -I$(RIOTCPU)/$(CPU)/include
|
INCLUDES += -I$(RIOTCPU)/$(CPU)/include
|
||||||
|
|||||||
@ -16,4 +16,3 @@ include $(RIOTCPU)/$(CPU)/Makefile.include
|
|||||||
INCLUDES += -I$(RIOTBASE)/core/include
|
INCLUDES += -I$(RIOTBASE)/core/include
|
||||||
INCLUDES += -I$(RIOTCPU)/$(CPU)/vendor/esp-idf/include/log
|
INCLUDES += -I$(RIOTCPU)/$(CPU)/vendor/esp-idf/include/log
|
||||||
INCLUDES += -I$(RIOTCPU)/$(CPU)/include
|
INCLUDES += -I$(RIOTCPU)/$(CPU)/include
|
||||||
INCLUDES += -I$(BOARDDIR)/include
|
|
||||||
|
|||||||
@ -17,4 +17,3 @@ include $(RIOTCPU)/$(CPU)/Makefile.include
|
|||||||
INCLUDES += -I$(RIOTBASE)/core/include
|
INCLUDES += -I$(RIOTBASE)/core/include
|
||||||
INCLUDES += -I$(RIOTCPU)/$(CPU)/vendor/esp-idf/include/log
|
INCLUDES += -I$(RIOTCPU)/$(CPU)/vendor/esp-idf/include/log
|
||||||
INCLUDES += -I$(RIOTCPU)/$(CPU)/include
|
INCLUDES += -I$(RIOTCPU)/$(CPU)/include
|
||||||
INCLUDES += -I$(BOARDDIR)/include
|
|
||||||
|
|||||||
@ -16,4 +16,3 @@ include $(RIOTCPU)/$(CPU)/Makefile.include
|
|||||||
INCLUDES += -I$(RIOTBASE)/core/include
|
INCLUDES += -I$(RIOTBASE)/core/include
|
||||||
INCLUDES += -I$(RIOTCPU)/$(CPU)/vendor/esp-idf/include/log
|
INCLUDES += -I$(RIOTCPU)/$(CPU)/vendor/esp-idf/include/log
|
||||||
INCLUDES += -I$(RIOTCPU)/$(CPU)/include
|
INCLUDES += -I$(RIOTCPU)/$(CPU)/include
|
||||||
INCLUDES += -I$(BOARDDIR)/include
|
|
||||||
|
|||||||
@ -16,4 +16,3 @@ include $(RIOTCPU)/$(CPU)/Makefile.include
|
|||||||
INCLUDES += -I$(RIOTBASE)/core/include
|
INCLUDES += -I$(RIOTBASE)/core/include
|
||||||
INCLUDES += -I$(RIOTCPU)/$(CPU)/vendor/esp-idf/include/log
|
INCLUDES += -I$(RIOTCPU)/$(CPU)/vendor/esp-idf/include/log
|
||||||
INCLUDES += -I$(RIOTCPU)/$(CPU)/include
|
INCLUDES += -I$(RIOTCPU)/$(CPU)/include
|
||||||
INCLUDES += -I$(BOARDDIR)/include
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user