aboutsummaryrefslogtreecommitdiff
path: root/usb-control
AgeCommit message (Expand)Author
2023-12-18apt install python-usb changed to python3-usb in READMEManfred Mueller
2023-08-04usb-control: fix flake8 E711 comparison to None should be 'if cond is not None:'Quentin Schulz
2023-08-04usb-control: fix flake8 E712 comparison to True should be 'if cond is True:' ...Quentin Schulz
2023-08-04usb-control: command_processor.py: import missing moduleQuentin Schulz
2023-08-04usb-control: cp2102_simple: fix do_statusQuentin Schulz
2023-08-04usb-control: fix flake8 E703 statement ends with a semicolonQuentin Schulz
2023-08-04usb-control: fix flake8 E251 unexpected spaces around keyword / parameter equalsQuentin Schulz
2023-08-04usb-control: fix flake8 E221 multiple spaces before operatorQuentin Schulz
2023-08-04usb-control: fix flake8 E303 too many blank lines (3)Quentin Schulz
2023-08-04usb-control: fix flake8 E128 continuation line under-indented for visual indentQuentin Schulz
2023-08-04usb-control: fix flake8 W391 blank line at end of fileQuentin Schulz
2023-08-04usb-control: fix flake8 302 expected 2 blank lines, found 1Quentin Schulz
2023-08-04usb-control: typo fix in usageKlaus Goger
2023-08-04usb-control: print usage if called without argumentKlaus Goger
2023-08-04usb-control: use board instead of baseboardKlaus Goger
2023-08-04usb-control: add script to control JaguarQuentin Schulz
2023-08-04usb-control: cp2102_haikou.py: fix biosdisable commandQuentin Schulz
2021-11-23usb-control: switch to python3Quentin Schulz
2020-01-20cp2102-cpdebug.py: Adding new controller type.Christoph Muellner
2019-10-08usb-control: cp2102_haikou: Disable BIOS-disable again in do_cycle_to_maskrom.Christoph Muellner
2019-10-07Add support for cp2102 simple control cicuits.Christoph Muellner
2019-10-05usb-control: Adding gitignore file.Christoph Muellner
2019-10-05cp2102-mini-evk.py: Adding new controller type.Christoph Muellner
2019-10-05cp210x_controller.py: Adding some more commands.Christoph Muellner
2019-05-29usb-control: Factor out product string.Christoph Muellner
2019-05-28haikou.py: Cleanups and refactoring.Christoph Muellner
2019-05-28haikou.py: Add option to disable product string matcher.Christoph Muellner
2019-05-28Revert "Add usb-control/telaviv.py"Christoph Muellner
2018-10-11Add usb-control/telaviv.pyMartin Elshuber
2018-01-23README: document openocd build dependenciesJakob Unterwurzacher
2017-12-07usb-control: update READMEKlaus Goger
2017-12-07usb-control: get power state and implement resetKlaus Goger
2017-08-14usb-control: print notice if run into langid errorKlaus Goger
2017-08-14usb-control: replace broken copyright headerKlaus Goger
2017-06-13usb-control: fix bios disable logicKlaus Goger
2017-06-13import haikou base board control scriptKlaus Goger