aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/dts/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-5/+4
|
* stm32: Implement reads of DTS peripheralGabriel Smith2025-01-041-0/+239
Only PCLK-driven operation is supported.