diff options
author | tjohann <thorsten.johannvorderbrueggen@t-online.de> | 2014-07-01 19:04:53 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-07-03 19:23:12 +0700 |
commit | 0a5a14fdb9f2ef2d77ada62162ef6ebc2ffe77eb (patch) | |
tree | 3d5191f540fe7b3cf4eb60d0edf0f4899f22dfc6 /development/openocd/README | |
parent | 11a3f04a17b767a995a96e48c28dc80595a73154 (diff) | |
download | slackbuilds-0a5a14fdb9f2ef2d77ada62162ef6ebc2ffe77eb.tar.gz |
development/openocd: Added (jtag interface).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/openocd/README')
-rw-r--r-- | development/openocd/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/development/openocd/README b/development/openocd/README new file mode 100644 index 0000000000..376dd703ad --- /dev/null +++ b/development/openocd/README @@ -0,0 +1,9 @@ +OpenOCD is an on-chip debugging, in-system programming and boundary-scan +testing tool for ARM systems. The debugger uses an IEEE 1149-1 +compliant JTAG TAP bus master to access on-chip debug functionality available +on ARM based microcontrollers or system-on-chip solutions. + +User interaction is realized through a telnet command line interface, a +gdb (the GNU debugger) remote protocol server. + +OpenOCD supports many different types of JTAG interfaces/programmers. |