aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32g4/src/bin/adc_dma.rs
Commit message (Collapse)AuthorAgeFilesLines
* stm32/adc: extract into commonxoviat2025-11-121-1/+1
| | | | add common low-level interface for adc
* Implement into_ring_buffered for g4. Add methods for configuring injected ↵Jakob2025-11-041-2/+2
| | | | sampling for g4.
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-1/+1
|
* stm32 adc g4: example of async readIvan Li2024-11-231-0/+60
Signed-off-by: Ivan Li <[email protected]>