| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -1/+1 |
| | | |||||
| * | fix: build warnings | elagil | 2025-09-05 | 1 | -8/+0 |
| | | |||||
| * | fix: simplify | elagil | 2025-09-05 | 1 | -55/+0 |
| | | |||||
| * | feat: wip, write buffer in halves | elagil | 2025-09-05 | 1 | -34/+42 |
| | | |||||
| * | chore: change naming | elagil | 2025-09-05 | 1 | -4/+42 |
| | | |||||
| * | feat: gpdma support (wip) | elagil | 2025-09-05 | 1 | -0/+20 |
| | | |||||
| * | feat: GPDAM linked-list + ringbuffer support | elagil | 2025-09-05 | 1 | -2/+0 |
| | | |||||
| * | doc: improve comment | elagil | 2024-11-28 | 1 | -1/+8 |
| | | |||||
| * | fix: make `write_immediate()` for ring buffers right-aligned | elagil | 2024-11-28 | 1 | -1/+5 |
| | | |||||
| * | refactor: naming of wait functions | elagil | 2024-11-17 | 1 | -1/+1 |
| | | |||||
| * | feat: SAI/ringbuffer add function to wait for any write error | elagil | 2024-11-17 | 1 | -0/+13 |
| | | |||||
| * | stm32/uart remove DmaUnsynced from public api | dvdsk | 2024-10-26 | 1 | -0/+4 |
| | | | | | | | Its an internal error which should never be exposed. It should only occur with wrong driver implementations. We log to the user and return an Overrun error since handling DmaUnsynced as an Overrun will resolve it. | ||||
| * | fix adc/ringbuffered_v2.rs | Alexandros Liarokapis | 2024-10-15 | 1 | -1/+2 |
| | | |||||
| * | simplify if/else handling on ringbuffer | Alexandros Liarokapis | 2024-10-15 | 1 | -7/+4 |
| | | |||||
| * | stm32: fix ringbugger overrun errors due to bad dma wrap-around behavior | Alexandros Liarokapis | 2024-10-15 | 2 | -105/+45 |
| | | |||||
| * | overrun at invalid diffs, rename clear to reset, simplify dma_sync method | Alexandros Liarokapis | 2024-10-15 | 4 | -50/+47 |
| | | |||||
| * | make len method take mut self and remove sync index calls | Alexandros Liarokapis | 2024-10-15 | 1 | -20/+12 |
| | | |||||
| * | add auto-clear functionality to ringbuffer | Alexandros Liarokapis | 2024-10-15 | 3 | -22/+40 |
| | | |||||
| * | simplify and rename ringbuffer methods, make len available | Alexandros Liarokapis | 2024-10-15 | 1 | -49/+43 |
| | | |||||
| * | stm32: initial support for alternative ringbuffer implementation | Alexandros Liarokapis | 2024-10-15 | 5 | -0/+751 |
