]> git.sur5r.net Git - openocd/commit
- rlink interface support from Lou Deluxe <lou.openocd012@fixit.nospammail.net>
authorkc8apf <kc8apf@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Fri, 19 Dec 2008 04:25:22 +0000 (04:25 +0000)
committerkc8apf <kc8apf@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Fri, 19 Dec 2008 04:25:22 +0000 (04:25 +0000)
commit063f4c182cbb77a9d1807a97d67c81f1afd656ee
treee62ffe2089e90de1a70893d407a3fd904c91dab5
parente873a6d27cc1b0323b5687f6aecb1ee3c513688c
- rlink interface support from Lou Deluxe <lou.openocd012@fixit.nospammail.net>

git-svn-id: svn://svn.berlios.de/openocd/trunk@1258 b42882b7-edfa-0310-969c-e2dbd0fdcd60
18 files changed:
configure.in
doc/openocd.texi
src/Makefile.am
src/jtag/Makefile.am
src/jtag/jtag.c
src/jtag/rlink/Makefile [new file with mode: 0644]
src/jtag/rlink/call.m4 [new file with mode: 0644]
src/jtag/rlink/dtc_cmd.h [new file with mode: 0644]
src/jtag/rlink/ep1_cmd.h [new file with mode: 0644]
src/jtag/rlink/init.m4 [new file with mode: 0644]
src/jtag/rlink/rlink.c [new file with mode: 0644]
src/jtag/rlink/rlink.h [new file with mode: 0644]
src/jtag/rlink/rlink_speed_table.c [new file with mode: 0644]
src/jtag/rlink/st7.h [new file with mode: 0644]
tools/rlink_make_speed_table/rlink_make_speed_table [new file with mode: 0755]
tools/rlink_make_speed_table/rlink_make_speed_table.pl [new file with mode: 0644]
tools/st7_dtc_as/st7_dtc_as [new file with mode: 0755]
tools/st7_dtc_as/st7_dtc_as.pl [new file with mode: 0644]