summaryrefslogtreecommitdiff
path: root/util/ec3po
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-058-3692/+0
* Clean up cros-logging-import pylint attributesJaques Clapauch2021-09-204-4/+0
* ec3po: Update unittests to use ec3po.<module> import paths.Matthew Blecker2021-08-273-10/+16
* 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: fix python3 related unittest failuresRuben Rodriguez Buchillon2021-01-231-2/+2
* 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: open without a bufferRuben Rodriguez Buchillon2021-01-211-2/+9
* ec3po: make py3 and py2 compatible wrt importsRuben Rodriguez Buchillon2021-01-214-11/+7
* ec3po: run_tests.sh uses python3 to run unittestYilin Yang2020-09-261-1/+1
* ec3po: Migrate console.py to python2/3 compatibleYilin Yang2020-09-262-286/+234
* ec3po: Migrate interpreter.py to python2/3 compatibleYilin Yang2020-09-263-49/+67
* ec3po: Stop suppressing exceptions in console and interpreter loops.Matthew Blecker2020-09-242-8/+1
* ec3po: Adjust logging of binary uart output.Dana Goyette2020-09-231-13/+37
* ec: change usage of dummySam Hurst2020-08-051-7/+7
* console: add micro seconds in timestampsEric Yilun Lin2020-05-301-3/+15
* ec3po: Add OWNERS file.Matthew Blecker2020-01-231-0/+3
* Unify #! use in python scriptsStefan Reinauer2019-10-013-3/+3
* 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-044-13/+19
* ec3po: use a copy of the logger objectMary Ruthven2018-12-032-2/+8
* ec3po: Update threadproc_shim.py to use threading-oriented implementations.Matthew Blecker2018-10-181-9/+7
* ec3po console and interpreter: Handle EOFError from the pipes.Matthew Blecker2018-10-182-29/+70
* ec3po: add missing traceback module import to interpreter.pyMatthew Blecker2018-10-181-0/+1
* ec3po: Add USING_SUBPROCS and DoIf() to threadproc_shim.py.Matthew Blecker2018-10-161-1/+40
* ec3po: Update platform/ec/ side of ec3po to use threadproc_shim.py.Matthew Blecker2018-10-154-45/+47
* ec3po: Add threadproc_shim.py library for subprocesses to threads transition.Matthew Blecker2018-10-152-0/+30
* ec3po: Add optional shutdown_pipe StartLoop() arguments.Matthew Blecker2018-10-152-40/+75
* ec3po: Remove sys.exit() call from the end of StartLoop() functions.Matthew Blecker2018-10-122-11/+19
* Revert "ec3po: quit console & interpreter loop when parent process changes."Nick Sanders2018-08-272-10/+6
* ec3po: quit console & interpreter loop when parent process changes.Ruben Rodriguez Buchillon2018-08-242-6/+10
* ec3po: console: Detect HUP from user consoleNick Sanders2018-04-181-13/+45
* servod: add command muxing in ec3poNick Sanders2018-03-192-10/+42
* ec3po: less chatty debug printNick Sanders2017-03-012-8/+8
* Fix various misspellings in commentsMartin Roth2016-11-151-1/+1
* util: ec3po: Implement auto interrogation mode.Aseda Aboagye2016-02-242-10/+191
* util: ec3po: Allow changing interrogation modes.Aseda Aboagye2016-02-104-18/+292
* util: ec3po: Add OOBM queue and dynamic loglevels.Aseda Aboagye2016-02-032-0/+25
* 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 support to disconnect from UART.Aseda Aboagye2016-01-112-5/+171
* util: ec3po: Add served PTY to logging.Aseda Aboagye2016-01-052-2/+12
* util: ec3po: Change interrogation timeouts.Aseda Aboagye2016-01-052-6/+34
* util: ec3po: Add presubmit check for ec3po.stabilize-smaug-7800.BAseda Aboagye2016-01-041-0/+9
* ec3po: Add graceful exit.Aseda Aboagye2015-12-172-43/+63
* ec3po: Add setup script.Aseda Aboagye2015-12-081-0/+24
* ec3po: Clean up and stylistic changes.Aseda Aboagye2015-12-085-113/+124