aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/tsc/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-2/+3
* Refactor TSC module: Remove redundant 'Tsc' prefixes for improved naming cons...michel2024-11-291-2/+2
* STM32-TSC: enable discriminating between pins within same TSC group and impro...michel2024-11-291-934/+77
* add blocking TSC examplesmichel2024-07-101-2/+2
* Use crate level PeriModeEekle2024-07-021-20/+4
* Add async and blocking variantsEekle2024-06-301-83/+120
* fmtEekle2024-06-231-5/+4
* Add async wait to TSCEekle2024-06-231-42/+97
* stm32/gpio: refactor AfTypeJan Špaček2024-06-161-21/+33
* Add Clone and Copy to Error typesdvdsk2024-06-061-1/+1
* stm32/rcc: replace generated enable/disable code with runtime infoJan Špaček2024-05-251-3/+3
* Add versioning for group checksKarun2024-05-031-0/+2
* Check group configuration validityKarun2024-05-031-17/+233
* Add example documentationKarun2024-05-031-0/+60
* Functional touch sensingKarun2024-05-021-180/+176
* update num groups definitionKarun2024-05-021-0/+5
* remove remaining warningsKarun2024-05-021-17/+18
* Address versioning and format issues raised by CIKarun2024-05-021-7/+31
* hyperspecific constructorKarun2024-05-021-20/+119
* Prevent invalid config setsKarun2024-05-021-5/+17
* Add io pin maskingKarun2024-05-021-49/+67
* Add crate documentationKarun2024-05-021-32/+109
* initial set of io changesKarun2024-05-021-2/+71
* Initial fill out of driver without IO considerationsKarun2024-05-021-0/+357