summaryrefslogtreecommitdiff
path: root/chip/stm32/usart_info_command.c
Commit message (Expand)AuthorAgeFilesLines
* chip/stm32/usart_info_command.c: Format with clang-formatJack Rosenthal2022-06-291-3/+1
* atomic: fix printing atomic_t typeDawid Niedzwiecki2022-01-061-4/+4
* atomic: change atomic_t to longDawid Niedzwiecki2021-12-171-7/+8
* 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-8/+7
* tree: Use new atomic_* implementationDawid Niedzwiecki2020-10-271-4/+4
* tree: rename atomic_* functions to deprecated_atomic_*Jack Rosenthal2020-09-291-2/+4
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-2/+1
* USART: Add DMA based receiverAnton Staaf2015-08-241-0/+6
* USART: Add usart_info commandAnton Staaf2015-08-241-0/+38