summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/console.c
Commit message (Expand)AuthorAgeFilesLines
* zephyr: shimmed_task: drop the shell stub task dataFabio Baltieri2022-04-191-16/+3
* Zephyr: Print more on command errorsDiana Z2022-03-311-5/+30
* zephyr: Add better errorsJeremy Bettis2022-02-121-4/+14
* zephyr: Support use of zephyr "dummy" consolestabilize-14498.B-mainJeremy Bettis2022-02-031-9/+25
* zephyr: fix the console/shell task priorityKeith Short2022-01-271-0/+22
* zephyr: Add new config to log console msgsJeremy Bettis2022-01-071-0/+2
* zephyr: Cleanup boolean shell config supportJack Rosenthal2021-12-081-5/+0
* zephyr: console: Use shell backend config struct for main branchJack Rosenthal2021-11-221-2/+10
* zephyr: use uart_poll_out() instead of printkKeith Short2021-11-171-1/+1
* zephyr: remove option to use printkDawid Niedzwiecki2021-10-261-9/+1
* zephyr: console: Use DT bindings to get shell uart dev on 2.7+Jack Rosenthal2021-09-071-24/+15
* zephyr: Disable console help stringsKeith Short2021-08-181-1/+8
* zephyr: reduce code duplication of console shimKeith Short2021-08-181-12/+9
* zephyr: shim: cleanup comments and code in console.cDenis Brockus2021-08-121-5/+8
* zephyr: shim: zephyr_print option to use printkDenis Brockus2021-08-111-1/+9
* 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