Age | Commit message (Collapse) | Author |
|
or 'if cond:'
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
|
|
time.sleep is used but the time module was never imported, so let's fix
that.
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
|
|
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
|
|
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
|
|
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
|
|
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
|
|
Minor change of a typo noticed during usage
Signed-off-by: Klaus Goger <klaus.goger@theobroma-systems.com>
|
|
We should really use argparse, but for now improve the usability
by printing the usage help when there is no command provided.
Signed-off-by: Klaus Goger <klaus.goger@theobroma-systems.com>
|
|
As we are now also support a SBC (Jaguar) the use of the term baseboard
is wrong. Instead be more generic with just board.
Signed-off-by: Klaus Goger <klaus.goger@theobroma-systems.com>
|
|
Long overdue migration to python3. This was done with 2to3 and barely
tested.
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
|
|
This patch factors out the low-level routines to control a CP2102
to cp210x_controller.py.
command_processor.py provides a framework for defining
commands and to specify options. It represents the board
independet boilerplate code.
cp2102_haikou.py contains the commands to control a Haikou-like
circuit.
cp2102_simple.py contains the commands to control a simple control
circuit.
The board files cp2102-mini-evk.py, haikou.py, and telaviv.py
are the front-ends to control the specified boards.
Signed-off-by: Christoph Muellner <christoph.muellner@theobroma-systems.com>
|