aboutsummaryrefslogtreecommitdiff
path: root/src/helper
AgeCommit message (Expand)AuthorFilesLines
2023-03-06helper: Add missing entry to jep106.inc.Tim Newsome1-0/+1
2023-02-28Merge commit 'd1b882f2c014258be5397067e45848fa5465b78b' into from_upstreamTim Newsome1-0/+22
2022-05-14openocd: add post-init and pre-shutdown helpersAntonio Borneo1-0/+22
2022-04-11Merge branch 'master' into from_upstreamTim Newsome3-24/+26
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-03-03From upstream (#684)Tim Newsome1-0/+14
2022-02-14helper/list: add list_for_each_entry_direction()Antonio Borneo1-0/+14
2022-01-28Merge branch 'master' into from_upstreamTim Newsome2-0/+10
2022-01-22log: fix memory leak when log to file is enabledAntonio Borneo2-0/+10
2021-12-28Merge branch 'master' into from_upstreamTim Newsome1-0/+1
2021-12-18openocd: add keep_alive during command sleepAntonio Borneo1-0/+1
2021-11-30Merge branch 'master' into from_upstreamTim Newsome2-35/+17
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-25Merge branch 'master' into from_upstreamTim Newsome1-0/+9
2021-10-25command: document enum command_modeAntonio Borneo1-0/+9
2021-10-05Merge branch 'master' into from_upstreamTim Newsome4-15/+215
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-31Fix build.Tim Newsome1-2/+2
2021-08-30Merge branch 'master' into from_upstreamTim Newsome16-136/+118
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-30Merge branch 'master' into from_upstreamTim Newsome1-1/+0
2021-06-18Doc fix: echo writes to the log, and not to stdoutR. Diez1-1/+0
2021-06-11From upstream (#620)Tim Newsome8-265/+771
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