| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | unify ringbuffered versions | xoviat | 2025-11-03 | 1 | -238/+0 |
| | | |||||
| * | stm32/adc: cleanup and simplify | xoviat | 2025-11-03 | 1 | -67/+0 |
| | | |||||
| * | stm32/adc: update v2 iface to match v3 | xoviat | 2025-11-03 | 1 | -133/+6 |
| | | |||||
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -2/+2 |
| | | |||||
| * | fixed n in set_sq to be indexed correctly | Willdew | 2025-05-29 | 1 | -10/+10 |
| | | |||||
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 1 | -8/+2 |
| | | |||||
| * | chore: fix build | elagil | 2025-01-03 | 1 | -1/+1 |
| | | |||||
| * | fix adc/ringbuffered_v2.rs | Alexandros Liarokapis | 2024-10-15 | 1 | -1/+3 |
| | | |||||
| * | use request_pause instead of request_stop at adc shutdown | Alexandros Liarokapis | 2024-10-15 | 1 | -1/+1 |
| | | |||||
| * | overrun at invalid diffs, rename clear to reset, simplify dma_sync method | Alexandros Liarokapis | 2024-10-15 | 1 | -2/+1 |
| | | |||||
| * | stm32 adc: introduce blocking_read | Andres Vahter | 2024-07-03 | 1 | -10/+10 |
| | | |||||
| * | Merge pull request #3143 from andresv/stm32-ringbuffered-adc-docs | Ulf Lilleengen | 2024-07-03 | 1 | -2/+71 |
| |\ | | | | | | | stm32 ringbuffered adc docs | ||||
| | * | stm32 ringbuffered adc docs improvements | Andres Vahter | 2024-07-02 | 1 | -10/+7 |
| | | | |||||
| | * | stm32 ringbuffered adc: add buf size assert | Andres Vahter | 2024-07-02 | 1 | -0/+6 |
| | | | |||||
| | * | stm32 ringbuffered adc docs | Andres Vahter | 2024-07-02 | 1 | -2/+68 |
| | | | |||||
| * | | stm32 ringbuffered adc: fix for metapac changes | Andres Vahter | 2024-07-02 | 1 | -1/+1 |
| |/ | |||||
| * | fix typo, add spaces after // | seth | 2024-07-01 | 1 | -5/+5 |
| | | |||||
| * | second adc added to example + API todos completed | seth | 2024-06-24 | 1 | -11/+3 |
| | | |||||
| * | new PR, taking Dirbao's advice to make the DMA impl in a separate struct ↵ | seth | 2024-06-24 | 1 | -0/+376 |
| that consumes Adc<T> to make RingBufferedAdc<T>. Handling overrun similar to RingBufferedUart | |||||
