summaryrefslogtreecommitdiff
path: root/chip/stm32/usart_rx_dma.c
Commit message (Expand)AuthorAgeFilesLines
* atomic: fix printing atomic_t typeDawid Niedzwiecki2022-01-061-2/+2
* atomic: change atomic_t to longDawid Niedzwiecki2021-12-171-2/+2
* atomic: cast pointers to atomic_t* for atomic_* callsDawid Niedzwiecki2021-11-291-2/+2
* atomic: rename atomic_read_clear to atomic_clearDawid Niedzwiecki2020-11-021-1/+1
* tree: Use new atomic_* implementationDawid Niedzwiecki2020-10-271-2/+2
* tree: rename atomic_* functions to deprecated_atomic_*Jack Rosenthal2020-09-291-2/+2
* Bloonchipper: USART based transport layer for host commandBhanu Prakash Maiya2020-06-051-10/+39
* USART: Add DMA based receiverAnton Staaf2015-08-241-0/+90