summaryrefslogtreecommitdiff
path: root/chip/host/uart.c
Commit message (Expand)AuthorAgeFilesLines
* chip: Sort header filesJeremy Bettis2022-11-291-6/+7
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* util: remove unused includesYuval Peress2022-08-051-0/+1
* chip/host/uart.c: Format with clang-formatJack Rosenthal2022-07-011-2/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* test: host_command_fuzz: fuzzing testNicolas Boichat2018-08-161-0/+11
* chip/host: uart: Run uart_monitor_stdin() before task schedulingShawn Nematbakhsh2018-01-101-0/+12
* UART: Remove enable/disable interrupt functionsAnton Staaf2016-04-271-21/+3
* tasks: Remove most task_start_called() calls.Aseda Aboagye2015-08-011-4/+1
* Queue: Add policies to queuesAnton Staaf2015-05-261-1/+1
* Queue: Add functionality needed by new USART stream driverAnton Staaf2014-09-181-8/+4
* Remove old TODO comment in emulator UART moduleVic (Chun-Ju) Yang2014-01-091-4/+1
* Process emulator UART events in interrupt contextVic (Chun-Ju) Yang2014-01-061-11/+16
* Add interrupt support for emulatorVic Yang2014-01-061-1/+1
* cleanup: Still more TODO commentsRandall Spangler2013-11-021-5/+8
* Split uart_process() into input and output processingRandall Spangler2013-09-111-2/+5
* Add test for console command historyVic Yang2013-08-181-0/+33
* Remove unneeded direct includes of board.h and config.hRandall Spangler2013-07-161-2/+1
* Add function to inject console input from testVic Yang2013-07-111-2/+19
* Console input support for emulatorVic Yang2013-06-101-3/+57
* Pthread-based emulator for unit testingstabilize-4100.38.BVic Yang2013-05-071-0/+86