openocd/src
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
..
flash flash: dynamically allocate working storage 2009-11-22 19:14:06 +01:00
helper support for scripts in $HOME/.openocd 2009-11-24 08:57:02 +01:00
jtag add jtag/usb_common.[ch] files 2009-11-24 07:30:19 -08:00
pld command_handler: change 'cmd_ctx' to CMD_CTX 2009-11-17 11:40:06 -08:00
server use COMMAND_PARSE_ENABLE macro where appropriate 2009-11-18 15:51:07 -08:00
svf command_handler: change 'cmd_ctx' to CMD_CTX 2009-11-17 11:40:06 -08:00
target ARM11: remove old R0..R15/CPSR code 2009-11-24 01:27:29 -08:00
xsvf command_handler: change 'cmd_ctx' to CMD_CTX 2009-11-17 11:40:06 -08:00
Makefile.am build: fix breakage in building bin2char 2009-11-22 13:35:13 +01:00
ecosboard.c zy1000: un-break uart command after command handler refactoring 2009-11-22 13:46:42 +01:00
hello.c update src/hello.c with parsing examples 2009-11-18 15:51:07 -08:00
main.c add openocd.h for top-level declarations 2009-11-14 07:29:16 -08:00
openocd.c refactor command registration 2009-11-20 14:52:56 -08:00
openocd.h fix segfault at startup 2009-11-18 11:56:24 -08:00