openocd/src/jtag
Zachary T Welch d22270e0ed command_handler_t: make argc unsigned
The number of command arguments will always be 0 or more, so use
the right type in handlers.  This has a cascading effect up through
the layers, but the new COMMAND_HANDLER macros prevented total chaos.
2009-11-13 10:55:27 -08:00
..
minidummy Removed unused interface_jtag_set_end_state and wrote down some notes on TCP/IP client/server scheme. 2009-10-20 15:54:53 +02:00
rlink Remove annoying end-of-line whitespace from most src/* 2009-09-21 18:40:55 +00:00
zy1000 Removed unused interface_jtag_set_end_state and wrote down some notes on TCP/IP client/server scheme. 2009-10-20 15:54:53 +02:00
amt_jtagaccel.c use COMMAND_HANDLER macro to define all commands 2009-11-13 10:51:45 -08:00
arm-jtag-ew.c Remove whitespace at end of lines, step 2. 2009-06-23 22:50:08 +00:00
at91rm9200.c Finish transforming 'u32' to 'uint32_t'. 2009-06-18 07:11:11 +00:00
bitbang.c Ferdinand Postema <ferdinand@postema.eu> fix cygwin warnings 2009-07-23 07:04:21 +00:00
bitbang.h src/jtag: remove 'extern' and wrap headers. 2009-11-09 09:44:33 -08:00
bitq.c Remove whitespace that occurs before ')'. 2009-06-23 22:47:42 +00:00
bitq.h src/jtag: remove 'extern' and wrap headers. 2009-11-09 09:44:33 -08:00
commands.c Remove much #ifdeffery around _DEBUG_JTAG_IO_ usage. 2009-10-07 17:30:51 +00:00
commands.h - Fixes '=' whitespace 2009-06-23 22:42:54 +00:00
core.c finish removing deprecated/obsolete commands 2009-11-09 13:16:32 -08:00
driver.c reentry assert 2009-09-29 14:23:42 +00:00
dummy.c Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes 2009-07-17 19:54:25 +00:00
ep93xx.c Finish transforming 'u32' to 'uint32_t'. 2009-06-18 07:11:11 +00:00
ft2232.c command_handler_t: make argc unsigned 2009-11-13 10:55:27 -08:00
gw16012.c use COMMAND_HANDLER macro to define all commands 2009-11-13 10:51:45 -08:00
interface.c jtag: clean up TAP state name handling 2009-10-23 01:02:22 -07:00
interface.h SVF: clean up, mostly for TAP state name handling 2009-10-23 01:00:32 -07:00
interfaces.c Fix @file documentation blocks in new interfaces source files. 2009-06-30 05:33:57 +00:00
interfaces.h Fix @file documentation blocks in new interfaces source files. 2009-06-30 05:33:57 +00:00
jlink.c Remove annoying end-of-line whitespace from most src/* 2009-09-21 18:40:55 +00:00
jtag.h finish removing deprecated/obsolete commands 2009-11-09 13:16:32 -08:00
Makefile.am Move JTAG interface list to new files. 2009-06-29 00:00:50 +00:00
minidriver.h src/jtag: remove 'extern' and wrap headers. 2009-11-09 09:44:33 -08:00
parport.c use COMMAND_HELPER for command helper functions 2009-11-13 10:51:45 -08:00
presto.c use COMMAND_HANDLER macro to define all commands 2009-11-13 10:51:45 -08:00
tcl.c add CMD_NAME macro for command handlers 2009-11-13 10:55:00 -08:00
usbprog.c Steve Grubb <sgrubb@redhat.com> fix various and sundry leaks 2009-08-24 07:53:46 +00:00
vsllink.c use COMMAND_HANDLER macro to define all commands 2009-11-13 10:51:45 -08:00