aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/adc
Commit message (Expand)AuthorAgeFilesLines
...
* | fixed build after rebaseemkanea-dev2025-07-251-2/+2
* | Merge branch 'embassy-rs:main' into stm32_adc_v3_hw_oversampling_supportbenjaminschlegel872025-07-259-61/+466
|\ \
| * | derive Copy, Clone for adc config enumsdimi2025-07-224-2/+8
| * | Enable oversampling for ADC v3clubby7892025-07-211-0/+19
| * | Removed reference to ADC3 for STM32G4x1 if the peripheral does not exist and ...Wouter Geraedts2025-07-171-0/+2
| * | Merge pull request #4357 from purepani/push-kytkkzsvpwrzDario Nieuwenhuis2025-07-162-30/+136
| |\ \
| | * | Adds ADC4 for WBApurepani2025-06-302-30/+136
| | |/
| * | Introduce traits for special channelsDion Dokter2025-07-101-25/+94
| * | Added STM32 ADCv1 analog watchdog implementationIris Artin2025-06-262-4/+207
| |/
* | adjusted for u0 as wellBenjamin2025-06-031-2/+2
* | Fixed variations in register access for different familiesBenjamin2025-06-031-1/+6
* | Added Option to enable HW Oversampling in STM32 V3 ADCs. Copied from adc/v4.r...Benjamin2025-06-031-0/+31
|/
* fixed n in set_sq to be indexed correctlyWilldew2025-05-291-10/+10
* Fix compile error in adc_read doc comment codeJakob2025-05-143-6/+6
* Fix set_ovsr typo, ramp up to latest stm32-data-generatedThomas Giesel2025-04-261-1/+1
* Logging: Make some things less chattyDion Dokter2025-04-251-1/+1
* stm32/adc: add h7rs support.Dario Nieuwenhuis2025-04-252-11/+13
* remove Hz from logSteven Friedman2025-04-084-4/+4
* Frequency display is now consistentSteven Friedman2025-04-084-4/+4
* stm32/adc: enable interrupt for stm32f1Dario Nieuwenhuis2025-04-071-6/+8
* fix: stm32g4 calibration delayselagil2025-03-291-1/+5
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-2712-73/+47
* Clarified ADC API documentation for some STM32s.John Kjellberg2025-03-251-0/+3
* Added ADC support for STM32C0.Timofei Korostelev2025-03-202-5/+483
* feat: calibrating Differential ADC for G4Ivan Li2025-01-071-0/+8
* chore: fix buildelagil2025-01-036-12/+12
* fix formattingklownfish2024-12-313-29/+18
* cleanupklownfish2024-12-271-26/+48
* add async read for u5 ADC4klownfish2024-12-271-16/+104
* Merge branch 'embassy-rs:main' into u5_adcOlof2024-12-182-14/+164
|\
| * stm32 adc g4 async readIvan Li2024-11-231-10/+159
| * fix adc/ringbuffered_v2.rsAlexandros Liarokapis2024-10-151-1/+3
| * use request_pause instead of request_stop at adc shutdownAlexandros Liarokapis2024-10-151-1/+1
| * overrun at invalid diffs, rename clear to reset, simplify dma_sync methodAlexandros Liarokapis2024-10-151-2/+1
* | fix adc for u5klownfish2024-12-181-1/+1
* | fix warningsklownfish2024-09-251-9/+1
* | resuse adc v4 for u5klownfish2024-09-253-353/+19
* | WIP: add u5 adc4klownfish2024-09-243-15/+423
* | WIP: add u5 adcklownfish2024-09-172-39/+26
* | Merge branch 'main' of github.com:embassy-rs/embassyklownfish2024-09-114-10/+80
|\|
| * Update stm32-metapac.Dario Nieuwenhuis2024-09-111-7/+9
| * Merge pull request #3169 from Adancurusul/g4_devDario Nieuwenhuis2024-09-102-0/+67
| |\
| | * delete unused "info!" and fmtChen Yuheng2024-07-112-9/+15
| | * Add oversampling and differential for g4Chen Yuheng2024-07-112-0/+61
| * | stm32: update metapacDario Nieuwenhuis2024-08-172-2/+2
| * | Merge branch 'master' into stm-dualcoreDion Dokter2024-08-051-0/+1
| |\ \
| | * | Update to Rust 1.80, make check-cfg unconditional.Dario Nieuwenhuis2024-07-251-0/+1
| | |/
| * / Fix errorsDion Dokter2024-07-091-1/+1
| |/
* / WIP: u5 adcklownfish2024-09-112-5/+383
|/
* stm32 adc: introduce blocking_readAndres Vahter2024-07-035-18/+66