aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/adc/mod.rs
Commit message (Expand)AuthorAgeFilesLines
...
* | stm32: adc: fix blocking_delay_us() overflowing when sys freq is highTorin Cooper-Bennun2024-04-161-1/+6
* | stm32/adc: update g4 for new pac.Dario Nieuwenhuis2024-04-141-2/+27
|/
* stm32 adc: use fn blocking_delay_us(us: u32)Andres Vahter2024-04-101-0/+9
* stm32: use private_bounds for sealed traits.Dario Nieuwenhuis2024-03-231-51/+49
* stm32/adc: reexport enums from PAC to avoid boilerplate hell.Dario Nieuwenhuis2024-02-261-8/+27
* adc: basic H5 supportTorin Cooper-Bennun2024-02-221-3/+3
* added support for ADC of L0sshufps2024-02-081-11/+12
* stm32: autogenerate clocks struct, enable mux for all chips.Dario Nieuwenhuis2024-02-021-7/+0
* stm32: more docs.Dario Nieuwenhuis2023-12-191-1/+2
* stm32: more docs.Dario Nieuwenhuis2023-12-181-0/+1
* stm32: add some docs.Dario Nieuwenhuis2023-12-181-0/+6
* stm32: add ADC f3_v1_1Sam Mason2023-12-041-10/+11
* Remove workaround for adc v3pbert2023-10-121-2/+2
* stm32/adc: cleanup f1, f3, v1, and v2xoviat2023-09-271-5/+13
* stm32/adc: make v1 async and leave enxoviat2023-09-201-5/+5
* stm32/adc: add async conversionxoviat2023-09-181-1/+38
* stm32: generate adc_commonxoviat2023-09-151-111/+5
* stm32: add g4 adc345 and misc.xoviat2023-09-111-4/+34
* adc_v3: replace cfg(stm32g0) + friends with cfg(adc_g0)Olle Sandberg2023-09-061-2/+2
* stm32: don't generate adc5xoviat2023-09-051-0/+3
* stm32: don't generate adc4 for g4xoviat2023-09-051-0/+2
* stm32: remove paste and use refcount staticsxoviat2023-09-051-2/+4
* stm32: add initial adc f3 implxoviat2023-09-051-12/+47
* stm32: fix f37x build.Dario Nieuwenhuis2023-08-191-8/+8
* stm32: suppress adc f3xoviat2023-07-221-4/+8
* wipGrant Miller2023-04-051-7/+4
* Refactor: Use `PeripheralRef`Grant Miller2022-10-261-3/+4
* Refactor: Reorder `_version` cfgsGrant Miller2022-10-261-4/+3
* Refactor: Fix v4 `RccPeripheral` boundsGrant Miller2022-10-261-2/+2
* Refactor: Factor out `Adc` struct declarationGrant Miller2022-10-261-0/+6
* Refactor: Don't return references to pointersGrant Miller2022-10-261-14/+14
* Refactor: Remove unused `Common` traitGrant Miller2022-10-261-20/+1
* Refactor: Impl `From` for `SampleTime` and `Resolution`Grant Miller2022-10-261-3/+2
* Refactor: Factor out `Resolution`Grant Miller2022-10-261-0/+5
* Refactor: Factor out `SampleTime`Grant Miller2022-10-261-0/+5
* Fix internal channel reading on adc_v2chemicstry2022-10-071-0/+5
* Use RccPeripheral for adc_v2chemicstry2022-10-071-2/+2
* Add ADC support for H7Matous Hybl2022-04-121-5/+46
* stm32: move macrotables to embassy-stm32 build.rsDario Nieuwenhuis2022-02-261-3/+3
* stm32: move ADC, DAC pin impls to build.rsDario Nieuwenhuis2022-02-231-57/+3
* adc: Implement support for f1 ADC blockSjoerd Simons2021-12-301-0/+9
* Initial support for STM32F767ZI.Matous Hybl2021-10-261-0/+1
* stm32/adc: Add IN0 channelBen Gamari2021-09-291-0/+3
* stm32/adc: Fix ADC support for STM32G0Ben Gamari2021-09-281-1/+1
* Add missing files for G0Ulf Lilleengen2021-09-021-0/+1
* fix stm32 warningsRukai2021-07-051-3/+0
* ADCv3 and example.Bob McWhirter2021-06-141-0/+125