diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-12-01 13:49:59 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-12-01 13:49:59 +0000 |
| commit | 9f854110f2a2c856a5afc976fac50959c0842b82 (patch) | |
| tree | 19dce78cb694d1f2445e37200cd3497feda4347d /examples/stm32f0 | |
| parent | d8ea297d6a9501a1e509722f522fe707f8f395a0 (diff) | |
| parent | 4cc046312359d0a930eb7c6c78df25c1fc1ea6e6 (diff) | |
| parent | 2a35a0944420ecf3d33e9684b9bb5756500cb851 (diff) | |
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 <[email protected]>
