aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f1
Commit message (Expand)AuthorAgeFilesLines
* stm32: add rust stable supportDario Nieuwenhuis2022-02-121-1/+1
* traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash.Dario Nieuwenhuis2022-01-272-4/+2
* stm32: add `time-driver-any` cargo feature that automatically picks one avail...Dario Nieuwenhuis2022-01-241-1/+1
* stm32/gpio: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-191-3/+2
* examples: stm32f1: Add an example of using the ADCSjoerd Simons2021-12-301-0/+29
* examples: stm32f1: Optimize for size on development buildsSjoerd Simons2021-12-301-0/+3
* examples: remove unused deps.Dario Nieuwenhuis2021-11-291-1/+0
* Remove unused depsDario Nieuwenhuis2021-11-151-1/+0
* Adjust all examples to defmt 0.3.Bob McWhirter2021-11-151-16/+5
* Replace rustflags with build.rs extra-link-args.Dario Nieuwenhuis2021-11-072-12/+5
* Initial STM32F1 family support with two examples for STM32F103C8 (Blue Pill)Mariusz Ryndzionek2021-09-285-0/+126