summaryrefslogtreecommitdiff
path: root/util/ec3po/interpreter.py
Commit message (Expand)AuthorAgeFilesLines
* ec: Use chromite isort configJeremy Bettis2023-02-031-0/+1
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* ec: Switch black to 80 cols and reformat filesJeremy Bettis2022-07-261-5/+15
* ec: Format all python files with black and isortJeremy Bettis2022-07-121-407/+411
* Clean up cros-logging-import pylint attributesJaques Clapauch2021-09-201-1/+0
* ec3po: open without a bufferRuben Rodriguez Buchillon2021-01-211-2/+9
* ec3po: Migrate interpreter.py to python2/3 compatibleYilin Yang2020-09-261-26/+29
* ec3po: Stop suppressing exceptions in console and interpreter loops.Matthew Blecker2020-09-241-4/+0
* 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-3/+13
* ec3po: add missing traceback module import to interpreter.pyMatthew Blecker2018-10-181-0/+1
* ec3po: Update platform/ec/ side of ec3po to use threadproc_shim.py.Matthew Blecker2018-10-151-12/+14
* ec3po: Add optional shutdown_pipe StartLoop() arguments.Matthew Blecker2018-10-151-17/+37
* ec3po: Remove sys.exit() call from the end of StartLoop() functions.Matthew Blecker2018-10-121-3/+9
* Revert "ec3po: quit console & interpreter loop when parent process changes."Nick Sanders2018-08-271-6/+3
* ec3po: quit console & interpreter loop when parent process changes.Ruben Rodriguez Buchillon2018-08-241-3/+6
* ec3po: less chatty debug printNick Sanders2017-03-011-7/+7
* util: ec3po: Allow changing interrogation modes.Aseda Aboagye2016-02-101-0/+4
* util: ec3po: Add OOBM queue and dynamic loglevels.Aseda Aboagye2016-02-031-0/+8
* util: ec3po: Add support to disconnect from UART.Aseda Aboagye2016-01-111-5/+63
* util: ec3po: Add served PTY to logging.Aseda Aboagye2016-01-051-1/+10
* util: ec3po: Change interrogation timeouts.Aseda Aboagye2016-01-051-2/+0
* ec3po: Add graceful exit.Aseda Aboagye2015-12-171-16/+27
* ec3po: Clean up and stylistic changes.Aseda Aboagye2015-12-081-17/+22
* ec3po: Add compatibility for older EC images.Aseda Aboagye2015-11-261-69/+135
* util: Add EC-3PO, the EC console interpreter.Aseda Aboagye2015-11-111-0/+259