aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2023-12-30flash/nor/stm32f1x: Add support for Geehy APM32F0 seriesMarc Schink1-0/+1
2023-12-30target/cortex_m: Add Cortex-M85 partMarc Schink2-0/+7
2023-12-30bitbang: Add flush before sleepAleksey Shargalin3-0/+6
2023-12-30jtag: add -ir-bypass option to newtapHenrik Nordström6-1/+27
2023-12-30target/armv8: Add more support for decoding memory attributesPeter Collingbourne1-3/+76
2023-12-29target/adi_v5_swd: optimize sequences in swd_connect_multidrop()Tomas Vanek1-3/+30
2023-12-29target/arm_adi_v5,arm_dap: introduce pre_connect_init() dap operationTomas Vanek2-0/+12
2023-12-29target/arm_adi_v5: fix DP SELECT logicTomas Vanek4-101/+164
2023-12-24helper/bin2char: drop trailing empty lineAntonio Borneo1-1/+1
2023-12-24break from long loops on shutdown requestEvgeniy Naydanov3-1/+23
2023-12-16remote_bitbang: add use_remote_sleep option to send delays to remoteJeremy Herbert3-2/+61
2023-12-16jtag/core: Use 'bool' data type for 'bypass'Marc Schink3-5/+5
2023-12-16jtag: Rename 'hasidcode' to 'has_idcode'Marc Schink7-10/+10
2023-12-16helper: nvp: minor fixesAntonio Borneo2-3/+3
2023-12-16target: use bool for backup_working_areaAntonio Borneo2-5/+5
2023-12-15cmsis_dap_usb_hid: improve detection of probes with unusual report sizesSamuel Dewan1-6/+38