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:
benpicco 2020-08-07 17:03:40 +02:00 committed by GitHub
commit a455d74621
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 0 additions and 8 deletions

View File

@ -24,8 +24,6 @@
#ifndef DOXYGEN
#include "board.h"
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -18,7 +18,6 @@
#include <stdint.h>
#include <stdbool.h>
#include "esp_err.h"
#include "esp_sleep.h"
#ifdef __cplusplus
extern "C" {

View File

@ -11,7 +11,6 @@ CFLAGS += -D__ets__
include $(RIOTCPU)/$(CPU)/Makefile.include
INCLUDES += -I$(BOARDDIR)/include
INCLUDES += -I$(RIOTBASE)/core/include
INCLUDES += -I$(RIOTBASE)/drivers/include
INCLUDES += -I$(RIOTCPU)/$(CPU)/include

View File

@ -16,4 +16,3 @@ include $(RIOTCPU)/$(CPU)/Makefile.include
INCLUDES += -I$(RIOTBASE)/core/include
INCLUDES += -I$(RIOTCPU)/$(CPU)/vendor/esp-idf/include/log
INCLUDES += -I$(RIOTCPU)/$(CPU)/include
INCLUDES += -I$(BOARDDIR)/include

View File

@ -17,4 +17,3 @@ include $(RIOTCPU)/$(CPU)/Makefile.include
INCLUDES += -I$(RIOTBASE)/core/include
INCLUDES += -I$(RIOTCPU)/$(CPU)/vendor/esp-idf/include/log
INCLUDES += -I$(RIOTCPU)/$(CPU)/include
INCLUDES += -I$(BOARDDIR)/include

View File

@ -16,4 +16,3 @@ include $(RIOTCPU)/$(CPU)/Makefile.include
INCLUDES += -I$(RIOTBASE)/core/include
INCLUDES += -I$(RIOTCPU)/$(CPU)/vendor/esp-idf/include/log
INCLUDES += -I$(RIOTCPU)/$(CPU)/include
INCLUDES += -I$(BOARDDIR)/include

View File

@ -16,4 +16,3 @@ include $(RIOTCPU)/$(CPU)/Makefile.include
INCLUDES += -I$(RIOTBASE)/core/include
INCLUDES += -I$(RIOTCPU)/$(CPU)/vendor/esp-idf/include/log
INCLUDES += -I$(RIOTCPU)/$(CPU)/include
INCLUDES += -I$(BOARDDIR)/include