Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit 92129b5

Browse files
committed
esp32/Makefile: updates for hw spi
1 parent c046e4f commit 92129b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

esp32/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ SRC_C = \
129129
modsocket.c \
130130
modesp.c \
131131
espneopixel.c \
132+
machine_hw_spi.c \
132133
$(SRC_MOD)
133134

134135
STM_SRC_C = $(addprefix stmhal/,\
@@ -203,6 +204,7 @@ ESPIDF_DRIVER_O = $(addprefix $(ESPCOMP)/driver/,\
203204
spi_master.o \
204205
gpio.o \
205206
timer.o \
207+
spi_master.o \
206208
rtc_module.o \
207209
)
208210

0 commit comments

Comments
 (0)