summaryrefslogtreecommitdiff
path: root/extra/usb_serial/console.py
Commit message (Expand)AuthorAgeFilesLines
* ec: Use chromite isort configJeremy Bettis2023-02-031-0/+1
* usb_serial: fix console.py handling of --serialnoMatthew Blecker2022-09-161-7/+6
* 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-8/+27
* ec: Fix some bad formatting and warningsJeremy Bettis2022-07-131-11/+2
* ec: Format all python files with black and isortJeremy Bettis2022-07-121-209/+226
* tigertool: cleanupNick Sanders2022-06-231-30/+27
* ec console: Move from tostring to tobytes.Keith Haddow2022-05-311-1/+1
* pylintrc: Copy Chromium OS platform2's configCraig Hesling2021-08-021-0/+4
* usb_serial: Migrate console.py to python2/3 compatibleYilin Yang2020-09-261-15/+26
* Unify #! use in python scriptsStefan Reinauer2019-10-011-1/+1
* ec-devutils: update for pyusb-1.0.2Nick Sanders2019-05-241-1/+2
* console.py: Handle non-TTY input (e.g. piped input), and other improvements.Matthew Blecker2019-02-081-69/+53
* Revert "ec-devutils: update pyusb to 1.0.2"Nick Sanders2018-07-261-2/+1
* ec-devutils: update pyusb to 1.0.2Nick Sanders2018-07-061-1/+2
* servo: add usb_console to chrootNick Sanders2017-11-161-3/+14
* usb_serial: add python consoleNick Sanders2016-11-081-0/+287