summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/console.c
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-051-353/+0
* 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