diff options
author | Mateusz Manowiecki <segmentation@fault.pl> | 2017-01-26 01:12:18 +0100 |
---|---|---|
committer | Tomas Vanek <vanekt@fbl.cz> | 2018-03-12 14:14:36 +0000 |
commit | 6a4f5a4a6707520b7e12ec4199cd77129ee6436e (patch) | |
tree | 2d305e4dc1a29952a5982d114e355b1c62294937 /tcl | |
parent | 69325f6970f445f43b8cac05824a68a8f906735a (diff) | |
download | riscv-openocd-6a4f5a4a6707520b7e12ec4199cd77129ee6436e.zip riscv-openocd-6a4f5a4a6707520b7e12ec4199cd77129ee6436e.tar.gz riscv-openocd-6a4f5a4a6707520b7e12ec4199cd77129ee6436e.tar.bz2 |
Add SWD protocol support to buspirate (2nd try)
This is a second try for this patch. I removed the queues from the
previous version. I made it compatible with SRST reset and added
support for those features that could be supported in raw binary
mode.
Change-Id: I96fc06abbea9873e98b414f34afd9043fd9c2a41
Signed-off-by: Mateusz Manowiecki <segmentation@fault.pl>
Reviewed-on: http://openocd.zylin.com/3960
Tested-by: jenkins
Reviewed-by: Eric Work <work.eric@gmail.com>
Reviewed-by: Thomas Jarosch <thomas.jarosch@intra2net.com>
Reviewed-by: Jacob Alexander <haata@kiibohd.com>
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Diffstat (limited to 'tcl')
-rw-r--r-- | tcl/interface/buspirate.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/interface/buspirate.cfg b/tcl/interface/buspirate.cfg index 2b68538..c2f3a83 100644 --- a/tcl/interface/buspirate.cfg +++ b/tcl/interface/buspirate.cfg @@ -15,7 +15,7 @@ buspirate_speed normal ;# or fast # voltage regulator Enabled = 1 Disabled = 0 #buspirate_vreg 0 -# pin mode normal or open-drain +# pin mode normal or open-drain (jtag only) #buspirate_mode normal # pullup state Enabled = 1 Disabled = 0 |