stm32-rs / stm32l0xx-hal

A hardware abstraction layer (HAL) for the STM32L0 series microcontrollers written in Rust
BSD Zero Clause License
96 stars 60 forks source link

DMA serial support for stm32l0x1 #201

Open johnkjellberg opened 2 years ago

johnkjellberg commented 2 years ago

DMA serial support only exists for stm32l0x2 and stm32l0x3. But as far as I can tell, it should be possible to support stm32l0x1 also.

Please advice if there are any reason why it shouldn't work.