summaryrefslogtreecommitdiff
path: root/chip/stm32/usart.c
Commit message (Expand)AuthorAgeFilesLines
* 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