aboutsummaryrefslogtreecommitdiff
path: root/lib/stm32/f4/Makefile
diff options
context:
space:
mode:
authorKen Sarkies2012-11-30 06:39:57 +1030
committerKen Sarkies2013-01-08 08:16:25 +1030
commita60ae5044c9d885d6d0152b0907c21977e8a0d6b (patch)
tree325c3dfbcf5776afbfb8d174ac83e98f995db82f /lib/stm32/f4/Makefile
parent4d234c7e27fad516f1a34698099982d7e9ced260 (diff)
STM32 DMA: replaced F4 header to match that for F2, and move header and source files to common.
In the header: - Fix DMA_SxCR_CT: change shift from 18 to 19 For use with the convenience functions: - Added DMA_SxCR_CHSEL generic values - Added DMA_STREAM - generic values - Added dma_if_offset - rather than separating out LISR and HISR - Added masks - Added dma_disable_double_buffer_mode()
Diffstat (limited to 'lib/stm32/f4/Makefile')
-rw-r--r--lib/stm32/f4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stm32/f4/Makefile b/lib/stm32/f4/Makefile
index c9ad847..a73dbae 100644
--- a/lib/stm32/f4/Makefile
+++ b/lib/stm32/f4/Makefile
@@ -33,7 +33,7 @@ OBJS = rcc.o gpio.o usart.o spi.o flash.o \
i2c.o exti2.o pwr.o timer.o \
usb.o usb_standard.o usb_control.o usb_fx07_common.o usb_f107.o \
usb_f207.o adc.o dma.o \
- gpio_common_all.o gpio_common_f24.o
+ gpio_common_all.o gpio_common_f24.o dma_common_f24.o
VPATH += ../../usb:../:../../cm3:../common