aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/opamp.rs
Commit message (Expand)AuthorAgeFilesLines
* stm32: update metapac.Dario Nieuwenhuis2024-01-101-40/+19
* stm32: doc everything else.Dario Nieuwenhuis2023-12-191-0/+9
* STM32 opamp: use impl Peripheral instead of directly taking pinsAdam Greig2023-11-201-26/+20
* STM32: Disable opamp when OpAmpOutput is dropped, not when the parent OpAmp i...Adam Greig2023-11-201-2/+18
* STM32: Don't enable opamps in new(), wait until configured.Adam Greig2023-11-181-10/+3
* stm32: support internal output on g4 opampsAdam Greig2023-11-051-24/+191
* stm32: fix opamp bug in docs buildxoviat2023-10-211-12/+16
* stm32: update metapac and fix opamp chxoviat2023-10-041-3/+29
* stm32: add opamp mod and update pacxoviat2023-10-031-0/+133