aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/dts
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch main into n6everdrone2025-11-111-1/+1
|\
| * Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
| |
* | Fix EXTI, DTS and FLASH for N6 familyeverdrone2025-09-211-0/+17
|/
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-5/+4
|
* stm32: Implement reads of DTS peripheralGabriel Smith2025-01-042-0/+290
Only PCLK-driven operation is supported.