aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/adc/v1.rs
Commit message (Expand)AuthorAgeFilesLines
* adc: seal special channelsxoviat2025-11-111-4/+4
* adc: use common vref schemexoviat2025-11-101-24/+16
* adc: remove sample_time from structxoviat2025-11-101-10/+3
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-6/+2
* Merge pull request #4359 from cbaechler/fix/stm32-l0-temperature-channelDario Nieuwenhuis2025-09-051-1/+5
|\
| * embassy-stm32: fix temperature channel for L0 seriesChristoph Baechler2025-07-011-1/+5
* | Added STM32 ADCv1 analog watchdog implementationIris Artin2025-06-261-4/+19
|/
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-4/+2
* chore: fix buildelagil2025-01-031-1/+1
* stm32/rcc: replace generated enable/disable code with runtime infoJan Špaček2024-05-251-3/+3
* remove InternalChannel and AdcPinUniva2024-05-221-11/+1
* add back InternalChannel and implement it where its missingUniva2024-05-211-1/+11
* add AnyAdcChannelUniva2024-05-201-11/+11
* stm32: update metapac. Adds U5 LPDMA, fixes ADC_COMMONs.Dario Nieuwenhuis2024-04-291-7/+7
* stm32 adc: use fn blocking_delay_us(us: u32)Andres Vahter2024-04-101-12/+4
* stm32 adc: remove DelayNsAndres Vahter2024-04-101-8/+15
* stm32: use embedded_hal_1::delay::DelayNsAndres Vahter2024-04-091-5/+5
* stm32: use private_bounds for sealed traits.Dario Nieuwenhuis2024-03-231-3/+3
* stm32/adc: reexport enums from PAC to avoid boilerplate hell.Dario Nieuwenhuis2024-02-261-1/+1
* made adc example working with default clock configuration and switched in `v1...shufps2024-02-081-0/+4
* fmtshufps2024-02-081-1/+0
* clippyshufps2024-02-081-2/+1
* added support for ADC of L0sshufps2024-02-081-0/+21
* enable clock firstpbert2023-10-121-1/+1
* STM32: combine RccPeripherals reset() and enable() to reset_and_enable()pbert2023-10-121-2/+1
* stm32/adc: cleanup f1, f3, v1, and v2xoviat2023-09-271-23/+12
* stm32/adc: make v1 async and leave enxoviat2023-09-201-51/+86
* Rename embassy-hal-common to embassy-hal-internal, document it's for internal...Dario Nieuwenhuis2023-07-281-1/+1
* stm32: update stm32-metapac.Dario Nieuwenhuis2023-06-191-31/+19
* Change ADC1 to ADCGrant Miller2023-04-051-7/+7
* Fix typoGrant Miller2023-04-051-2/+2
* InternalChannelGrant Miller2023-04-051-15/+8
* Properly enable and reset adcGrant Miller2023-04-051-7/+2
* wipGrant Miller2023-04-051-118/+11
* Differentiate between `read` and `read_internal` for STM32F0 ADCMatthew W. Samsonoff2023-04-051-54/+62
* Put ADC input pin into analog modeMatthew W. Samsonoff2023-04-051-1/+5
* Add implementation of STM32 v1 ADCMatthew W. Samsonoff2023-04-051-0/+277
* Add ADC support for H7Matous Hybl2022-04-121-0/+1