use COMMAND_REGISTER macro
[fw/openocd] / src / jtag / arm-jtag-ew.c
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-24 Zachary T Welcharm-jtag-ew: use jtag_usb_open
2009-11-21 Zachary T Welchjtag: remove useless forward declarations
2009-11-15 Zachary T Welcharm-jtag-ew,jlink: switch to COMMAND_HANDLER
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchjtag_command_t -> struct jtag_command
2009-11-13 Zachary T Welchscan_command_t -> struct scan_command
2009-11-13 Zachary T Welchpending_scan_result_t -> struct pending_scan_result
2009-11-13 Zachary T Welcharmjtagew_jtag_t -> struct armjtagew
2009-11-13 Zachary T Welchjtag_interface_t -> struct jtag_interface
2009-06-23 zwelchRemove whitespace at end of lines, step 2.
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-23 zwelch- Fixes '+' whitespace
2009-06-23 zwelch- Fixes '<<' whitespace
2009-06-23 zwelch- Replace 'if(' with 'if ('.
2009-06-19 zwelchRemove editor preferences from source files.
2009-06-19 duaneprintf() warning fixes due to uint32_t change-over
2009-06-18 zwelchTransform 'u8' to 'uint8_t'
2009-06-04 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-03 zwelchFinish JTAG header file modularization; command factori...
2009-06-03 zwelchRemove interface.h from public JTAG header, include...
2009-06-02 oharboeRemove unused code, TAP_INVALID is never passed to...
2009-06-01 zwelchEncapsulate JTAG Cable API and interface structure...
2009-05-30 oharboeremove unused JTAG_END_STATE
2009-05-18 oharboeuse tap_get_tms_path_len() instead of fix # of 7. Not...
2009-05-16 oharboeMichael Bruck <mbruck@digenius.de> change 'ir_scan...
2009-05-11 zwelchAudit and eliminate redundant #include directives from...
2009-04-21 oharboeZach Welch <zw@superlucidity.net> add --enable-verbose...
2009-04-21 oharboeZach Welch <zw@superlucidity.net> fix -Wformat-security...
2009-04-21 oharboeZach Welch <zw@superlucidity.net> use static keyword...
2009-04-18 mifiThe following patches was applied:
2009-03-08 duanePatch from Dimitar Dimitrov adding support for Olimex...