summaryrefslogtreecommitdiff
path: root/chip/stm32/usart.h
Commit message (Expand)AuthorAgeFilesLines
* Bloonchipper: USART based transport layer for host commandBhanu Prakash Maiya2020-06-051-0/+13
* cleanup: Fix common spelling typos in commentsTom Hughes2019-06-191-1/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-3/+3
* servo_micro: Allow setting the baud rate for usartNicolas Boichat2018-08-291-2/+11
* chip/stm32: Add support for half-duplex UARTNicolas Boichat2017-12-151-1/+2
* chip/stm32/usart: Add flags to usart_configNicolas Boichat2017-10-181-15/+21
* servo_micro: add parity settingNick Sanders2017-07-131-0/+12
* USART: Add DMA based receiverAnton Staaf2015-08-241-0/+20
* USART: Add usart_info commandAnton Staaf2015-08-241-0/+24
* USART: Split RX driver between L and F familiesAnton Staaf2015-08-101-0/+1
* USART: Add DMA based transmitterAnton Staaf2015-07-211-0/+6
* USART: Add flexibility needed to support DMAAnton Staaf2015-07-151-19/+37
* cleanup: fix all the header guardsBill Richardson2015-06-181-3/+3
* Stream: Remove in_stream/out_stream interfaceAnton Staaf2015-06-111-2/+0
* Producer/Consumer: Refactor to use Queue policiesAnton Staaf2015-05-261-16/+6
* Producer/Consumer: Convert USART and USB Stream driversAnton Staaf2015-03-021-71/+59
* USART: Add STM32F3 support and fix STM32F baud rate bugAnton Staaf2015-02-241-3/+3
* stm32-USART: Add generic stream based usart driverAnton Staaf2014-09-231-0/+185