summaryrefslogtreecommitdiff
path: root/chip/stm32/uart.c
Commit message (Expand)AuthorAgeFilesLines
* chip/stm32: Properly clear UART overrun bitJes B. Klinke2021-12-141-1/+8
* tree: Make DECLARE_IRQ routine staticTom Hughes2021-11-081-1/+1
* stm32: add stm32l431 ec in chip/stm32 : uartBossen WU2021-06-301-4/+28
* stm32g4: Set uart frequency and enable clocks for stm32g4Scott Collyer2020-07-311-3/+3
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* stm32: low power idle for STM32H7Vincent Palatin2018-06-151-1/+2
* stm32: move UART wake-up to uart codeVincent Palatin2018-06-131-0/+17
* stm32: Add STM32H7 familyVincent Palatin2018-01-081-0/+8
* Fix various misspellings in commentsMartin Roth2016-11-151-1/+1
* stm32: Fixed bugs with stm32l4 register masksChris Chen2016-09-271-4/+6
* stm32f446e-eval: add support for stm32f446Nick Sanders2016-08-171-2/+15
* STM32: Set UART clock sources to SYSCLKDaisuke Nojiri2016-04-291-2/+6
* UART: Remove enable/disable interrupt functionsAnton Staaf2016-04-271-10/+0
* STM32: Support LPUART consoleDaisuke Nojiri2016-04-251-0/+8
* Bring up STM32L476G-EvalDaisuke Nojiri2016-04-251-2/+9
* 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/+7
* stm32f0: stm32f3: Wake from STOP mode on UART start bitVic Yang2014-10-281-1/+12
* stm32: Wait for UART Tx to complete before entering STOP modeVic Yang2014-10-241-1/+20
* stm32: Fix UART Rx DMA for USART2 and aboveVic Yang2014-10-241-1/+1
* stm32: Support UART DMA on UART2Vic Yang2014-10-221-2/+10
* Add support for STM32F373Vic Yang2014-10-071-4/+6
* stm32f0: fix UART clock source for console on UART2Alec Berg2014-09-221-2/+2
* stm32f0: Change uart clock to HSIAlexandru M Stan2014-09-191-1/+22
* stm32: change USART register macros to take a base addressAnton Staaf2014-07-171-30/+31
* stm32: Enable USART TCIE after clearing TCstabilize-5875.BDavid Hendricks2014-05-211-0/+3
* stm32: add support for STM32F0xx familyVincent Palatin2014-03-111-6/+6
* force the compiler to use a valid register allocation for irq handlersVincent Palatin2014-03-111-1/+1
* Rename mixed-case config constantsRandall Spangler2013-12-161-2/+2
* lm4: Add a low power idle task.stabilize-4825.BAlec Berg2013-10-151-0/+1
* stm32: Use DMA for UART receiveRandall Spangler2013-09-161-5/+47
* Simplify uart_tx_start()Randall Spangler2013-09-141-5/+4
* stm32: Support DMA-based UART outputRandall Spangler2013-09-111-8/+55
* Split uart_process() into input and output processingRandall Spangler2013-09-111-1/+2
* Clean up configuring GPIO alternate functionsRandall Spangler2013-08-071-0/+4
* Clean up and document UART config optionsRandall Spangler2013-07-241-6/+1
* stm32: Add CHIP_FAMILY definesRandall Spangler2013-07-011-2/+2
* stm32: Clean up register constants for uart moduleRandall Spangler2013-06-271-23/+19
* pit: Support changing EC clock frequencyRandall Spangler2013-06-251-10/+45
* Clean up UART moduleRandall Spangler2012-10-301-3/+1
* Change UART interrupt to priority 2Simon Glass2012-09-051-1/+1
* stm32f100: implement low power modeVincent Palatin2012-08-091-0/+3
* Remove unused UART definesRandall Spangler2012-07-091-6/+0
* introducing chip variant for stm32 family [3/3]Vincent Palatin2012-05-011-0/+4
* introducing chip variant for stm32 family [1/3]Vincent Palatin2012-05-011-0/+150