summaryrefslogtreecommitdiff
path: root/chip/stm32/usart.c
Commit message (Expand)AuthorAgeFilesLines
* 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-4/+6
* servo_micro: switch parity to 8 bit dataNick Sanders2018-03-121-2/+9
* chip/stm32: Add support for half-duplex UARTNicolas Boichat2017-12-151-2/+5
* chip/stm32/usart: Add flags to usart_configNicolas Boichat2017-10-181-1/+12
* servo_micro: add parity settingNick Sanders2017-07-131-0/+40
* USART: Split RX driver between L and F familiesAnton Staaf2015-08-101-4/+10
* USART: Add flexibility needed to support DMAAnton Staaf2015-07-151-93/+9
* Producer/Consumer: Refactor to use Queue policiesAnton Staaf2015-05-261-2/+2
* Producer/Consumer: Convert USART and USB Stream driversAnton Staaf2015-03-021-45/+26
* USART: Add STM32F3 support and fix STM32F baud rate bugAnton Staaf2015-02-241-5/+4
* stm32: Add delay after enabling peripheral clockVic Yang2015-02-101-0/+6
* stm32f0: USART: Disable ORECF interrupt we never check forAlexandru M Stan2014-12-181-1/+1
* stm32-USART: Add generic stream based usart driverAnton Staaf2014-09-231-0/+201