openocd/src/jtag
Zachary T Welch 3a660e2293 add jtag/usb_common.[ch] files
Begins to consolidate code used by several USB JTAG interfaces.
This first patch provides the required build system changes and
a common jtag_usb_open routine, which will replace the guts for
probing the busses and devices for possible VID/PID matches.
The following patches convert each driver to use it.
2009-11-24 07:30:19 -08:00
..
minidummy cleanup jtag minidrivers 2009-11-16 05:30:51 -08:00
rlink rlink: fix overzealous sed 2009-11-15 09:11:29 -08:00
zy1000 zy1000: fix breakage in command parsing code for power command 2009-11-22 13:38:42 +01:00
Makefile.am add jtag/usb_common.[ch] files 2009-11-24 07:30:19 -08:00
amt_jtagaccel.c command_handler: change 'cmd_ctx' to CMD_CTX 2009-11-17 11:40:06 -08:00
arm-jtag-ew.c jtag: remove useless forward declarations 2009-11-21 10:20:56 -08:00
at91rm9200.c command_handler: change 'args' to CMD_ARGV 2009-11-17 11:38:07 -08:00
bitbang.c jtag_command_t -> struct jtag_command 2009-11-13 11:58:05 -08:00
bitbang.h bitbang_interface_t -> struct bitbang_interface 2009-11-13 11:58:04 -08:00
bitq.c jtag_command_t -> struct jtag_command 2009-11-13 11:58:05 -08:00
bitq.h bitq_interface_t -> struct biq_interface 2009-11-13 11:58:04 -08:00
commands.c rename CEIL as DIV_ROUND_UP 2009-11-16 09:58:11 -08:00
commands.h jtag_command_t -> struct jtag_command 2009-11-13 11:58:05 -08:00
core.c JTAG: fix autoprobe failure. 2009-11-16 16:36:03 -08:00
driver.c rename CEIL as DIV_ROUND_UP 2009-11-16 09:58:11 -08:00
dummy.c jtag: remove useless forward declarations 2009-11-21 10:20:56 -08:00
ep93xx.c command_context_t -> struct command_context 2009-11-13 13:25:47 -08:00
ft2232.c command_handler: change 'args' to CMD_ARGV 2009-11-17 11:38:07 -08:00
gw16012.c command_handler: change 'cmd_ctx' to CMD_CTX 2009-11-17 11:40:06 -08:00
interface.c move ARRAY_SIZE macro to types.h 2009-11-16 09:58:11 -08:00
interface.h command_context_t -> struct command_context 2009-11-13 13:25:47 -08:00
interfaces.c jtag_interface_t -> struct jtag_interface 2009-11-13 11:58:04 -08:00
interfaces.h jtag_interface_t -> struct jtag_interface 2009-11-13 11:58:04 -08:00
jlink.c jtag: remove useless forward declarations 2009-11-21 10:20:56 -08:00
jtag.h move ARRAY_SIZE macro to types.h 2009-11-16 09:58:11 -08:00
minidriver.h remove TAP_SCAN_BYTES macro 2009-11-16 09:58:11 -08:00
parport.c use COMMAND_PARSE_ON_OFF where appropriate 2009-11-18 15:51:07 -08:00
presto.c jtag: remove useless forward declarations 2009-11-21 10:20:56 -08:00
startup.tcl split startup.tcl file across modules 2009-11-18 07:21:42 -08:00
tcl.c allow jtag interfaces to lack commands 2009-11-21 10:19:47 -08:00
usb_common.c add jtag/usb_common.[ch] files 2009-11-24 07:30:19 -08:00
usb_common.h add jtag/usb_common.[ch] files 2009-11-24 07:30:19 -08:00
usbprog.c jtag: remove useless forward declarations 2009-11-21 10:20:56 -08:00
vsllink.c command_handler: change 'args' to CMD_ARGV 2009-11-17 11:38:07 -08:00