embassy/embassy-stm32
bors[bot] 9f854110f2
Merge #1082 #1083
1082: stm32: Add basic support for DMA priority settings r=lulf a=matoushybl

This adds very basic support for specifying priority for DMA interrupts. Unfortunately, the patch now doesn't allow for specifying different priorities for DMA1/DMA2, or BDMA1/BDMA2, which I didn't know how to support.

1083: stm32: Fix H7 unaligned erase r=lulf a=matoushybl

This PR simplifies erasing sectors on the H7, which was buggy.

Co-authored-by: Matous Hybl <hyblmatous@gmail.com>
2022-12-01 13:49:59 +00:00
..
src Merge #1082 #1083 2022-12-01 13:49:59 +00:00
build.rs implement support for LPUART 2022-08-19 12:05:19 +02:00
Cargo.toml Switch to async-fn-in-trait 2022-11-25 21:02:06 +01:00