summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/console.c
Commit message (Expand)AuthorAgeFilesLines
* zephyr: fix uart output flushDawid Niedzwiecki2021-07-151-0/+6
* zephyr: switch to using shell_*, not printkDawid Niedzwiecki2021-07-091-10/+102
* zephyr: change host console shim interfaceDawid Niedzwiecki2021-07-021-1/+1
* zephyr: Add CONFIG_PLATFORM_EC_CONSOLE_CHANNELKeith Short2021-06-091-2/+2
* zephyr: use interrupt based RX bufferingYuval Peress2021-04-151-27/+129
* zephyr: console: add missing include for shell_uart.hFabio Baltieri2021-03-021-0/+1
* zephyr: console: add functions to enable/disable the shellYuval Peress2021-02-261-0/+25
* zephyr: implement uart functions getc and clear_inputYuval Peress2021-02-261-0/+26
* zephyr: add support for disabling console channelsKeith Short2021-02-171-0/+16
* zephyr: implement console read/snapshot host commandsJack Rosenthal2021-02-111-0/+3
* zephyr: enable console channelsJack Rosenthal2021-02-111-58/+18
* zephyr: minimal uart_* implementationsJack Rosenthal2021-01-261-0/+24
* zephyr: switch to platform/ec printf format implementationJack Rosenthal2021-01-091-2/+9
* zephyr: Don't output a newline in cputs() unless requestedSimon Glass2020-11-071-1/+1
* zephyr: use printk instead of shell_Jett Rink2020-10-121-12/+8
* zephyr: shim in the zephyr shell as the EC consoleJack Rosenthal2020-10-011-0/+89