aboutsummaryrefslogtreecommitdiff
path: root/src/helper
AgeCommit message (Expand)AuthorFilesLines
2024-05-30Merge up to 437dde701c13e707e5fd912ef6403e09052e4d9b from upstreamEvgeniy Naydanov2-2/+2
2024-05-26Fix build with clang even if it sets __GNUC__ to >= 4.4Bernhard Rosenkränzer2-2/+2
2024-03-28Merge up to a35e254c5383008cdacf7838a777f7f17af5eeb1 from upstreamEvgeniy Naydanov4-710/+240
2024-03-24helper/list: include the correct header fileAntonio Borneo2-2/+3
2024-03-24helper/list: Replace Linux code with FreeBSD oneAntonio Borneo1-709/+225
2024-03-16openocd: dump full command line in the debug logAntonio Borneo1-0/+4
2024-03-16helper/log: add LOG_CUSTOM_LEVEL() macroTomas Vanek1-0/+9
2024-02-15Merge up to efdd5e09b1108e3bd35898a684817c01dc95cd93 from upstreamEvgeniy Naydanov2-25/+72
2024-02-11jep106: update to revision JEP106BI January 2024Antonio Borneo1-4/+54
2024-02-11helper/log: report the file in `log_output` commandEvgeniy Naydanov1-21/+18
2024-01-29helper/command: pass command arguments also as Jim_ObjAntonio Borneo2-0/+7
2024-01-29helper/command: inline run_command() in exec_command()Antonio Borneo1-25/+18
2024-01-29helper/command: simplify exec_command()Antonio Borneo1-29/+9
2024-01-29helper/command: simplify script_command_args_alloc()Antonio Borneo1-7/+4
2024-01-29helper/command: drop unused variablesAntonio Borneo1-4/+2
2024-01-13helper/command: pass command arguments also as Jim_ObjAntonio Borneo2-0/+7
2024-01-13helper/command: inline run_command() in exec_command()Antonio Borneo1-25/+18
2024-01-13helper/command: simplify exec_command()Antonio Borneo1-29/+9
2024-01-13helper/command: simplify script_command_args_alloc()Antonio Borneo1-7/+4
2024-01-13helper/command: drop unused variablesAntonio Borneo1-4/+2
2024-01-10Merge commit 'adcc8ef87bc1ed47c95f1f2d23072b2b916e1555' into en-sc/from_upstreamEvgeniy Naydanov1-1/+1
2023-12-24helper/bin2char: drop trailing empty lineAntonio Borneo1-1/+1
2023-12-22Merge commit '16e9b9c44fa62ea6eec99d1fb7bc43a8f1cc2f7e' into from_upstreamTim Newsome2-3/+3
2023-12-16helper: nvp: minor fixesAntonio Borneo2-3/+3
2023-12-05Merge commit 'a9080087d82688043ca216d50926228d09631297' into from_upstreamTim Newsome1-4/+51
2023-12-05Merge commit 'eba5d211937d1ebcb3669810ff63ad1083600b67' into from_upstreamTim Newsome1-12/+14
2023-11-11jep106: update to revision JEP106BH September 2023Antonio Borneo1-4/+51
2023-11-06Merge commit '05ee88915520d1dd82da94a016a9374a1f3a8129' into from_upstreamTim Newsome1-3/+58
2023-10-27Merge commit '9f23a1d7c1e27c556ef9787b9d3f263f5c1ecf24' into from_upstreamTim Newsome4-29/+31
2023-10-23Merge commit 'e17fe4db0f256ee4fb97dcfd6b9f7f55c966b190' into from_upstreamTim Newsome4-8/+9
2023-10-16Merge commit '0384fe5d596f42388f8b84d42959d899f29388ab' into from_upstreamTim Newsome4-271/+79
2023-10-14command: Prepend logs during command captureMarek Vrbka1-12/+14
2023-09-12Merge commit 'ee31f1578a333a75737bc5b183cd4ae98cdaf798' into from_upstreamTim Newsome6-6/+221
2023-08-29Merge commit 'dfbbfac4d72e247e8094a49c8573b2f49689b6d5' into from_upstreamTim Newsome3-0/+89
2023-06-10jep106: update to revision JEP106BG May 2023Antonio Borneo1-3/+58
2023-05-18server: gdb: export gdb_actual_connections through a functionAntonio Borneo1-3/+2
2023-05-18helper: types: rework h_u32_to_le() and similar for sparseAntonio Borneo1-18/+18
2023-05-18helper: replacements: rework including replacements.hAntonio Borneo2-8/+11
2023-05-05helper: with pointers, use NULL instead of 0Antonio Borneo3-8/+8
2023-05-05helper: util: include util.hAntonio Borneo1-0/+1
2023-05-04Merge commit '228fe7300c7df7aa05ba2c0bc19edde6d0156401' into from_upstreamTim Newsome3-24/+93
2023-04-07helper/compiler fix build with gcc on MacOSAntonio Borneo1-2/+4
2023-04-07helper/list: re-align with Linux kernel 6.3-rc1Antonio Borneo1-8/+58
2023-04-07helper/list: remove unused hlist_*Antonio Borneo1-238/+1
2023-03-25helper: util: rewrite command 'ms' as COMMAND_HANDLERAntonio Borneo1-13/+6
2023-03-25helper: command: rewrite command 'ocd_find' as COMMAND_HANDLERAntonio Borneo1-10/+10
2023-03-25helper/compiler: fix build on MacOSAntonio Borneo1-0/+8
2023-03-18openocd: drop JIM_EMBEDDED macroAntonio Borneo1-3/+0
2023-03-18helper: add compiler.h to handle compiler specific workaroundsAntonio Borneo3-3/+50
2023-03-16Merge commit '1293ddd65713d6551775b67169387622ada477c1' into from_upstreamTim Newsome30-515/+178