drivers/buspirate: Group adapter commands
Use a command group 'buspirate' with subcommands instead of individual commands with 'buspirate_' prefix. The old commands are still available for backward compatibility but marked as deprecated. Change-Id: Id999d4ba276af576fb22b76052f3c0a1f3e1b876 Signed-off-by: Marc Schink <dev@zapb.de> Reviewed-on: http://openocd.zylin.com/6404 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
committed by
Antonio Borneo
parent
8d70a67b20
commit
8399cbc958
@@ -3339,21 +3339,21 @@ It uses a simple data protocol over a serial port connection.
|
||||
Most hardware development boards have a UART, a real serial port, or a virtual USB serial device, so this driver
|
||||
allows you to start building your own JTAG adapter without the complexity of a custom USB connection.
|
||||
|
||||
@deffn {Config Command} {buspirate_port} serial_port
|
||||
@deffn {Config Command} {buspirate port} serial_port
|
||||
Specify the serial port's filename. For example:
|
||||
@example
|
||||
buspirate_port /dev/ttyUSB0
|
||||
buspirate port /dev/ttyUSB0
|
||||
@end example
|
||||
@end deffn
|
||||
|
||||
@deffn {Config Command} {buspirate_speed} (normal|fast)
|
||||
@deffn {Config Command} {buspirate speed} (normal|fast)
|
||||
Set the communication speed to 115k (normal) or 1M (fast). For example:
|
||||
@example
|
||||
buspirate_mode normal
|
||||
buspirate mode normal
|
||||
@end example
|
||||
@end deffn
|
||||
|
||||
@deffn {Config Command} {buspirate_mode} (normal|open-drain)
|
||||
@deffn {Config Command} {buspirate mode} (normal|open-drain)
|
||||
Set the Bus Pirate output mode.
|
||||
@itemize @minus
|
||||
@item In normal mode (push/pull), do not enable the pull-ups, and do not connect I/O header pin VPU to JTAG VREF.
|
||||
@@ -3361,33 +3361,33 @@ Set the Bus Pirate output mode.
|
||||
@end itemize
|
||||
For example:
|
||||
@example
|
||||
buspirate_mode normal
|
||||
buspirate mode normal
|
||||
@end example
|
||||
@end deffn
|
||||
|
||||
@deffn {Config Command} {buspirate_pullup} (0|1)
|
||||
@deffn {Config Command} {buspirate pullup} (0|1)
|
||||
Whether to connect (1) or not (0) the I/O header pin VPU (JTAG VREF)
|
||||
to the pull-up/pull-down resistors on MOSI (JTAG TDI), CLK (JTAG TCK), MISO (JTAG TDO) and CS (JTAG TMS).
|
||||
For example:
|
||||
@example
|
||||
buspirate_pullup 0
|
||||
buspirate pullup 0
|
||||
@end example
|
||||
@end deffn
|
||||
|
||||
@deffn {Config Command} {buspirate_vreg} (0|1)
|
||||
@deffn {Config Command} {buspirate vreg} (0|1)
|
||||
Whether to enable (1) or disable (0) the built-in voltage regulator,
|
||||
which can be used to supply power to a test circuit through
|
||||
I/O header pins +3V3 and +5V. For example:
|
||||
@example
|
||||
buspirate_vreg 0
|
||||
buspirate vreg 0
|
||||
@end example
|
||||
@end deffn
|
||||
|
||||
@deffn {Command} {buspirate_led} (0|1)
|
||||
@deffn {Command} {buspirate led} (0|1)
|
||||
Turns the Bus Pirate's LED on (1) or off (0). For example:
|
||||
@end deffn
|
||||
@example
|
||||
buspirate_led 1
|
||||
buspirate led 1
|
||||
@end example
|
||||
|
||||
@end deffn
|
||||
|
||||
Reference in New Issue
Block a user