stm32f3: dma support added.

This commit is contained in:
Federico Ruiz Ugalde
2013-06-26 03:23:58 -06:00
committed by Piotr Esden-Tempski
parent 433c1c9db8
commit 6af6cec101
3 changed files with 41 additions and 1 deletions
+2
View File
@@ -21,6 +21,8 @@
# include <libopencm3/stm32/f1/dma.h>
#elif defined(STM32F2)
# include <libopencm3/stm32/f2/dma.h>
#elif defined(STM32F3)
# include <libopencm3/stm32/f3/dma.h>
#elif defined(STM32F4)
# include <libopencm3/stm32/f4/dma.h>
#elif defined(STM32L1)