aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/lptim
Commit message (Expand)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-3/+3
* stm32/afio: make af_num() unavailable in afio chips.Dario Nieuwenhuis2025-09-061-10/+7
* Move the methods to the cfg gated impls to handle register renaming.Annie Ehler2025-06-121-25/+50
* Add extra methods for the low-power interrupt timer.Annie Ehler2025-06-111-0/+25
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-273-21/+14
* Fixed documentationMatt Allen2025-03-061-1/+1
* Added gpio version specific codeMatt Allen2025-03-061-5/+14
* Added function to channel_impl to allow full configuration of the pinMatt Allen2025-03-051-1/+28
* chore: fix buildelagil2025-01-031-2/+2
* stm32: Use a GLOBAL interrupt for lptimRomain Goyet2024-09-111-2/+2
* stm32: Work around LPTIM4Romain Goyet2024-09-112-9/+20
* stm32: Support LPTIM v1 and v2Romain Goyet2024-09-116-166/+243
* stm32: Use the updated LPTIM pacRomain Goyet2024-09-113-6/+10
* stm32: Temporary fix around incomplete stm32-metapacRomain Goyet2024-09-111-1/+1
* stm32: Clean up the lptim driverRomain Goyet2024-09-114-222/+365
* First working draft of a lptim driverRomain Goyet2024-09-112-0/+240