aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32g4
Commit message (Expand)AuthorAgeFilesLines
* stm32: add rust stable supportDario Nieuwenhuis2022-02-121-1/+1
* stm32: Remove OptionalPinDario Nieuwenhuis2022-02-101-2/+1
* traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash.Dario Nieuwenhuis2022-01-271-1/+0
* stm32: add `time-driver-any` cargo feature that automatically picks one avail...Dario Nieuwenhuis2022-01-241-1/+1
* stm32/exti: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-191-1/+0
* stm32/gpio: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-192-5/+3
* Port the PWM example to H7, add low-level API example implementing 32-bit PWM.Matous Hybl2022-01-131-2/+2
* Make exti an optional featureUlf Lilleengen2022-01-121-1/+1
* examples/stm32g4: add pwm exampleDario Nieuwenhuis2021-11-272-1/+37
* stm32: add stm32g4 support.Dario Nieuwenhuis2021-11-277-0/+135