aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32u0/src/bin/spi.rs
Commit message (Collapse)AuthorAgeFilesLines
* stm32: generate singletons only for pins that actually exist.Dario Nieuwenhuis2025-01-071-1/+1
| | | | | | | Before we'd generate all pins Px0..Px15 for each GPIOx port. This changes codegen to only generate singletons for actually-existing pins. (AFs were already previously filtered, so these non-existing pins were already mostly useless)
* Add spi, i2c and fix usartDion Dokter2024-04-161-0/+30