| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | adc: seal special channels | xoviat | 2025-11-11 | 1 | -4/+4 |
| | | |||||
| * | adc: use common vref scheme | xoviat | 2025-11-10 | 1 | -24/+16 |
| | | |||||
| * | adc: remove sample_time from struct | xoviat | 2025-11-10 | 1 | -10/+3 |
| | | |||||
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -6/+2 |
| | | |||||
| * | Merge pull request #4359 from cbaechler/fix/stm32-l0-temperature-channel | Dario Nieuwenhuis | 2025-09-05 | 1 | -1/+5 |
| |\ | | | | | embassy-stm32: Fix temperature ADC channel for STM32L0 series | ||||
| | * | embassy-stm32: fix temperature channel for L0 series | Christoph Baechler | 2025-07-01 | 1 | -1/+5 |
| | | | |||||
| * | | Added STM32 ADCv1 analog watchdog implementation | Iris Artin | 2025-06-26 | 1 | -4/+19 |
| |/ | |||||
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 1 | -4/+2 |
| | | |||||
| * | chore: fix build | elagil | 2025-01-03 | 1 | -1/+1 |
| | | |||||
| * | stm32/rcc: replace generated enable/disable code with runtime info | Jan Špaček | 2024-05-25 | 1 | -3/+3 |
| | | |||||
| * | remove InternalChannel and AdcPin | Univa | 2024-05-22 | 1 | -11/+1 |
| | | |||||
| * | add back InternalChannel and implement it where its missing | Univa | 2024-05-21 | 1 | -1/+11 |
| | | |||||
| * | add AnyAdcChannel | Univa | 2024-05-20 | 1 | -11/+11 |
| | | |||||
| * | stm32: update metapac. Adds U5 LPDMA, fixes ADC_COMMONs. | Dario Nieuwenhuis | 2024-04-29 | 1 | -7/+7 |
| | | |||||
| * | stm32 adc: use fn blocking_delay_us(us: u32) | Andres Vahter | 2024-04-10 | 1 | -12/+4 |
| | | |||||
| * | stm32 adc: remove DelayNs | Andres Vahter | 2024-04-10 | 1 | -8/+15 |
| | | |||||
| * | stm32: use embedded_hal_1::delay::DelayNs | Andres Vahter | 2024-04-09 | 1 | -5/+5 |
| | | | | | This makes delay compatible with https://lib.rs/crates/rtic-monotonics. | ||||
| * | stm32: use private_bounds for sealed traits. | Dario Nieuwenhuis | 2024-03-23 | 1 | -3/+3 |
| | | |||||
| * | stm32/adc: reexport enums from PAC to avoid boilerplate hell. | Dario Nieuwenhuis | 2024-02-26 | 1 | -1/+1 |
| | | |||||
| * | made adc example working with default clock configuration and switched in ↵ | shufps | 2024-02-08 | 1 | -0/+4 |
| | | | | | `v1` to PCLK/2 per default | ||||
| * | fmt | shufps | 2024-02-08 | 1 | -1/+0 |
| | | |||||
| * | clippy | shufps | 2024-02-08 | 1 | -2/+1 |
| | | |||||
| * | added support for ADC of L0s | shufps | 2024-02-08 | 1 | -0/+21 |
| | | |||||
| * | enable clock first | pbert | 2023-10-12 | 1 | -1/+1 |
| | | |||||
| * | STM32: combine RccPeripherals reset() and enable() to reset_and_enable() | pbert | 2023-10-12 | 1 | -2/+1 |
| | | |||||
| * | stm32/adc: cleanup f1, f3, v1, and v2 | xoviat | 2023-09-27 | 1 | -23/+12 |
| | | |||||
| * | stm32/adc: make v1 async and leave en | xoviat | 2023-09-20 | 1 | -51/+86 |
| | | |||||
| * | Rename embassy-hal-common to embassy-hal-internal, document it's for ↵ | Dario Nieuwenhuis | 2023-07-28 | 1 | -1/+1 |
| | | | | | internal use only. (#1700) | ||||
| * | stm32: update stm32-metapac. | Dario Nieuwenhuis | 2023-06-19 | 1 | -31/+19 |
| | | |||||
| * | Change ADC1 to ADC | Grant Miller | 2023-04-05 | 1 | -7/+7 |
| | | |||||
| * | Fix typo | Grant Miller | 2023-04-05 | 1 | -2/+2 |
| | | |||||
| * | InternalChannel | Grant Miller | 2023-04-05 | 1 | -15/+8 |
| | | |||||
| * | Properly enable and reset adc | Grant Miller | 2023-04-05 | 1 | -7/+2 |
| | | |||||
| * | wip | Grant Miller | 2023-04-05 | 1 | -118/+11 |
| | | |||||
| * | Differentiate between `read` and `read_internal` for STM32F0 ADC | Matthew W. Samsonoff | 2023-04-05 | 1 | -54/+62 |
| | | | | | | | The internal channels (vbat, vref, and temperature) are not real pins and do not have the `set_as_analog` method. They must be read using the `read_internal` method. | ||||
| * | Put ADC input pin into analog mode | Matthew W. Samsonoff | 2023-04-05 | 1 | -1/+5 |
| | | |||||
| * | Add implementation of STM32 v1 ADC | Matthew W. Samsonoff | 2023-04-05 | 1 | -0/+277 |
| | | |||||
| * | Add ADC support for H7 | Matous Hybl | 2022-04-12 | 1 | -0/+1 |
