move nor drivers to src/flash/nor
[fw/openocd] / src / jtag / amt_jtagaccel.c
2009-11-25 Zachary T Welchremove register_callbacks from jtag interface
2009-11-25 Zachary T Welchamt_jtagaccel: 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 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-07-23 oharboeFerdinand Postema <ferdinand@postema.eu> fix cygwin...
2009-07-06 zwelchFerdinand Postema <ferdinand@postema.eu>:
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-18 zwelchTransform 'u16' to 'uint16_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t'
2009-06-12 zwelchSimplify and improve amt_jtagaccel_handle_parport_port_...
2009-06-09 zwelchEncapsulate jtag_reset_config using accessors:
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-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> 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-03 kc8apf- Cable driver helper API courtesy of Dick Hollenbeck...
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-20 oharboeduane ellis: fix warning
2008-08-06 ntfreak- fix target_examine declaration
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-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-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-28 drath- merged XScale branch back into trunk
2006-10-12 drath- allow FT2232 devices to be opened by serial number...
2006-08-17 drath- renamed jtag_interface_t.support_statemove to jtag_in...
2006-08-01 drath- allow building for MinGW using either -mno-cygwin...
2006-07-17 drath- Added support for native MinGW builds (thanks to...
2006-06-02 drath- prepare OpenOCD for branching, created ./trunk/