aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-02-11jtag/drivers: OpenJTAG standard variant perf improvementN S1-1/+12
2024-02-11jtag: fix jtag configure command containing eventsAntonio Borneo1-1/+1
2024-02-11helper/log: report the file in `log_output` commandEvgeniy Naydanov1-21/+18
2024-02-11jtag/mpsse: mpsse_flush should not treat LIBUSB_ERROR_INTERRUPTED as an errorParshintsev Anatoly1-14/+9
2024-02-11jtag/drivers: Add vid_pid command to OpenJTAGN S1-0/+18
2024-02-11target/cortex_m: fix couple of commentsTomas Vanek1-8/+6
2024-02-11target/cortex_m: drop useless target_halt() callTomas Vanek1-27/+4
2024-02-11target/cortex_m: prevent asserting reset if examine is deferredTomas Vanek1-1/+2
2024-02-08jtag/adapter: retype adapter_gpio_config.{gpio,chip}_numVincent Fazio5-30/+34
2024-02-04jtag/drivers/jlink: make jlink quiet polling target in -d 3Tomas Vanek1-2/+2
2024-01-28target/esirisc: free memory at OpenOCD exitAntonio Borneo1-0/+40
2024-01-28target: get_gdb_arch() accepts target via const pointerEvgeniy Naydanov13-15/+15
2024-01-28target: pass target to observers via const pointerEvgeniy Naydanov2-13/+13
2024-01-21jtag/vdebug: add support for DAP6Jacek Wuwer1-23/+64
2024-01-21jtag/vdebug: fix socket options on CYGWINJacek Wuwer1-1/+6
2024-01-21target/xtensa: update COMMAND_HELPER output to use command_print() APIIan Thompson1-48/+38
2024-01-21jtag/drivers: Correct ANGIE driver and GPIO Extender configurationAhmed BOUDJELIDA1-47/+46
2024-01-21jtag/drivers/cmsis_dap_usb_bulk: fix clang warningTomas Vanek1-1/+1
2024-01-13jtag: rewrite jim_jtag_configure() as COMMAND_HANDLERAntonio Borneo4-124/+82
2024-01-13contrib/firmware: Change USB interruption handling for JTAG/I2C communicationsAhmed BOUDJELIDA1-0/+0
2024-01-13jtag/drivers: Add GPIO extender configuration function to ANGIE driverAhmed BOUDJELIDA2-4/+114
2024-01-13jtag/drivers: give ANGIE a new PID after renumerationAhmed BOUDJELIDA2-6/+7
2024-01-13jtag/drivers: correct the angie_reset functionAhmed BOUDJELIDA1-5/+7
2024-01-13contrib/firmware: Add direction control for 'SCL' i2c signalAhmed BOUDJELIDA2-0/+0
2024-01-13jtag/drivers: send bitstream size to firmware via libusbAhmed BOUDJELIDA1-10/+14
2024-01-13target/mips32: fix false positive from clangAntonio Borneo1-8/+9
2024-01-13target/xtensa: enable xtensa algo supportianst3-4/+23
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-13target: drop deprecated code for mem2array and array2memAntonio Borneo2-441/+35
2024-01-13LICENSES: drop SPDX tag 'GPL-2.0' and use 'GPL-2.0-only'Antonio Borneo1-1/+1
2024-01-13target/arc: skip over breakpoints in arc_resume()Evgeniy Didin1-1/+58
2024-01-13target/arc: restore breakpoints in arc_resume()Evgeniy Didin1-0/+36
2024-01-13target/xtensa: extra debug info for "xtensa exe" failuresianst1-6/+12
2024-01-13cortex_m: add detection of MVE feature for Armv8.1-M coresTarek BOCHKATI2-19/+34
2024-01-13ipdbg: improve ipdbg-host speedDaniel Anselmi1-67/+209
2024-01-12jtag/drivers/cmsis_dap: use oocd_libusb_dev_mem_alloc() helperTomas Vanek1-23/+18
2024-01-12drivers/libusb_helper: introduce oocd_libusb_dev_mem_alloc() helperTomas Vanek2-0/+79
2024-01-06target/adiv5: probe MEM-AP supported transfer sizes including large dataTomas Vanek3-126/+268
2024-01-06target/arm_adi_v5: rework Nuvoton NPCX quirk workaround.Tomas Vanek1-15/+19
2024-01-06target/arm_adi_v5: simplify TI BE 32 quirk workaroundTomas Vanek1-51/+24
2024-01-06flash/nor/kinetis: add support for NXP S32K seriesDavid Vidrie Leon1-17/+243
2024-01-06doc: `address` is optional in `*_image` commandsEvgeniy Naydanov1-4/+4
2024-01-06target/mips32: optimize pracc accessWalter Ji5-39/+208
2024-01-06target/mips32: add mips ejtag commandWalter Ji3-2/+91
2024-01-06target/mips32: update coprocessor 0 commandWalter Ji2-40/+281
2024-01-06target/mips32: add cpu info detectionWalter Ji3-87/+424