Commit Graph

5 Commits

Author SHA1 Message Date
bd15878cb5 Add missing variable name to dma's function 2024-10-21 17:07:02 +02:00
85e7ad5ef1 Document DMA driver 2024-04-06 17:26:56 +02:00
fd33003e26 Rework DMA buffer to work properly
DMA buffers now work reliably with USART. The DMA api has changed to make it
more efficient code-size-wise. This may, however, complicate things when
implementating powersaving features
2024-04-06 16:29:45 +02:00
ccf36ac400 Simplify dma buffers and adjust usart
The dma buffer should be services that are used on top of peripherals. As such,
the usart driver should'nt directly use them, this is up to the user. The
multi-buffer has also been simplified since I was not satisfied with the
previous implementation
2024-04-03 22:03:15 +02:00
a7099d5dfd Rename drivers folder to drv 2023-09-21 20:42:16 +02:00