aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/tcl.c
AgeCommit message (Expand)Author
2020-02-09jtag: Fix copy-paste error in 'irscan' helpMarek Vasut
2020-01-02jtag: replace command "jtag_reset" with "adapter [de]assert"Antonio Borneo
2019-06-13jtag: fix error on TCL command "return" in jtag event handlerAntonio Borneo
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo
2019-04-10jtag: tcl: Add cget -idcodeLeonard Crestez
2019-02-07command: fix the mode for command "jtag configure"Antonio Borneo
2018-03-20transport: add transport_is_hla()Tomas Vanek
2016-07-19Fix usage of timeval_ms()Andreas Färber
2016-05-24Remove FSF address from GPL noticesMarc Schink
2016-02-29jim-nvp: Make Jim_GetOpt_String const-correctAndreas Fritiofson
2015-04-14jtag/tcl: fix incorrect memcpy in jim_newtap_expected_idPaul Fertser
2015-03-25drivers/cmsis-dap: port to common SWD frameworkPaul Fertser
2014-08-22jtag: always configure enabled tap parameter appropriatelyPaul Fertser
2014-08-11newdap: Ignore -irlen/-irmask/etc newdap params on SWD or CMSIS-DAPAngus Gratton
2014-02-24tcl/drscan: handle invalid syntax with a conditional, not assertPaul Fertser
2014-01-09cmsis-dap: add initial cmsis-dap supportSpencer Oliver
2013-10-31Clean up const usage to avoid excessive castingAndreas Fritiofson
2013-10-07jtag/tcl: Avoid casting away constAndreas Fritiofson
2013-10-07jtag/tcl: Remove no-op freeAndreas Fritiofson
2013-10-07jtag/tcl: Fix double free in jtag newtap argument parsingAndreas Fritiofson
2013-07-01Add support for 64 bit parameter to irscanEvan Hunter
2013-06-05update files to correct FSF addressSpencer Oliver
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