aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-02-07drivers/imx_gpio: fix polarity of srst and trstAntonio Borneo1-2/+2
2019-02-07jtag: drivers: provide initial support for usb path filteringOleksij Rempel4-1/+137
2019-01-23jtag: cmsis-dap: use macro SWJ_PIN_SRST in place of magic valueAntonio Borneo1-1/+1
2019-01-14drivers/sysfsgpio: fix usage messagesAntonio Borneo1-2/+10
2019-01-08stlink_usb: Submit multiple USB URBs at once to improve performanceAustin Phillips1-2/+201
2019-01-08libusb: add debug message on adapter not found due to wrong serialAntonio Borneo2-0/+14
2019-01-08jtag/drivers/usb_common: return oocd error valuesAntonio Borneo1-4/+7
2019-01-08libusb0: return oocd error valuesAntonio Borneo1-3/+3
2019-01-08drivers: xds110: Add support for XDS110 stand-alone probeEdward Fewell1-1/+84
2018-12-11libusb0: add compatibility define for transfer type bulkAntonio Borneo1-0/+1
2018-12-11jtag: sysfsgpio: clean up swd gpiosReto Schneider1-0/+2
2018-12-11jtag: cmsis-dap: developer tool - enter a command by hex nuberTomas Vanek1-0/+31
2018-12-06stlink: add support for STLINK-V3Antonio Borneo1-24/+201
2018-12-06stlink: fix printed version for new STM8 nucleo boardAntonio Borneo1-4/+11
2018-12-06stlink: dump version in the same format of ST firmware upgrade toolAntonio Borneo1-12/+41
2018-12-06stlink: add STLINK_F_HAS_GETLASTRWSTATUS2Antonio Borneo1-2/+15
2018-12-06stlink: remove reset pulse when entering in JTAGAntonio Borneo1-5/+5
2018-12-06stlink: simplify api version handlingAntonio Borneo1-33/+23
2018-12-06stlink: add STLINK_F_HAS_MEM_16BITAntonio Borneo1-10/+9
2018-12-06stlink: add STLINK_F_HAS_JTAG_SET_FREQAntonio Borneo1-6/+9
2018-12-06stlink: add STLINK_F_HAS_SWD_SET_FREQAntonio Borneo1-6/+9
2018-12-06stlink: add STLINK_F_HAS_TARGET_VOLTAntonio Borneo1-2/+4
2018-12-06stlink: add STLINK_F_HAS_TRACEAntonio Borneo1-7/+10
2018-12-06stlink: simplify maintenance of version and featuresAntonio Borneo1-6/+28
2018-12-06stlink: check for SWD supportAntonio Borneo1-0/+3
2018-12-06stlink: add support for 16 bit memory read/writeLaurent LEMELE1-20/+121
2018-12-06stlink: add JTAG speed selectionLaurent LEMELE1-40/+144
2018-12-06stlink: add usb pid for v2.1 without mass storage deviceAntonio Borneo1-0/+2
2018-12-06jtag: drivers: ft232r: unhardcodedEMARD1-32/+293
2018-11-26Set TCP_NODELAY for local connections to jtag_vpi.Darius Rad1-0/+13
2018-11-10jtag/bitq: array boundary overflowxuguangxiao1-1/+1
2018-10-28drivers/cmsis-dap: speed up sending multiple HID requestsTomas Vanek1-43/+153
2018-10-16ftdi: demote unhelpful debug messagesSteven Stallion1-2/+2
2018-10-16jtag: make cmd_queue_scan_field_clone publicSteven Stallion1-14/+2
2018-10-09drivers: cmsis-dap: fix connection in JTAG modeAntonio Borneo1-3/+1
2018-09-10ftdi: extend ftdi_location formatOleksij Rempel1-2/+2
2018-09-07libusb: return oocd error valuesOleksij Rempel1-3/+3
2018-07-25drivers: cmsis-dap: print serial if availableKarl Palsson1-0/+18
2018-07-24usb_blaster: Don't unnecessarily go through DR-/IR-PauseDaniel Glöckner1-22/+19
2018-07-23drivers: cmsis_dap_usb: implement cmd JTAG_TMSAntonio Borneo1-0/+9
2018-07-23Avoid dereferencing NULL pointer.Darius Rad1-8/+5
2018-07-19target/armv7m_trace: Use prefix for enumsMarc Schink2-2/+3
2018-07-19target/armv7m_trace: Fix typo in enumMarc Schink2-2/+2
2018-07-18drivers: cmsis-dap: Print version info when availableKarl Palsson1-4/+4
2018-07-18drivers: cmsis-dap: pull up common connect codeKarl Palsson1-21/+8
2018-07-03jtag/drivers/cmsis-dap: fix connect in cmsis_dap_swd_switch_seq()Antonio Borneo1-2/+1
2018-06-06drivers: xds110: Remove unnecessary and deprecated libusb function.Edward Fewell1-6/+2
2018-06-05Fix libusb-1.0.22 deprecated libusb_set_debug with libusb_set_optionKhem Raj1-1/+4
2018-05-31jtag: drivers: sysfsgpio: lift upper gpio number limitPaul Fertser1-4/+4
2018-05-31jtag/drivers: Add support for TI XDS110 debug probeEdward Fewell2-1/+1977