aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f334/src/bin/opamp.rs
Commit message (Expand)AuthorAgeFilesLines
* adc: exact calxoviat2025-11-101-2/+2
* adc: remove sample_time from structxoviat2025-11-101-5/+3
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
* feat(embassy-stm32/opamp): Add some stm32g4 opamp usageIvan Li2025-04-141-2/+2
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-1/+1
* stm32: update adc examplesAndres Vahter2024-04-101-3/+3
* stm32/adc: reexport enums from PAC to avoid boilerplate hell.Dario Nieuwenhuis2024-02-261-1/+1
* stm32/rcc: port F3 RCC to new APIDario Nieuwenhuis2024-02-121-7/+17
* 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