summaryrefslogtreecommitdiff
path: root/util/ec3po
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch cros/main into firmware-dedede-13606.B-masterAdam Mills2023-02-095-4/+12
|\
| * ec: Use chromite isort configJeremy Bettis2023-02-035-4/+12
* | Merge remote-tracking branch cros/main into firmware-dedede-13606.B-masterZhuohao Lee2022-09-137-7/+7
|\ \ | |/
| * Update license boilerplate text in source code filesMike Frysinger2022-09-127-7/+7
* | Merge remote-tracking branch cros/main into firmware-dedede-13606.B-masterDiana Z2022-07-275-3315/+3543
|\ \ | |/
| * ec: Switch black to 80 cols and reformat filesJeremy Bettis2022-07-264-45/+135
| * ec: Fix some bad formatting and warningsJeremy Bettis2022-07-133-30/+30
| * ec: Format all python files with black and isortJeremy Bettis2022-07-125-3312/+3450
* | Merge remote-tracking branch cros/main into firmware-dedede-13606.B-masterAseda Aboagye2021-12-012-46/+46
|\ \ | |/
| * util/ec3po: Update language for COILTom Hughes2021-11-292-46/+46
* | Merge remote-tracking branch cros/main into firmware-dedede-13606.B-masterAseda Aboagye2021-09-234-4/+0
|\ \ | |/
| * Clean up cros-logging-import pylint attributesJaques Clapauch2021-09-204-4/+0
* | Merge remote-tracking branch cros/main into firmware-dedede-13606.B-masterDiana Z2021-09-013-10/+16
|\ \ | |/
| * ec3po: Update unittests to use ec3po.<module> import paths.Matthew Blecker2021-08-273-10/+16
* | Merge remote-tracking branch cros/main into firmware-dedede-13606.B-masterAseda Aboagye2021-08-191-2/+2
|\ \ | |/
| * console: Fix logs printed for some commandsLukasz Hajec2021-08-131-2/+2
* | OWNERS: Remove all OWNERS for this branchAseda Aboagye2021-08-191-3/+0
|/
* 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