Commit Graph

5 Commits

Author SHA1 Message Date
4464156981 Move DMA config to buffers
Control over most parameters is not needed since they cannot change for the
buffer to work as expected. Only the priority should be adjustable
2023-09-17 17:52:14 +02:00
a66e5733e1 First try at implementing USART's TX
Unbuffered writes are working as intented. Buffering still needs work
2023-09-13 21:57:13 +02:00
46776ebfd3 Configure usart's rx with dma 2023-07-10 11:30:51 +02:00
26bb798b79 Add usart's read function 2023-07-05 23:05:03 +02:00
c8040cf62f Implement usart's basic function
This code doesn't work quite right yet, must most of the control system is in
place
2023-07-05 22:24:02 +02:00