summaryrefslogtreecommitdiff
path: root/chip/stm32/usart_rx_interrupt.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge remote-tracking branch cros/main into factory-brya-14517.B-main"factory-brya-14517.B-mainYH Lin2022-12-051-1/+2
* chip: Sort header filesJeremy Bettis2022-11-291-2/+1
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* chip/stm32/usart_rx_interrupt.c: Format with clang-formatJack Rosenthal2022-06-281-2/+2
* atomic: cast pointers to atomic_t* for atomic_* callsDawid Niedzwiecki2021-11-291-1/+1
* tree: Use new atomic_* implementationDawid Niedzwiecki2020-10-271-1/+1
* tree: rename atomic_* functions to deprecated_atomic_*Jack Rosenthal2020-09-291-1/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* USART: Add DMA based receiverAnton Staaf2015-08-241-0/+1
* USART: Split RX driver between L and F familiesAnton Staaf2015-08-101-9/+9
* Atomic: Mark the modified uint32_t volatileAnton Staaf2015-07-271-1/+1
* USART: Add flexibility needed to support DMAAnton Staaf2015-07-151-0/+48