summaryrefslogtreecommitdiff
path: root/include/uart.h
Commit message (Expand)AuthorAgeFilesLines
* chip/npcx: Add support for pad-switching UARTNicolas Boichat2017-10-251-0/+43
* UART: Remove enable/disable interrupt functionsAnton Staaf2016-04-271-12/+0
* gpio: Refactor IRQ handler pointer out of gpio_listAseda Aboagye2015-04-101-2/+3
* common: Add the possibility to filter UART inputMyles Watson2015-02-211-0/+11
* lm4: Use low speed clock in deep sleep.Alec Berg2013-10-211-0/+32
* stm32: Use DMA for UART receiveRandall Spangler2013-09-161-0/+20
* Simplify uart_tx_start()Randall Spangler2013-09-141-7/+2
* Remove unused uart functionsRandall Spangler2013-09-131-26/+0
* stm32: Support DMA-based UART outputRandall Spangler2013-09-111-0/+13
* Split uart_process() into input and output processingRandall Spangler2013-09-111-5/+11
* Move input character processing from UART interrupt to console taskRandall Spangler2013-08-021-17/+9
* Clean up UART moduleRandall Spangler2012-10-301-56/+108
* Consolidate emergency debug outputRandall Spangler2012-10-291-12/+0
* Clean up uart buffering codeRandall Spangler2012-10-261-9/+0
* Move printf() formatting to its own file to enable re-useRandall Spangler2012-06-071-23/+12
* Add support for printing fixed-point numbersRandall Spangler2012-05-221-2/+6
* Refactor async console outputRandall Spangler2012-04-241-0/+5
* Implement 64-bit integer printing in uart_printf()Randall Spangler2012-04-201-7/+4
* Add %T format code to print current timestamp.Randall Spangler2012-04-031-3/+7
* Support warm reboot from one EC image to another.Randall Spangler2012-03-191-0/+2
* Delay enabling UART1 until after LPC bus is enabled.Bill Richardson2012-02-171-0/+3
* Handle up/down arrow keys for UART console.Vic Yang2012-02-071-0/+1
* Add UART1 receive support (UART to x86 console)Randall Spangler2012-02-061-1/+1
* Split UART codeVincent Palatin2012-01-261-0/+60
* Clean up UART codeRandall Spangler2011-12-121-0/+9
* Initial sources import 1/3Randall Spangler2011-12-071-0/+112