2022-02-01 21:34:23 +01:00
|
|
|
MODULE = esp_idf_spi_ram
|
|
|
|
|
|
|
|
# source files to be compiled for this module
|
|
|
|
ESP32_SDK_SRC = \
|
2022-07-18 10:45:23 +02:00
|
|
|
components/esp_hw_support/port/$(CPU_FAM)/spiram.c \
|
|
|
|
components/esp_hw_support/port/$(CPU_FAM)/spiram_psram.c \
|
|
|
|
components/esp_hw_support/port/$(CPU_FAM)/cache_sram_mmu.c \
|
2022-02-01 21:34:23 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
# additional include pathes required by this module
|
2022-07-18 10:45:23 +02:00
|
|
|
INCLUDES += -I$(ESP32_SDK_DIR)/components/soc/$(CPU_FAM)/include
|
2022-02-01 21:34:23 +01:00
|
|
|
|
|
|
|
include $(RIOTBASE)/Makefile.base
|
|
|
|
|
|
|
|
ESP32_SDK_BIN = $(BINDIR)/$(MODULE)
|
|
|
|
|
|
|
|
include ../esp_idf.mk
|
|
|
|
include ../esp_idf_cflags.mk
|