summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_dma.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-19 11:54:56 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-19 11:54:56 -0600
commit0fc2b6c2d86d4d043f2e69de03f6409c3e964cb4 (patch)
tree388bf50c7a4c271866cf2cca1ed2336b934237f6 /nuttx/arch/arm/src/stm32/stm32_dma.c
parentaf086950f8567b3595cee4b3cc7852557464837d (diff)
downloadpx4-nuttx-0fc2b6c2d86d4d043f2e69de03f6409c3e964cb4.tar.gz
px4-nuttx-0fc2b6c2d86d4d043f2e69de03f6409c3e964cb4.tar.bz2
px4-nuttx-0fc2b6c2d86d4d043f2e69de03f6409c3e964cb4.zip
STM32L15X UART, DMA, and heap initialization support
Diffstat (limited to 'nuttx/arch/arm/src/stm32/stm32_dma.c')
-rw-r--r--nuttx/arch/arm/src/stm32/stm32_dma.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/stm32/stm32_dma.c b/nuttx/arch/arm/src/stm32/stm32_dma.c
index da20cca96..b47d8c603 100644
--- a/nuttx/arch/arm/src/stm32/stm32_dma.c
+++ b/nuttx/arch/arm/src/stm32/stm32_dma.c
@@ -71,7 +71,8 @@
* channels.
*/
-#if defined(CONFIG_STM32_STM32F10XX) || defined(CONFIG_STM32_STM32F30XX)
+#if defined(CONFIG_STM32_STM32L15XX) || defined(CONFIG_STM32_STM32F10XX) || \
+ defined(CONFIG_STM32_STM32F30XX)
# include "stm32f10xxx_dma.c"
#elif defined(CONFIG_STM32_STM32F20XX)
# include "stm32f20xxx_dma.c"