summaryrefslogtreecommitdiff
path: root/util/ec3po/console.py
Commit message (Expand)AuthorAgeFilesLines
* ec: Use chromite isort configJeremy Bettis2023-02-031-2/+4
* 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-24/+74
* ec: Fix some bad formatting and warningsJeremy Bettis2022-07-131-7/+9
* ec: Format all python files with black and isortJeremy Bettis2022-07-121-1089/+1142
* util/ec3po: Update language for COILTom Hughes2021-11-291-40/+40
* 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