aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/tcl.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-04jtag/tcl: fix memory leak in error returnTomas Vanek1-0/+5
2020-09-05jtag: avoid checking for non NULL pointer to free itAntonio Borneo1-4/+2
2020-09-05Fix debug prints when loading to flashSamuel Obuch1-1/+1
2020-07-08jtag/tcl: fix a double free of jim objectMikhail Rasputin1-2/+4
2020-06-06jtag/tcl: fix memory leak in command 'irscan'Antonio Borneo1-4/+9
2020-05-24helper/command: strip replicated command name in logAntonio Borneo1-3/+3
2020-05-09coding style: add parenthesis around the argument of sizeofAntonio Borneo1-2/+2
2020-03-07helper/binarybuffer: fix clang static analyzer warningsTomas Vanek1-1/+1
2020-02-09jtag: Fix copy-paste error in 'irscan' helpMarek Vasut1-1/+1
2020-01-02jtag: replace command "jtag_reset" with "adapter [de]assert"Antonio Borneo1-36/+0
2019-06-13jtag: fix error on TCL command "return" in jtag event handlerAntonio Borneo1-1/+6
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-12/+12
2019-04-10jtag: tcl: Add cget -idcodeLeonard Crestez1-2/+19
2019-02-07command: fix the mode for command "jtag configure"Antonio Borneo1-1/+1
2018-03-20transport: add transport_is_hla()Tomas Vanek1-0/+1
2016-07-19Fix usage of timeval_ms()Andreas Färber1-1/+1
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-02-29jim-nvp: Make Jim_GetOpt_String const-correctAndreas Fritiofson1-4/+6
2015-04-14jtag/tcl: fix incorrect memcpy in jim_newtap_expected_idPaul Fertser1-10/+5
2015-03-25drivers/cmsis-dap: port to common SWD frameworkPaul Fertser1-2/+1
2014-08-22jtag: always configure enabled tap parameter appropriatelyPaul Fertser1-0/+1
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