aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/tcl.c
AgeCommit message (Expand)Author
2012-04-10topic: add reset functions for SWDSimon Qian
2012-02-26jtag: fix cmd scan_chain expected_ids bugSpencer Oliver
2012-02-06build: cleanup src/jtag directorySpencer Oliver
2012-01-18cmd: add missing usage varsSpencer Oliver
2012-01-03Make jim functions public accessible.Mathias K
2011-10-29clang: fix warning by adding assert that shows that a variable is usedØyvind Harboe
2011-10-23clang: fix malloc() warning with assertØyvind Harboe
2011-08-09fix tapenabler return codeRodrigo L. Rosa
2011-02-25jtag: add wait_srst_deassert commandØyvind Harboe
2011-01-09nit: more LOG_* \n fixesEric Wetzel
2010-12-24initial SWD transport (SWD infrastructure #2)David Brownell
2010-10-29jim tests: use installedØyvind Harboe
2010-08-12jtag: fix handling of 'tap enable' errorThomas Koeller
2010-08-02jtag: add jtag_flush_queue_sleep debug commandØyvind Harboe
2010-05-05command context: fix errors when running certain commands on startupØyvind Harboe
2010-04-03buildfixDavid Brownell
2010-03-27jtag/tcl.c cleanup -- split out "adapter.c"David Brownell
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