use COMMAND_REGISTER macro
[fw/openocd] / src / jtag / zy1000 / zy1000.c
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-22 Øyvind Harboezy1000: fix breakage in command parsing code for power...
2009-11-18 Zachary T Welchfix zy1000 command handler
2009-11-18 Zachary T Welchuse COMMAND_PARSE_ON_OFF where appropriate
2009-11-17 Øyvind Harboezy1000: add version command to print FPGA version and...
2009-11-17 Øyvind Harboezy1000: fix bug when running on non-arm CPU
2009-11-16 Zachary T Welchcleanup jtag minidrivers
2009-11-13 Zachary T Welchcommand_t -> struct command
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchjtag_interface_t -> struct jtag_interface
2009-11-13 Zachary T Welchscan_field_t -> struct scan_field
2009-11-13 Zachary T Welchjtag_tap_t -> struct jtag_tap
2009-10-20 Øyvind HarboeRemoved unused interface_jtag_set_end_state and wrote...
2009-10-20 Øyvind HarboeMore svn to git version string fixes.
2009-10-19 oyvindSwitch from svn to git version string handling.
2009-10-07 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-10-07 oharboe1.55 snapshot
2009-09-18 oharboeremove unused externs
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-07-14 oharboe1.54 snapshot
2009-07-06 oharboerevert svn 1679 - fixes cp15 read/write timeout. Single...
2009-07-02 oharboezy1000 1.53 snapshot
2009-06-26 oharboezy1000 rev C work
2009-06-23 zwelch- Fixes '[<>]' whitespace
2009-06-23 zwelch- Fixes '[|]' whitespace
2009-06-23 zwelch- Fixes '+' whitespace
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-23 zwelch- Fixes '==' whitespace
2009-06-23 zwelch- Fixes '<<' whitespace
2009-06-23 zwelch- Fixes '>>' whitespace
2009-06-23 zwelch- Fixes '&&' whitespace
2009-06-23 zwelch- Fixes '[+]=' whitespace
2009-06-23 zwelch- Fixes '!=' whitespace
2009-06-23 zwelch- Replace 'for(' with 'for ('.
2009-06-23 zwelch- Replace 'if(' with 'if ('.
2009-06-18 oharboeless warnings
2009-06-18 zwelchFinish transforming 'u32' to 'uint32_t'.
2009-06-18 zwelchTransform 'u8' to 'uint8_t'
2009-06-17 oharboedummy driver now works under eCos
2009-06-09 zwelchEncapsulate jtag_reset_config using accessors:
2009-06-09 zwelchAdd get and set accessors for jtag_speed:
2009-06-08 oharboeupdate zy1000 to latest minidriver work