aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32h7/src/bin/spi_bdma.rs
Commit message (Expand)AuthorAgeFilesLines
* feat: stm32 spi driver slave modeCristian Milatinov2025-11-041-1/+1
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-291-1/+1
* chore: Wrap link_section attribute with unsafeHiroaki Yutani2025-05-061-1/+1
* Update nighlty, fix warnings.Dario Nieuwenhuis2024-10-141-3/+4
* Fixed to reserve as much space as it uses.Dickless2024-07-071-1/+1
* [#2905 #2904] Replaced static raw array with GroundedArrayCellDickless2024-07-061-3/+9
* stm32/spi: remove peripheral generic param.Dario Nieuwenhuis2024-05-201-2/+2
* formatPegasis2024-05-031-1/+1
* add example for bdmaPegasis2024-05-031-0/+78