use ARRAY_SIZE macro
[fw/openocd] / src / jtag /
2009-11-25 Zachary T Welchuse ARRAY_SIZE macro
2009-11-25 Zachary T Welchimprove command handling examples
2009-11-25 Zachary T Welchadd jim_handler to command_registration
2009-11-25 Zachary T Welchremove register_callbacks from jtag interface
2009-11-25 Zachary T Welchvsllink: use register_commands()
2009-11-25 Zachary T Welchjtag: use register_commands()
2009-11-25 Zachary T Welchpresto: use register_commands()
2009-11-25 Zachary T Welchparport: use register_commands()
2009-11-25 Zachary T Welchjlink: use register_commands()
2009-11-25 Zachary T Welchgw16012: use register_commands()
2009-11-25 Zachary T Welchft2232: use register_commands()
2009-11-25 Zachary T Welchat91rm9200: use register_commands()
2009-11-25 Zachary T Welcharm-jtag-ew: use register_commands()
2009-11-25 Zachary T Welchamt_jtagaccel: use register_commands()
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-25 Zachary T Welchimprove startup tcl scripts
2009-11-24 Zachary T Welchjlink: rewrite to use jtag_usb_open
2009-11-24 Zachary T Welchjlink: remove superfluous indentation
2009-11-24 Zachary T Welchrlink: use jtag_usb_open helper
2009-11-24 Zachary T Welchrlink: eliminate spurious indentation
2009-11-24 Zachary T Welchvsllink: rewrite to use jtag_usb_open
2009-11-24 Zachary T Welchusbprog: use jtag_usb_open
2009-11-24 Zachary T Welcharm-jtag-ew: use jtag_usb_open
2009-11-24 Zachary T Welchadd jtag/usb_common.[ch] files
2009-11-22 Øyvind Harboezy1000: fix breakage in command parsing code for power...
2009-11-21 Zachary T Welchjtag: remove useless forward declarations
2009-11-21 Zachary T Welchallow jtag interfaces to lack commands
2009-11-18 Zachary T Welchfix zy1000 command handler
2009-11-18 Zachary T Welchuse COMMAND_PARSE_ENABLE macro where appropriate
2009-11-18 Zachary T Welchuse COMMAND_PARSE_ON_OFF where appropriate
2009-11-18 Zachary T Welchsplit startup.tcl file across modules
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-17 Øyvind Harboejtag_registers: Avalon bridge flushing tweaks
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-17 Øyvind Harboezy1000: fix trivial syntax error introduced by latest...
2009-11-17 David BrownellJTAG: fix autoprobe failure.
2009-11-16 David BrownellJTAG: no LOG_WARNING() for taps without IDCODE
2009-11-16 Zachary T Welchmove ARRAY_SIZE macro to types.h
2009-11-16 Zachary T Welchremove TAP_SCAN_BYTES macro
2009-11-16 Zachary T Welchrename CEIL as DIV_ROUND_UP
2009-11-16 Zachary T Welchcleanup jtag minidrivers
2009-11-15 Zachary T Welcharm-jtag-ew,jlink: switch to COMMAND_HANDLER
2009-11-15 Zachary T Welchrlink: fix overzealous sed
2009-11-14 Ferdinand Postemacompile with cygwin (32-bit)
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 Welchremove rlink structure typedefs
2009-11-13 Zachary T Welchtarget_t -> struct target
2009-11-13 Zachary T Welchjtag_command_t -> struct jtag_command
2009-11-13 Zachary T Welchjtag_command_container_t -> union jtag_command_container
2009-11-13 Zachary T Welchsleep_command_t -> struct sleep_command
2009-11-13 Zachary T Welchend_state_command_t -> struct end_state_command
2009-11-13 Zachary T Welchreset_command_t -> struct reset_command
2009-11-13 Zachary T Welchstableclocks_command_t -> struct stableclocks_command
2009-11-13 Zachary T Welchruntest_command_t -> struct runtest_command
2009-11-13 Zachary T Welchpathmove_command_t -> struct pathmove_command
2009-11-13 Zachary T Welchstatemove_command_t -> struct statemove_command
2009-11-13 Zachary T Welchcmd_queue_page_t -> struct cmd_queue_page
2009-11-13 Zachary T Welchscan_command_t -> struct scan_command
2009-11-13 Zachary T Welchmore vsllink typedef cleanup
2009-11-13 Zachary T Welchvsllink_jtag_t -> struct vsllink
2009-11-13 Zachary T Welchpresto_t -> struct presto
2009-11-13 Zachary T Welchft2232_device_t -> struct ft2232_device
2009-11-13 Zachary T Welchjlink_jtag_t -> struct jlink
2009-11-13 Zachary T Welchcable_t -> struct cable
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 Welchuse struct jtag_tap_event_action
2009-11-13 Zachary T Welchjtag_event_callback_t -> struct jtag_event_callback
2009-11-13 Zachary T Welchjtag_interface_t -> struct jtag_interface
2009-11-13 Zachary T Welchbitbang_interface_t -> struct bitbang_interface
2009-11-13 Zachary T Welchbitq_interface_t -> struct biq_interface
2009-11-13 Zachary T Welchencapsulate bitq_state structure
2009-11-13 Zachary T Welchscan_field_t -> struct scan_field
2009-11-13 Zachary T Welchjtag_tap_t -> struct jtag_tap
2009-11-13 Zachary T Welchcommand_handler_t: make argc unsigned
2009-11-13 Zachary T Welchadd CMD_NAME macro for command handlers
2009-11-13 Zachary T Welchuse CALL_COMMAND_HANDLER instead of direct calls
2009-11-13 Zachary T Welchuse COMMAND_HELPER for command helper functions
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-11-12 Jonas Horbergparport: add support for the jtag_khz command.
2009-11-11 Zachary T Welchfix 'jtag interface' behavior
2009-11-10 Zachary T Welchjtag: remove useless declarations
2009-11-09 David Brownellfinish removing deprecated/obsolete commands
2009-11-09 Zachary T Welchsrc/jtag: remove 'extern' and wrap headers.
2009-11-07 Zachary T WelchFix vsllink bulk out endpoint parsing.
2009-11-06 Zachary T WelchImprove jtag command argument parsing.
2009-11-05 David Brownellft2232: cleanup
2009-11-05 Krzysztof KajsturaJTAG: support KT-LINK adapter
2009-11-02 Dimitar DimitrovFT2232: increase read retry counts
2009-10-27 Oleg SeiljusSignalyzer: H2 and H4 support
2009-10-27 David Brownellft2232: less noise with _DEBUG_JTAG_IO_
2009-10-27 David BrownellJTAG: "jtag newtap ..." cleanup
2009-10-26 David BrownellJTAG: simple autoprobing
2009-10-25 David BrownellJTAG: jtag_tap_init() bugfixes
2009-10-23 David Brownelljtag: clean up TAP state name handling
2009-10-23 David BrownellSVF: clean up, mostly for TAP state name handling
next