summaryrefslogtreecommitdiff
path: root/src/jtag/tcl.c
Commit message (Expand)AuthorAgeFilesLines
* jtag: add wait_srst_deassert commandØyvind Harboe2011-02-251-0/+51
* nit: more LOG_* \n fixesEric Wetzel2011-01-091-1/+1
* initial SWD transport (SWD infrastructure #2)David Brownell2010-12-241-1/+1
* jim tests: use installedØyvind Harboe2010-10-291-14/+19
* jtag: fix handling of 'tap enable' errorThomas Koeller2010-08-121-2/+2
* jtag: add jtag_flush_queue_sleep debug commandØyvind Harboe2010-08-021-0/+24
* command context: fix errors when running certain commands on startupØyvind Harboe2010-05-051-2/+2
* buildfixDavid Brownell2010-04-031-1/+2
* jtag/tcl.c cleanup -- split out "adapter.c"David Brownell2010-03-271-429/+5
* jtag: make out_value constØyvind Harboe2010-03-211-8/+9
* move "reset_config" out of JTAG command groupDavid Brownell2010-03-151-11/+11
* rename jtag_nsrst_assert_width as adapter_nsrst_assert_widthDavid Brownell2010-03-151-10/+10
* rename jtag_nsrst_delay as adapter_nsrst_delayDavid Brownell2010-03-151-9/+9
* rename jtag_khz as adapter_khzDavid Brownell2010-03-151-10/+11
* rename jtag_interface_{init,quit}()David Brownell2010-03-141-1/+1
* split "interface" commands from "jtag" onesDavid Brownell2010-03-111-5/+21
* jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe2010-03-081-1/+10
* jtag: retire tap fieldØyvind Harboe2010-03-081-5/+3
* commands: allow scan_chain command to be executed during configØyvind Harboe2010-01-181-1/+1
* target: return JIM_OK instead of ERROR_OKØyvind Harboe2010-01-111-1/+1
* jtag/tcl help/usage fixupsDavid Brownell2010-01-091-74/+115
* JTAG: shrink "scan_chain" outputDavid Brownell2009-12-161-8/+8
* jtag: add '-ignore-version' optionDavid Brownell2009-12-141-4/+24
* separate Jim from jtag/core.cZachary T Welch2009-12-041-0/+11
* allow 'jtag init' to be run in any modeZachary T Welch2009-12-041-1/+1
* jtag: factor init into 'jtag init'Zachary T Welch2009-12-021-0/+23
* jtag: avoid using interp global variableZachary T Welch2009-11-301-3/+5
* split jim_newtap_cmd into piecesZachary T Welch2009-11-281-70/+94
* improve jtag_tap_configureZachary T Welch2009-11-281-77/+88
* improve jtag_tap_handle_event indentationZachary T Welch2009-11-281-23/+30
* begin moving JTAG jim handlers/helpersZachary T Welch2009-11-281-227/+236
* split jim_jtag_command into multiple handlersZachary T Welch2009-11-281-180/+212
* use ARRAY_SIZE macroZachary T Welch2009-11-251-1/+1
* add jim_handler to command_registrationZachary T Welch2009-11-241-16/+27
* remove register_callbacks from jtag interfaceZachary T Welch2009-11-241-2/+3
* jtag: use register_commands()Zachary T Welch2009-11-241-67/+119
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-16/+16
* allow jtag interfaces to lack commandsZachary T Welch2009-11-211-2/+5
* use COMMAND_PARSE_ENABLE macro where appropriateZachary T Welch2009-11-181-12/+6
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-21/+21
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-47/+47
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-30/+30
* rename CEIL as DIV_ROUND_UPZachary T Welch2009-11-161-2/+2
* command_context_t -> struct command_contextZachary T Welch2009-11-131-2/+2
* use struct jtag_tap_event_actionZachary T Welch2009-11-131-2/+2
* jtag_interface_t -> struct jtag_interfaceZachary T Welch2009-11-131-1/+1
* scan_field_t -> struct scan_fieldZachary T Welch2009-11-131-4/+4
* jtag_tap_t -> struct jtag_tapZachary T Welch2009-11-131-12/+12
* add CMD_NAME macro for command handlersZachary T Welch2009-11-131-1/+1
* use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch2009-11-131-1/+1