aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/adc/f3_v1_1.rs
Commit message (Expand)AuthorAgeFilesLines
* adc: remove sample_time from structxoviat2025-11-101-2/+3
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
* derive Copy, Clone for adc config enumsdimi2025-07-221-0/+2
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-5/+2
* stm32: update metapacDario Nieuwenhuis2024-08-171-1/+1
* stm32/rcc: replace generated enable/disable code with runtime infoJan Špaček2024-05-251-3/+3
* remove InternalChannel and AdcPinUniva2024-05-221-5/+1
* add back InternalChannel and implement it where its missingUniva2024-05-211-1/+5
* add AnyAdcChannelUniva2024-05-201-12/+12
* stm32: use private_bounds for sealed traits.Dario Nieuwenhuis2024-03-231-2/+2
* stm32/adc: reexport enums from PAC to avoid boilerplate hell.Dario Nieuwenhuis2024-02-261-28/+23
* stm32/adc: move convert resolution from PAC to version-specific mod.Dario Nieuwenhuis2023-12-081-1/+6
* stm32: add ADC f3_v1_1Sam Mason2023-12-041-0/+408