aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f334/src/bin/opamp.rs
Commit message (Expand)AuthorAgeFilesLines
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-211-1/+0
* STM32 opamp: use impl Peripheral instead of directly taking pinsAdam Greig2023-11-201-1/+1
* stm32: support internal output on g4 opampsAdam Greig2023-11-051-1/+1
* time: Update examples, tests, and other code to use new Timer::after_x conven...Adam Greig2023-10-151-2/+2
* stm32/rcc: use more PLL etc enums from PAC.Dario Nieuwenhuis2023-10-111-2/+2
* stm32: update metapac and fix opamp chxoviat2023-10-041-2/+2
* stm32: add opamp mod and update pacxoviat2023-10-031-0/+59