aboutsummaryrefslogtreecommitdiff
path: root/src/helper
AgeCommit message (Expand)AuthorFilesLines
2021-06-04helper/jim-nvp: comply with coding style [1/2]Antonio Borneo2-110/+250
2021-05-29help: fix line size in 'usage' outputAntonio Borneo1-7/+6
2021-05-22helper/command: silent debug msg on command register/unregisterAntonio Borneo1-2/+4
2021-05-22openocd: fix some minor typoAntonio Borneo1-1/+1
2021-05-15jimtcl: restrict memory leak workaround on Linux onlyAntonio Borneo1-2/+3
2021-05-08Add IPDBG JtagHost functionality to OpenOCDDaniel Anselmi1-0/+42
2021-05-01Cleanup of config/includes.Tim Newsome11-9/+21
2021-05-01helper/command: drop the TCL variable 'ocd_HOSTOS'Antonio Borneo1-34/+0
2021-05-01helper/command: fix memory leak on malloc() failAntonio Borneo1-5/+9
2021-05-01helper/jim-nvp: remove unused function Jim_nvpInit()Antonio Borneo1-6/+0
2021-05-01helper/types: remove type '_Bool'Antonio Borneo1-7/+1
2021-05-01helper/replacements: remove unused typedef'sAntonio Borneo1-2/+0
2021-05-01target/image: allow loading of 64-bit ELF filesFlorian Meister1-1/+41
2021-05-01helper/command: fix build with jimtcl 0.79 or olderAntonio Borneo1-0/+4
2021-04-18helper/command: rename s/command_unknown/jim_command_dispatch/Antonio Borneo1-5/+5
2021-04-18helper/command: make script_debug() staticAntonio Borneo2-3/+1
2021-04-18helper/command: get rid of the tree of struct commandAntonio Borneo2-191/+71
2021-04-18helper/command: unregister commands through their full-nameAntonio Borneo2-5/+97
2021-04-18helper/command: simplify jim_command_mode()Antonio Borneo1-25/+22
2021-04-18helper/command: simplify run_command()Antonio Borneo1-10/+3
2021-04-18helper/command: register full-name commands in jimAntonio Borneo1-82/+29
2021-04-18help: re-implement 'help' independent from tree of struct commandAntonio Borneo2-104/+149
2021-04-18command mode: return "any" for tcl procAntonio Borneo1-0/+18
2021-04-18helper/command: pass command prefix to command registrationAntonio Borneo2-21/+24
2021-04-18helper/command: override target only on target prefixed cmdsAntonio Borneo2-30/+63
2021-04-18helper/command: use one single handler for all the commandsAntonio Borneo1-71/+49
2021-04-18helper/command: always pass struct command as jim private dataAntonio Borneo2-5/+12
2021-04-05jimtcl: add temporary workaround for memory leak in jimtcl 0.80Antonio Borneo1-0/+34
2021-03-19ioutil: drop the code, deprecated in v0.10.0Antonio Borneo4-594/+0
2021-03-19openocd: remove command line flag -p/--pipe deprecated in v0.5.0Antonio Borneo1-9/+1
2021-01-18configure: drop macro 'AC_HEADER_TIME'Antonio Borneo2-20/+7
2021-01-13openocd: fix incorrect doxygen commentsAntonio Borneo2-114/+114
2020-12-05jep106: Add new IDs from JEDECBoran Car1-243/+503
2020-11-15helper/command: disable logging of registered commands [RFC]Tomas Vanek1-0/+2
2020-11-04helper/command: fix clang static analyzer warningTomas Vanek1-28/+18
2020-10-14Upstream tons of RISC-V changes.Tim Newsome1-0/+1
2020-10-03Update user dir config file search pathAndreas Fritiofson1-22/+58
2020-09-05openocd: avoid checking for non NULL pointer to free itAntonio Borneo1-2/+1
2020-09-05helper: fix minor typosAntonio Borneo7-13/+13
2020-09-05Fix debug prints when loading to flashSamuel Obuch2-34/+9
2020-08-16log: handle LOG_*() before calling to log_init()Antonio Borneo1-4/+9
2020-06-06log: fix kept_alive() and report expired timeoutAntonio Borneo1-17/+39
2020-05-24helper/command: remove unused functions and make static local onesAntonio Borneo2-49/+8
2020-05-24helper/command: fix check on value returned by jim APIAntonio Borneo1-2/+2
2020-05-24helper/command: strip replicated command name in logAntonio Borneo2-8/+5
2020-05-09coding style: prototype of functions with no parametersAntonio Borneo1-2/+2
2020-05-09coding style: add missing space when split stringsAntonio Borneo1-3/+3
2020-05-09helper/ioutil: silence gcc-8 on strncpyAntonio Borneo1-1/+1
2020-05-09helper/command: register all commands through register_commands()Antonio Borneo1-3/+15
2020-05-02coding style: src: remove empty lines at end of text filesAntonio Borneo1-1/+0