]> git.sur5r.net Git - openocd/commit
- added support for Asix Presto JTAG interface (thanks to Pavel Chromy and Asix for...
authordrath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Sun, 15 Jul 2007 11:19:33 +0000 (11:19 +0000)
committerdrath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Sun, 15 Jul 2007 11:19:33 +0000 (11:19 +0000)
commit1429d2c659ab9b84dee673e7697da7eab44a8f90
tree03230f43a7404b1e22f0ffdafb69e41196808b30
parent32c6d70f6acd41dd1af5ea73051dd6c8a46eac14
- added support for Asix Presto JTAG interface (thanks to Pavel Chromy and Asix for making this addition possible)
- added support for usbprog (thanks to Benedikt Sauter)
- make OpenOCD listen for WM_QUIT messages on windows (thanks to Pavel Chromy)
- register at_exit handler to do necessary unregistering (thanks to Pavel Chromy)
- added dummy ETM capture driver to allow ETM to be registered without a capture driver

git-svn-id: svn://svn.berlios.de/openocd/trunk@180 b42882b7-edfa-0310-969c-e2dbd0fdcd60
17 files changed:
configure.in
src/Makefile.am
src/flash/str9x.c
src/jtag/Makefile.am
src/jtag/bitq.c [new file with mode: 0644]
src/jtag/bitq.h [new file with mode: 0644]
src/jtag/jtag.c
src/jtag/jtag.h
src/jtag/presto.c [new file with mode: 0644]
src/jtag/usbprog.c [new file with mode: 0644]
src/openocd.c
src/server/server.c
src/target/Makefile.am
src/target/etm.c
src/target/etm.h
src/target/etm_dummy.c [new file with mode: 0644]
src/target/etm_dummy.h [new file with mode: 0644]