aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/tcl.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-22jtag: Add an option to ignore the bypass bitAdrien Grassein1-0/+6
2021-11-13jtag: align adapter speed code to new structureAntonio Borneo1-3/+3
2021-11-13jtag: move prototype of adapter init/quit and speed to adapter.hAntonio Borneo1-0/+1
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-1/+1
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-7/+7
2021-07-20openocd: manually fix Yoda conditionsAntonio Borneo1-1/+1
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-5/+5
2021-07-02jtag: rename CamelCase symbolsAntonio Borneo1-50/+50
2021-06-04helper/jim-nvp: comply with coding style [2/2]Antonio Borneo1-36/+36
2021-05-29help text: remove trailing spaceAntonio Borneo1-2/+2
2021-05-01jtag: simplify the calls to Jim_SetResultFormatted()Antonio Borneo1-8/+4
2021-04-18helper/command: make script_debug() staticAntonio Borneo1-6/+0
2021-04-18helper/command: register full-name commands in jimAntonio Borneo1-2/+4
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