aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/lptim/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-1/+2
* stm32: Use a GLOBAL interrupt for lptimRomain Goyet2024-09-111-2/+2
* stm32: Work around LPTIM4Romain Goyet2024-09-111-7/+18
* stm32: Support LPTIM v1 and v2Romain Goyet2024-09-111-17/+5
* stm32: Use the updated LPTIM pacRomain Goyet2024-09-111-3/+3
* stm32: Temporary fix around incomplete stm32-metapacRomain Goyet2024-09-111-1/+1
* stm32: Clean up the lptim driverRomain Goyet2024-09-111-127/+31
* First working draft of a lptim driverRomain Goyet2024-09-111-0/+145