aboutsummaryrefslogtreecommitdiff
path: root/src/helper
AgeCommit message (Expand)AuthorFilesLines
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo12-12/+12
2022-09-13openocd: fix for polling during "expr" computationAntonio Borneo1-1/+13
2022-09-13log: remove unused set_log_output()Antonio Borneo2-7/+0
2022-09-08jep106: update to revision JEP106BE Jan 2022Antonio Borneo1-3/+91
2022-09-08jep106: add SPDX tag and JEDEC copyrightAntonio Borneo1-4/+10
2022-08-15target: add API to temporarily mask target pollingAntonio Borneo1-4/+2
2022-07-23helper/jim-nvp: avoid camelcase error by deprecated APIAntonio Borneo1-140/+0
2022-07-23openocd: src: replace SPDX to remaining filesAntonio Borneo2-0/+3
2022-07-23openocd: src/helper: replace the GPL-2.0-or-later license tagAntonio Borneo23-299/+46
2022-07-23openocd: src: replace the BSD-2-Clause-Views license tagAntonio Borneo2-56/+6
2022-07-23openocd: build: add SPDX tagAntonio Borneo2-0/+4
2022-06-24helper: fix build with mingw gcc 12.1.0Antonio Borneo1-2/+4
2022-05-14openocd: add post-init and pre-shutdown helpersAntonio Borneo1-0/+22
2022-03-26helper/bits: add BIT_ULL and GENMASK macrosAntonio Borneo1-0/+4
2022-03-26openocd: include config.h in every file .cAntonio Borneo1-0/+4
2022-03-19keep-alive: drop link with log frameworkAntonio Borneo1-20/+16
2022-03-19log: drop global current_timeAntonio Borneo1-4/+2
2022-02-14helper/list: add list_for_each_entry_direction()Antonio Borneo1-0/+14
2022-01-22log: fix memory leak when log to file is enabledAntonio Borneo2-0/+10
2021-12-18openocd: add keep_alive during command sleepAntonio Borneo1-0/+1
2021-11-13helper/log: Add macros for target-related errors/warnings/...Jan Matyas1-0/+17
2021-11-07jimtcl: revert temporary workaround for memory leak in jimtcl 0.80Antonio Borneo1-35/+0
2021-10-25command: document enum command_modeAntonio Borneo1-0/+9
2021-10-02helper: Remove src/helper from include dirsYasushi SHOJI2-2/+2
2021-09-18helper/command: fix echo return valuesTarek BOCHKATI1-5/+7
2021-09-18jep106.inc: Update to revision JEP106BCFlorian Zaruba1-8/+206
2021-08-30Makefile: drop warning suppression on win buildAntonio Borneo1-6/+0
2021-08-30helper: remove fix for libusb pre-v1.0.9Antonio Borneo3-48/+0
2021-08-22jep106: use packed jedec manufacturer codeAntonio Borneo2-2/+7
2021-08-22command: log the command only when it is executedAntonio Borneo1-2/+2
2021-08-14helper: add align.hAntonio Borneo2-0/+31
2021-07-24openocd: fix Yoda conditions with checkpatchAntonio Borneo4-5/+5
2021-07-24openocd: manually remove NULL comparisonsAntonio Borneo2-4/+4
2021-07-24openocd: remove NULL comparisons with checkpatch [2/2]Antonio Borneo1-1/+1
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo3-6/+6
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo6-43/+43
2021-07-20openocd: manually fix Yoda conditionsAntonio Borneo2-3/+3
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo3-9/+9
2021-07-02helper: rename camelcase symbolsAntonio Borneo3-9/+9
2021-06-18Doc fix: echo writes to the log, and not to stdoutR. Diez1-1/+0
2021-06-04Avoid non-standard conditionals with omitted operands.R. Diez1-2/+2
2021-06-04gdb_server: Log both incoming and outgoing GDB packetsJan Matyas2-0/+15
2021-06-04helper/list.h: add mention to the example in contribAntonio Borneo1-0/+2
2021-06-04helper/list.h: align file to Linux v5.12Antonio Borneo1-137/+431
2021-06-04server/telnet: fix autocomplete for jimtcl commandsAntonio Borneo2-4/+15
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