summaryrefslogtreecommitdiff
path: root/util/ec3po/console.py
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-1171/+0
* Clean up cros-logging-import pylint attributesJaques Clapauch2021-09-201-1/+0
* console: Fix logs printed for some commandsLukasz Hajec2021-08-131-2/+2
* console: make sure eol check runs in python3Ruben Rodriguez Buchillon2021-04-221-1/+1
* ec3po: log with %r rather than %s for most areasRuben Rodriguez Buchillon2021-01-211-12/+12
* ec3po: console log printing in py2 and py3Ruben Rodriguez Buchillon2021-01-211-9/+19
* ec3po: make py3 and py2 compatible wrt importsRuben Rodriguez Buchillon2021-01-211-2/+2
* ec3po: Migrate console.py to python2/3 compatibleYilin Yang2020-09-261-58/+62
* ec3po: Stop suppressing exceptions in console and interpreter loops.Matthew Blecker2020-09-241-4/+1
* ec3po: Adjust logging of binary uart output.Dana Goyette2020-09-231-13/+37
* console: add micro seconds in timestampsEric Yilun Lin2020-05-301-3/+15
* Unify #! use in python scriptsStefan Reinauer2019-10-011-1/+1
* ec3po: make debug logs more user-friendly to readRuben Rodriguez Buchillon2019-08-061-7/+38
* console: add support for disabling timestampsMary Ruthven2019-04-301-14/+23
* console: add time stamp to EC logsTim Wawrzynczak2019-03-201-2/+28
* ec3po: use source name in loggerMary Ruthven2019-01-041-4/+6
* ec3po: use a copy of the logger objectMary Ruthven2018-12-031-1/+4
* ec3po console and interpreter: Handle EOFError from the pipes.Matthew Blecker2018-10-181-26/+57
* ec3po: Update platform/ec/ side of ec3po to use threadproc_shim.py.Matthew Blecker2018-10-151-23/+26
* ec3po: Add optional shutdown_pipe StartLoop() arguments.Matthew Blecker2018-10-151-23/+38
* ec3po: Remove sys.exit() call from the end of StartLoop() functions.Matthew Blecker2018-10-121-8/+10
* Revert "ec3po: quit console & interpreter loop when parent process changes."Nick Sanders2018-08-271-4/+3
* ec3po: quit console & interpreter loop when parent process changes.Ruben Rodriguez Buchillon2018-08-241-3/+4
* ec3po: console: Detect HUP from user consoleNick Sanders2018-04-181-13/+45
* servod: add command muxing in ec3poNick Sanders2018-03-191-10/+39
* ec3po: less chatty debug printNick Sanders2017-03-011-1/+1
* util: ec3po: Implement auto interrogation mode.Aseda Aboagye2016-02-241-7/+54
* util: ec3po: Allow changing interrogation modes.Aseda Aboagye2016-02-101-17/+113
* util: ec3po: Add OOBM queue and dynamic loglevels.Aseda Aboagye2016-02-031-0/+17
* util: ec3po: Change console permissions to 660.Aseda Aboagye2016-02-031-3/+2
* util: ec3po: Change console permissions to 666.Aseda Aboagye2016-01-121-0/+5
* util: ec3po: Add served PTY to logging.Aseda Aboagye2016-01-051-1/+2
* util: ec3po: Change interrogation timeouts.Aseda Aboagye2016-01-051-4/+34
* ec3po: Add graceful exit.Aseda Aboagye2015-12-171-27/+36
* ec3po: Clean up and stylistic changes.Aseda Aboagye2015-12-081-94/+92
* ec3po: Add compatibility for older EC images.Aseda Aboagye2015-11-261-0/+46
* util: Add EC-3PO, the EC console interpreter.Aseda Aboagye2015-11-111-0/+694