summaryrefslogtreecommitdiff
path: root/common/uart_buffering.c
Commit message (Expand)AuthorAgeFilesLines
* common: Sort header filesJeremy Bettis2022-11-291-2/+2
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* common/uart_buffering.c: Format with clang-formatJack Rosenthal2022-06-291-17/+14
* util: align the IN_RANGE implementation with zephyrTing Shen2022-03-231-2/+2
* uart_buffering: Process UART TX explicitly when disabled interruptPatryk Duda2021-09-061-1/+1
* it8xxx2: add support option CONFIG_PRESERVE_LOGSDino Li2021-04-071-0/+5
* common: uart: split off printf and like functions into separate moduleJack Rosenthal2021-02-111-89/+1
* common: uart: split off host commands to separate moduleJack Rosenthal2021-02-111-49/+0
* uart: Add uart_put_rawDaisuke Nojiri2020-01-241-5/+23
* uart_buffer: ensure uart tx/rx buffer size are power of twoYilun Lin2019-11-071-1/+4
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-4/+5
* log: Preserve Kukui EC reset logs across every EC reboot on SRAM.Shannon Chen2019-08-211-3/+31
* uart_buffering: add tx_buffer_full() APIVadim Bendebury2019-06-271-0/+6
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* UART: Export uart_clear_input APIDaisuke Nojiri2019-02-081-0/+8
* UART: Add uart_put APIDaisuke Nojiri2019-02-081-0/+14
* uart_buffering: expose interface to support non-host commandWei-Han Chen2018-08-201-46/+64
* stm32: use D-cache on STM32H7Vincent Palatin2018-06-041-2/+3
* uart: fix compile warning when !defined CONFIG_CONSOLE_ENABLE_READ_V1Wei-Ning Huang2017-05-121-2/+2
* uart: add config to optionally enable EC_CMD_CONSOLE_READ v1Wei-Ning Huang2017-05-061-1/+7
* UART: Remove X-on/X-off flow controlAnton Staaf2016-04-271-50/+10
* Deferred: Use deferred_data instead of function pointerAnton Staaf2016-04-181-2/+5
* stm32: add synchronous debug printfAlec Berg2015-10-191-2/+2
* uart: provide polling mode of operationVadim Bendebury2015-08-081-0/+7
* uart_buffering: extend CONSOLE_READ command for easy log concatenationstabilize-7134.BEric Caruso2015-06-021-8/+56
* Allow console-reading host commands on locked systemsRandall Spangler2015-04-211-14/+0
* common: Add the possibility to filter UART inputMyles Watson2015-02-211-0/+10
* Make Ctrl-S and Ctrl-Q match the rest of the worldBill Richardson2014-06-041-4/+4
* cleanup: Remove checkpatch warningsRandall Spangler2013-12-191-3/+3
* lm4: Use low speed clock in deep sleep.Alec Berg2013-10-211-0/+5
* stm32: Use DMA for UART receiveRandall Spangler2013-09-161-23/+83
* Simplify uart_tx_start()Randall Spangler2013-09-141-6/+5
* Remove unused uart functionsRandall Spangler2013-09-131-42/+0
* stm32: Support DMA-based UART outputRandall Spangler2013-09-111-0/+49
* Split uart_process() into input and output processingRandall Spangler2013-09-111-48/+31
* Move input character processing from UART interrupt to console taskRandall Spangler2013-08-021-468/+45
* Clean up and document UART config optionsRandall Spangler2013-07-241-15/+2
* Software flow control in consoleVic Yang2013-04-231-2/+17
* Consolidate emergency debug outputRandall Spangler2012-10-291-50/+29
* Clean up uart buffering codeRandall Spangler2012-10-261-87/+48
* Add ectool command to read snapshot of EC's console outputRandall Spangler2012-08-091-1/+85
* Fix a bug that a line longer than 80 char kills EC consoleVic Yang2012-07-301-1/+1
* Add console functionalityRandall Spangler2012-07-231-82/+222
* Increase UART output buffer size on LM4Randall Spangler2012-07-071-12/+23
* console: Support delete as well as backspaceSimon Glass2012-06-071-2/+2
* Move printf() formatting to its own file to enable re-useRandall Spangler2012-06-071-173/+48
* Add support for printing fixed-point numbersRandall Spangler2012-05-221-1/+21
* Enable verified boot for EC firmwareBill Richardson2012-05-101-0/+5
* Refactor async console outputRandall Spangler2012-04-241-5/+15
* Implement 64-bit integer printing in uart_printf()Randall Spangler2012-04-201-13/+28