aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/tcl.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-27jtag: rewrite jim_jtag_tap_enabler() as COMMAND_HANDLERAntonio Borneo1-31/+25
2023-05-27jtag: rewrite commands 'jtag newtap' and 'swd newdap' as COMMAND_HANDLERAntonio Borneo1-181/+132
2023-05-13jtag: tcl: show error message when attempting manual "drscan" on a bypassed tapPaul Fertser1-0/+5
2023-05-13jtag: tcl: change drscan usage to show at least one value is requiredPaul Fertser1-1/+1
2023-05-13jtag: rewrite command 'pathmove' as COMMAND_HANDLERAntonio Borneo1-23/+20
2023-05-13jtag: rewrite command 'drscan' as COMMAND_HANDLERAntonio Borneo1-114/+65
2023-03-25jtag: rewrite command 'flush_count' as COMMAND_HANDLERAntonio Borneo1-5/+9
2023-03-25jtag: rewrite command 'jtag arp_init-reset' as COMMAND_HANDLERAntonio Borneo1-20/+12
2023-03-25jtag: rewrite command 'jtag arp_init' as COMMAND_HANDLERAntonio Borneo1-16/+7
2023-03-25jtag: rewrite command 'jtag names' as COMMAND_HANDLERAntonio Borneo1-17/+9
2023-01-15jtag: parse command options in 'swd newdap'Antonio Borneo1-8/+1
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-07-23openocd: src/jtag: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
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