summaryrefslogtreecommitdiff
path: root/include/uart.h
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesstabilize-quickfix-15278.72.B-ishstabilize-quickfix-15183.78.B-ishstabilize-15446.B-ishstabilize-15439.B-ishstabilize-15432.B-ishstabilize-15429.B-ishstabilize-15415.B-ishstabilize-15395.B-ishstabilize-15393.48.B-ishstabilize-15381.B-ishstabilize-15364.B-ishstabilize-15361.B-ishstabilize-15359.B-ishstabilize-15359.58.B-ishstabilize-15359.50.B-ishstabilize-15359.45.B-ishstabilize-15335.B-ishstabilize-15329.59.B-ishstabilize-15329.44.B-ishstabilize-15317.B-ishstabilize-15301.B-ishstabilize-15300.B-ishstabilize-15278.64.B-ishstabilize-15251.B-ishstabilize-15245.B-ishstabilize-15236.66.B-ishstabilize-15208.B-ishstabilize-15207.B-ishstabilize-15185.B-ishstabilize-15185.7.B-ishstabilize-15183.82.B-ishstabilize-15183.69.B-ishstabilize-15183.14.B-ishstabilize-15174.B-ishstabilize-15167.B-ishstabilize-15129.B-ishstabilize-15122.B-ishstabilize-15120.B-ishstabilize-15117.86.B-ishstabilize-15117.48.B-ishstabilize-15117.111.B-ishrelease-R114-15437.B-ishrelease-R113-15393.B-ishrelease-R112-15359.B-ishrelease-R111-15329.B-ishrelease-R110-15278.B-ishrelease-R109-15237.B-ishrelease-R109-15236.B-ishrelease-R108-15183.B-ishrelease-R107-15117.B-ishishfirmware-ti50-prepvt-15315.B-ishfirmware-skyrim-15390.B-ishfirmware-skyrim-15369.B-ishfirmware-nissa-15217.B-ishfirmware-nissa-15217.45.B-ishfirmware-nissa-15217.126.B-ishfirmware-duplo-15151.B-ishfirmware-corsola-15194.B-ishfactory-trogdor-15210.B-ishfactory-skyrim-15384.B-ishfactory-nissa-15199.B-ishfactory-corsola-15197.B-ishfactory-corsola-15196.B-ishfactory-brya-15231.B-ishMike Frysinger2022-09-141-1/+1
* common: uart: split off printf and like functions into separate moduleJack Rosenthal2021-02-111-0/+16
* uart.h: fix compilation inclusion guard placementVadim Bendebury2020-03-191-2/+2
* uart: Add uart_put_rawDaisuke Nojiri2020-01-241-1/+10
* printf: Enable compile-time format checkingEvan Green2019-10-051-0/+1
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-1/+1
* log: Preserve Kukui EC reset logs across every EC reboot on SRAM.Shannon Chen2019-08-211-0/+5
* uart_buffering: add tx_buffer_full() APIVadim Bendebury2019-06-271-0/+5
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* UART: Export uart_clear_input APIDaisuke Nojiri2019-02-081-0/+5
* UART: Add uart_put APIDaisuke Nojiri2019-02-081-0/+9
* uart_buffering: expose interface to support non-host commandWei-Han Chen2018-08-201-0/+32
* stm32: move UART wake-up to uart codeVincent Palatin2018-06-131-0/+11
* 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