move nor drivers to src/flash/nor
[fw/openocd] / src / jtag / gw16012.c
2009-11-25 Zachary T Welchremove register_callbacks from jtag interface
2009-11-25 Zachary T Welchgw16012: use register_commands()
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-17 Zachary T Welchcommand_handler: change 'cmd_ctx' to CMD_CTX
2009-11-17 Zachary T Welchcommand_handler: change 'args' to CMD_ARGV
2009-11-17 Zachary T Welchcommand_handler: change to 'argc' to CMD_ARGC
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 Welchpathmove_command_t -> struct pathmove_command
2009-11-13 Zachary T Welchjtag_interface_t -> struct jtag_interface
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-11-10 Zachary T Welchjtag: remove useless declarations
2009-11-06 Zachary T WelchImprove jtag command argument parsing.
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-23 zwelch- Fixes '[<>]' whitespace
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-18 zwelchTransform 'u16' to 'uint16_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t'
2009-06-12 zwelchSimplify and improve gw16012_handle_parport_command:
2009-06-09 zwelchAdd get and set accessors for jtag_speed:
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-05-11 zwelchRemove redundant sys/types.h #include directives (now...
2009-04-28 oharboeZach Welch <zw@superlucidity.net> fix gw16012 with...
2009-04-24 duaneRemove warning
2009-04-21 oharboeZach Welch <zw@superlucidity.net> use static keyword...
2009-04-19 oharboeZach Welch <zw@superlucidity.net> use tap_state_t
2009-04-18 mifiThe following patches was applied:
2009-02-10 kc8apfUse C89/C99/C++ compliant boolean types
2009-02-03 kc8apf- Cable driver helper API courtesy of Dick Hollenbeck...
2008-12-14 kc8apf- Update tap_state_strings to correspond to SVF state...
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-12-13 kc8apfClean up references to old tap_state names
2008-12-13 kc8apfChange tap_state naming to be consistent with SVF docum...
2008-08-05 oharboeDuane Ellis: fix warnings
2008-04-09 oharboeDon Porges fixed c99 issues.
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-03-02 oharboeUwe Hermann tightned up comments, etc. to follow OpenOC...
2008-02-28 drath- fix line-endings
2008-02-28 oharboeUwe Hermann fixed some warnings.
2008-02-10 mifi- added patch to change pathmove handling
2007-08-10 drath- renamed M5960 USB JTAG to "flyswatter"
2007-07-26 drath- restrict direct parallel port access to x86 platforms...
2007-04-25 drath- added support for error handlers to JTAG scan command...
2007-03-26 drath- fixed arm926 cp15 command bug (thanks to Vincent...
2007-03-15 drath- reworked file i/o. every fileaccess (target, flash...
2007-01-31 drath- merged several changes from XScale
2006-11-22 drath- added a PLD (programmable logic device) subsystem...