aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/tcl.c
AgeCommit message (Expand)Author
2010-03-21jtag: make out_value constØyvind Harboe
2010-03-15move "reset_config" out of JTAG command groupDavid Brownell
2010-03-15rename jtag_nsrst_assert_width as adapter_nsrst_assert_widthDavid Brownell
2010-03-15rename jtag_nsrst_delay as adapter_nsrst_delayDavid Brownell
2010-03-15rename jtag_khz as adapter_khzDavid Brownell
2010-03-14rename jtag_interface_{init,quit}()David Brownell
2010-03-11split "interface" commands from "jtag" onesDavid Brownell
2010-03-08jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe
2010-03-08jtag: retire tap fieldØyvind Harboe
2010-01-18commands: allow scan_chain command to be executed during configØyvind Harboe
2010-01-11target: return JIM_OK instead of ERROR_OKØyvind Harboe
2010-01-09jtag/tcl help/usage fixupsDavid Brownell
2009-12-16JTAG: shrink "scan_chain" outputDavid Brownell
2009-12-14jtag: add '-ignore-version' optionDavid Brownell
2009-12-04separate Jim from jtag/core.cZachary T Welch
2009-12-04allow 'jtag init' to be run in any modeZachary T Welch
2009-12-02jtag: factor init into 'jtag init'Zachary T Welch
2009-11-30jtag: avoid using interp global variableZachary T Welch
2009-11-28split jim_newtap_cmd into piecesZachary T Welch
2009-11-28improve jtag_tap_configureZachary T Welch
2009-11-28improve jtag_tap_handle_event indentationZachary T Welch
2009-11-28begin moving JTAG jim handlers/helpersZachary T Welch
2009-11-28split jim_jtag_command into multiple handlersZachary T Welch
2009-11-25use ARRAY_SIZE macroZachary T Welch
2009-11-24add jim_handler to command_registrationZachary T Welch
2009-11-24remove register_callbacks from jtag interfaceZachary T Welch
2009-11-24jtag: use register_commands()Zachary T Welch
2009-11-24use COMMAND_REGISTER macroZachary T Welch
2009-11-21allow jtag interfaces to lack commandsZachary T Welch
2009-11-18use COMMAND_PARSE_ENABLE macro where appropriateZachary T Welch
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch
2009-11-16rename CEIL as DIV_ROUND_UPZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13use struct jtag_tap_event_actionZachary T Welch
2009-11-13jtag_interface_t -> struct jtag_interfaceZachary T Welch
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch
2009-11-13add CMD_NAME macro for command handlersZachary T Welch
2009-11-13use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch
2009-11-11fix 'jtag interface' behaviorZachary T Welch
2009-11-09jtag: remove useless declarationsZachary T Welch
2009-11-09finish removing deprecated/obsolete commandsDavid Brownell
2009-11-05Improve jtag command argument parsing.Zachary T Welch
2009-10-26JTAG: "jtag newtap ..." cleanupDavid Brownell
2009-10-23jtag: clean up TAP state name handlingDavid Brownell
2009-10-07Updates for "reset_config":dbrownell
2009-10-06Introduced jtag_init and "jtag arp_init" to allow target scripts more control...oharboe