stm32: dma: add dma_set_channel_request to ease dma cselr usage.

This commit is contained in:
Guillaume Revaillot
2019-06-11 16:59:57 +02:00
committed by Karl Palsson
parent eb0bc099f4
commit 7d344b187d
5 changed files with 52 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ OBJS += rng_common_v1.o
OBJS += timer_common_all.o
OBJS += i2c_common_v2.o
OBJS += usart_common_all.o usart_common_v2.o
OBJS += dma_common_l1f013.o
OBJS += dma_common_l1f013.o dma_common_csel.o
OBJS += iwdg_common_all.o
OBJS += rtc_common_l1f024.o
OBJS += spi_common_all.o spi_common_v2.o