aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/adc
Commit message (Expand)AuthorAgeFilesLines
* stm32: autogenerate clocks struct, enable mux for all chips.Dario Nieuwenhuis2024-02-023-10/+2
* Fix ADC max frequency for F2Joonas Javanainen2024-02-011-0/+4
* Fix F2 temperature sensor ADC channelJoonas Javanainen2024-02-011-1/+1
* Make adc::Resolution::to_max_count constHenk Oordt2024-01-081-1/+1
* stm32: update metapac.Dario Nieuwenhuis2024-01-031-3/+3
* 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-183-0/+24
* Update stm32-metapac.Dario Nieuwenhuis2023-12-081-1/+1
* stm32/adc: move convert resolution from PAC to version-specific mod.Dario Nieuwenhuis2023-12-082-17/+6
* stm32: add ADC f3_v1_1Sam Mason2023-12-044-14/+466
* enable clock firstpbert2023-10-126-6/+6
* Remove workaround for adc v3pbert2023-10-122-16/+3
* STM32: combine RccPeripherals reset() and enable() to reset_and_enable()pbert2023-10-125-10/+5
* stm32/adc: cleanup f1, f3, v1, and v2xoviat2023-09-275-57/+103
* stm32/adc: make v1 async and leave enxoviat2023-09-202-56/+91
* stm32/adc: add async conversionxoviat2023-09-182-9/+95
* stm32: fix adc f3 startup timexoviat2023-09-151-1/+1
* stm32: generate adc_commonxoviat2023-09-151-111/+5
* update metapacxoviat2023-09-141-3/+3
* adc/f3: fix delay calculationxoviat2023-09-111-1/+1
* adc/f3: fix startup bugxoviat2023-09-111-0/+3
* stm32: add g4 adc345 and misc.xoviat2023-09-112-5/+35
* stm32/f3: add high res for hrtim and misc.xoviat2023-09-101-1/+1
* stm32: fix adc f3 and examplexoviat2023-09-091-6/+3
* adc: enable ADC and clock selection for STM32WLxOlle Sandberg2023-09-061-1/+1
* adc_v3: replace cfg(stm32g0) + friends with cfg(adc_g0)Olle Sandberg2023-09-062-14/+29
* 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-052-76/+4
* stm32: fix merge issuesxoviat2023-09-051-6/+6
* Merge branch 'main' of https://github.com/embassy-rs/embassy into adc-g4xoviat2023-09-054-17/+194
|\
| * stm32: add initial adc f3 implxoviat2023-09-054-17/+194
* | initial support for STM32G4 ADCDaehyeok Mun2023-09-041-106/+87
|/
* stm32: fix f37x build.Dario Nieuwenhuis2023-08-192-9/+9
* Rename embassy-hal-common to embassy-hal-internal, document it's for internal...Dario Nieuwenhuis2023-07-285-5/+5
* rustfmtxoviat2023-07-221-0/+1
* stm32: suppress adc f3xoviat2023-07-221-4/+8
* Update stm32-metapac, includes chiptool changes to use real Rust enums now.Dario Nieuwenhuis2023-06-291-5/+3
* stm32: update stm32-metapac.Dario Nieuwenhuis2023-06-195-333/+252
* 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-054-130/+20
* 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
* Update stm32-metapacDario Nieuwenhuis2023-03-271-9/+4
* Remove unnecessary use of atomic-polyfill.Dario Nieuwenhuis2022-12-231-1/+2