Skip to content
This repository was archived by the owner on Aug 2, 2020. It is now read-only.

Commit 9b83471

Browse files
authored
Merge pull request #19 from badgeteam/basvs-spiram
link in spiram support
2 parents 64232dd + 283cb9c commit 9b83471

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

esp32/Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,8 @@ ESPIDF_ESP32_O = $(addprefix $(ESPCOMP)/esp32/,\
336336
ets_timer_legacy.o \
337337
esp_err_to_name.o \
338338
dbg_stubs.o \
339+
spiram.o \
340+
spiram_psram.o \
339341
)
340342

341343
ESPIDF_PTHREAD_O = $(addprefix $(ESPCOMP)/pthread/,\

0 commit comments

Comments
 (0)