aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/Makefile
diff options
context:
space:
mode:
authorDamien George2018-03-03 00:17:08 +1100
committerDamien George2018-03-03 00:17:08 +1100
commitadda38cf7670bd4512de9e9a4c19fbc679433bdc (patch)
tree21b33f6213ced691fbc935c724374fcc0ec83f28 /ports/stm32/Makefile
parent8bd0a51ca9e5106a834b5db070855932a0b042df (diff)
stm32/qspi: Add hardware QSPI driver, with memory-map capability.
It supports the abstract QSPI protocol defined in drivers/bus/qspi.h.
Diffstat (limited to 'ports/stm32/Makefile')
-rw-r--r--ports/stm32/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/stm32/Makefile b/ports/stm32/Makefile
index 18e64899b..0f836f245 100644
--- a/ports/stm32/Makefile
+++ b/ports/stm32/Makefile
@@ -214,6 +214,7 @@ SRC_C = \
dma.c \
i2c.c \
spi.c \
+ qspi.c \
uart.c \
can.c \
usb.c \