This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
8ebaf29927
zephyr
/
drivers
/
dma
/
Makefile
3 lines
83 B
Makefile
Raw
Normal View
History
Unescape
Escape
dma: Introduce STM32F4x DMA driver This driver currently only handles memory-to-memory transfers. TODO: Add support for all types of transfers. Change-Id: Ic9787dcca919a58fb11b48c9f6b6b371db88c3ea Origin: Original Maintained-by: Zephyr Signed-off-by: Lee Jones <lee.jones@linaro.org>
2016-10-13 18:39:09 +08:00
obj-$(CONFIG_DMA_QMSI)
+=
dma_qmsi.o
obj-$(CONFIG_DMA_STM32F4X)
+=
dma_stm32f4x.o