aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/tcl.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-11newdap: Ignore -irlen/-irmask/etc newdap params on SWD or CMSIS-DAPAngus Gratton1-1/+8
2014-02-24tcl/drscan: handle invalid syntax with a conditional, not assertPaul Fertser1-1/+4
2014-01-09cmsis-dap: add initial cmsis-dap supportSpencer Oliver1-2/+0
2013-10-31Clean up const usage to avoid excessive castingAndreas Fritiofson1-5/+5
2013-10-07jtag/tcl: Avoid casting away constAndreas Fritiofson1-1/+1
2013-10-07jtag/tcl: Remove no-op freeAndreas Fritiofson1-6/+1
2013-10-07jtag/tcl: Fix double free in jtag newtap argument parsingAndreas Fritiofson1-1/+0
2013-07-01Add support for 64 bit parameter to irscanEvan Hunter1-3/+3
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-04-10topic: add reset functions for SWDSimon Qian1-1/+7
2012-02-26jtag: fix cmd scan_chain expected_ids bugSpencer Oliver1-1/+1
2012-02-06build: cleanup src/jtag directorySpencer Oliver1-263/+209
2012-01-18cmd: add missing usage varsSpencer Oliver1-0/+3
2012-01-03Make jim functions public accessible.Mathias K1-2/+3
2011-10-29clang: fix warning by adding assert that shows that a variable is usedØyvind Harboe1-0/+2
2011-10-23clang: fix malloc() warning with assertØyvind Harboe1-0/+1
2011-08-09fix tapenabler return codeRodrigo L. Rosa1-2/+6
2011-02-25jtag: add wait_srst_deassert commandØyvind Harboe1-0/+51
2011-01-09nit: more LOG_* \n fixesEric Wetzel1-1/+1
2010-12-24initial SWD transport (SWD infrastructure #2)David Brownell1-1/+1
2010-10-29jim tests: use installedØyvind Harboe1-14/+19
2010-08-12jtag: fix handling of 'tap enable' errorThomas Koeller1-2/+2
2010-08-02jtag: add jtag_flush_queue_sleep debug commandØyvind Harboe1-0/+24
2010-05-05command context: fix errors when running certain commands on startupØyvind Harboe1-2/+2
2010-04-03buildfixDavid Brownell1-1/+2
2010-03-27jtag/tcl.c cleanup -- split out "adapter.c"David Brownell1-429/+5
2010-03-21jtag: make out_value constØyvind Harboe1-8/+9
2010-03-15move "reset_config" out of JTAG command groupDavid Brownell1-11/+11
2010-03-15rename jtag_nsrst_assert_width as adapter_nsrst_assert_widthDavid Brownell1-10/+10
2010-03-15rename jtag_nsrst_delay as adapter_nsrst_delayDavid Brownell1-9/+9
2010-03-15rename jtag_khz as adapter_khzDavid Brownell1-10/+11
2010-03-14rename jtag_interface_{init,quit}()David Brownell1-1/+1
2010-03-11split "interface" commands from "jtag" onesDavid Brownell1-5/+21
2010-03-08jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe1-1/+10
2010-03-08jtag: retire tap fieldØyvind Harboe1-5/+3
2010-01-18commands: allow scan_chain command to be executed during configØyvind Harboe1-1/+1
2010-01-11target: return JIM_OK instead of ERROR_OKØyvind Harboe1-1/+1
2010-01-09jtag/tcl help/usage fixupsDavid Brownell1-74/+115
2009-12-16JTAG: shrink "scan_chain" outputDavid Brownell1-8/+8
2009-12-14jtag: add '-ignore-version' optionDavid Brownell1-4/+24
2009-12-04separate Jim from jtag/core.cZachary T Welch1-0/+11
2009-12-04allow 'jtag init' to be run in any modeZachary T Welch1-1/+1
2009-12-02jtag: factor init into 'jtag init'Zachary T Welch1-0/+23
2009-11-30jtag: avoid using interp global variableZachary T Welch1-3/+5
2009-11-28split jim_newtap_cmd into piecesZachary T Welch1-70/+94
2009-11-28improve jtag_tap_configureZachary T Welch1-77/+88
2009-11-28improve jtag_tap_handle_event indentationZachary T Welch1-23/+30
2009-11-28begin moving JTAG jim handlers/helpersZachary T Welch1-227/+236
2009-11-28split jim_jtag_command into multiple handlersZachary T Welch1-180/+212
2009-11-25use ARRAY_SIZE macroZachary T Welch1-1/+1