aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f4/src/bin/adc_dma.rs
Commit message (Collapse)AuthorAgeFilesLines
* stm32/adc: extract into commonxoviat2025-11-121-3/+5
| | | | add common low-level interface for adc
* adc: remove sample_time from structxoviat2025-11-101-4/+4
|
* fmtxoviat2025-11-031-1/+1
|
* stm32/adc: fix examplexoviat2025-11-031-8/+19
|
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-291-1/+1
|
* stm32 adc: introduce blocking_readAndres Vahter2024-07-031-2/+2
|
* CIseth2024-06-241-8/+13
|
* second adc added to example + API todos completedseth2024-06-241-6/+26
|
* fmtseth2024-06-241-3/+2
|
* new PR, taking Dirbao's advice to make the DMA impl in a separate struct ↵seth2024-06-241-0/+59
that consumes Adc<T> to make RingBufferedAdc<T>. Handling overrun similar to RingBufferedUart