diff options
author | Michal Demin <michaldemin@gmail.com> | 2010-03-08 13:45:14 +0100 |
---|---|---|
committer | David Brownell <dbrownell@users.sourceforge.net> | 2010-03-11 11:35:50 -0800 |
commit | 24e1e3dd2699b817fa72a7843d36197abcd9e3a3 (patch) | |
tree | 47504221c471e548bb37db01b47058fb2f2083b2 /doc | |
parent | 591e0bbab957e86c8b2c6e19420a8cd9f89993cd (diff) | |
download | openocd+libswd-24e1e3dd2699b817fa72a7843d36197abcd9e3a3.tar.gz openocd+libswd-24e1e3dd2699b817fa72a7843d36197abcd9e3a3.tar.bz2 openocd+libswd-24e1e3dd2699b817fa72a7843d36197abcd9e3a3.tar.xz openocd+libswd-24e1e3dd2699b817fa72a7843d36197abcd9e3a3.zip |
Add support for Bus Pirate as a JTAG adapter.
This includes a driver and matching config file. This support needs to be
enabled through the initial "configure" (use "--enable-buspirate").
Signed-off-by: Michal Demin <michaldemin@gmail.com>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index 33c442f6..93757d48 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -432,6 +432,9 @@ Raisonance has an adapter called @b{RLink}. It exists in a stripped-down form o @item @b{ARM-JTAG-EW} @* Link: @url{http://www.olimex.com/dev/arm-jtag-ew.html} + +@item @b{Buspirate} +@* Link: @url{http://dangerousprototypes.com/bus-pirate-manual/} @end itemize @section IBM PC Parallel Printer Port Based |