aboutsummaryrefslogtreecommitdiff
path: root/src/jtag
AgeCommit message (Expand)AuthorFilesLines
2023-12-30bitbang: Add flush before sleepAleksey Shargalin3-0/+6
2023-12-30jtag: add -ir-bypass option to newtapHenrik Nordström4-1/+24
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 Schink3-5/+5
2023-12-15cmsis_dap_usb_hid: improve detection of probes with unusual report sizesSamuel Dewan1-6/+38
2023-12-06drivers/cmsis_dap: use quirk workarounds optionallyTomas Vanek2-5/+29
2023-12-06jtag/drivers/cmsis_dap: implement canceling of pending USB requestsTomas Vanek4-3/+35
2023-12-06jtag/drivers/cmsis_dap_bulk: use asynchronous libusb transferTomas Vanek4-63/+319
2023-12-03remote_bitbang: Add SWD supportManuel Wick1-1/+30
2023-11-18jtag/drivers/rshim: Remove redundant error messageMarc Schink1-3/+1
2023-11-18jtag/drivers/jtag_vpi: Remove redundant error messagesMarc Schink1-9/+3
2023-11-18jtag/drivers/ftdi: Use correct command errorMarc Schink1-1/+1
2023-11-18jtag/drivers/jlink: Use correct command errorsMarc Schink1-27/+24
2023-11-18jtag/drivers/kitprog: Restructure commandsMarc Schink2-7/+13
2023-11-18drivers/cmsis_dap: drop unused variableTomas Vanek1-1/+1
2023-11-18jtag/drivers/cmsis-dap: Return error in 'backend' commandMarc Schink1-2/+3
2023-11-18jtag/drivers/cmsis-dap: Restructure commandsMarc Schink2-19/+37
2023-10-25jtag/drivers: Extension of jtag_libusb_openEasyDevKits15-17/+29
2023-09-23jtag/drivers/bcm2835gpio: fix bcm2835_peri_base output formatVincent Fazio1-1/+1
2023-09-23target/arm_adi_v5,jtag/drivers: rename ADIv5 only definesTomas Vanek2-8/+8
2023-09-09jtag/drivers/am335xgpio: do not configure push-pull inputs as outputVincent Fazio1-1/+2
2023-08-29jtag/drivers/bcm2835gpio: do not configure push-pull inputs as outputBrandon Pupp1-1/+2
2023-08-26contrib/firmware: add new i2c bit-banging feature to angie's firmwareAhmed BOUDJELIDA2-0/+0
2023-08-26jtag/drivers: add new VIDs for angie driver - add a check for a returned valueAhmed BOUDJELIDA1-4/+8
2023-08-26stlink: increase stlink v2 max speed to 2.25 MbpsMarcin Niestroj1-1/+1
2023-08-26jtag/drivers: dmem: Add Emulated AP modeJason Peck1-6/+286
2023-08-26jtag/drivers: Add dmem driverNishanth Menon4-0/+349
2023-08-12jtag/drivers: Add new driver for ANGIE USB-JTAG AdapterAhmed BOUDJELIDA8-0/+2467
2023-08-12libusb_helper: split error and returned valueAntonio Borneo8-62/+85
2023-07-24jtag/drivers/xds110: Fix compiler warning.Tim Newsome1-10/+1
2023-07-08jtag/stlink: add STLINK-V3PWR supportLaurent LEMELE1-3/+42
2023-07-08pld: give devices a name for referencing in scriptsDaniel Anselmi1-0/+14
2023-06-02jtag/vdebug: using tap_stateJacek Wuwer1-5/+5
2023-06-02jtag/vdebug: fix endianness supportJacek Wuwer1-2/+2
2023-05-27jtag/adapter: Removed unused include of strings.hJan Matyas1-4/+0
2023-05-27jtag: rewrite jim_jtag_tap_enabler() as COMMAND_HANDLERAntonio Borneo3-35/+36
2023-05-27jtag: rewrite commands 'jtag newtap' and 'swd newdap' as COMMAND_HANDLERAntonio Borneo3-185/+149
2023-05-24jtag/drivers/bcm2835gpio: add peripheral_mem_dev config commandTomas Vanek1-8/+37
2023-05-24jtag/drivers/bcm2835gpio: extend peripheral_base to off_tTomas Vanek1-6/+10
2023-05-24jtag/drivers/bcm2835gpio: don't touch pad setting on /dev/gpiomemTomas Vanek1-11/+23
2023-05-18jtag: move declaration outside functionAntonio Borneo2-5/+3
2023-05-18jtag: move in interface.h the adapter_driver's declarationAntonio Borneo2-114/+40
2023-05-13jtag: tcl: show error message when attempting manual "drscan" on a bypassed tapPaul Fertser1-0/+5
2023-05-13jtag: tcl: change drscan usage to show at least one value is requiredPaul Fertser1-1/+1
2023-05-13jtag: rewrite command 'pathmove' as COMMAND_HANDLERAntonio Borneo1-23/+20
2023-05-13jtag: rewrite command 'drscan' as COMMAND_HANDLERAntonio Borneo1-114/+65
2023-05-13openocd: trivial replace of jim-nvp with new nvpAntonio Borneo1-4/+5
2023-05-06jtag: xds110: fix check on malloc() returned pointerAntonio Borneo1-1/+1
2023-05-05jtag: drivers: with pointers, use NULL instead of 0Antonio Borneo14-32/+40