aboutsummaryrefslogtreecommitdiff
path: root/src/jtag
AgeCommit message (Expand)AuthorFilesLines
2019-04-03Merge branch 'master' into from_upstreamTim Newsome3-103/+110
2019-03-26stlink: Set speed before entering JTAG/SWD modeFrans-Willem Hardijzer1-22/+26
2019-03-08drivers/stlink_usb: use command STLINK_DEBUG_APIV2_READ_IDCODESAntonio Borneo1-5/+13
2019-03-08drivers/stlink_usb: check error code returned by st-linkAntonio Borneo1-36/+46
2019-03-08drivers/stlink_usb: fix stlink_usb_read_regs() for API v2Antonio Borneo1-9/+10
2019-03-07stlink: handle error GET_IDCODEAntonio Borneo1-0/+4
2019-03-07stlink: handle error bad-APAntonio Borneo1-0/+5
2019-03-06stlink: remove unused assignmentAntonio Borneo1-1/+1
2019-03-05src/jtag/drivers/ftdi: fix swd pin comment and linksDiego Herranz1-4/+4
2019-02-25jtag: drivers: cmsis-dap: correct vendor request codePaul Fertser1-2/+2
2019-02-19ftdi: use "adapter usb location" instead of ftdi_location commandOleksij Rempel1-27/+2
2019-02-11Style fix.Tim Newsome1-2/+1
2019-02-08Merge branch 'master' into from_upstreamTim Newsome21-204/+1549
2019-02-07jlink: Use correct SWD buffer sizeMarc Schink1-1/+1
2019-02-07drivers/bitbang: remove unused extern declaration of jtag_interfaceAntonio Borneo1-3/+0
2019-02-07command: fix the mode for command "jtag configure"Antonio Borneo2-2/+2
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 Rempel5-1/+185
2019-01-23jtag: cmsis-dap: use macro SWJ_PIN_SRST in place of magic valueAntonio Borneo1-1/+1
2019-01-23arm_adi_v5: fix and update sequences to spec IHI 0031EAntonio Borneo1-16/+110
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 Borneo2-4/+2
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-19From upstream (#331)Tim Newsome9-71/+179
2018-11-10jtag/bitq: array boundary overflowxuguangxiao1-1/+1
2018-11-05Remove unused extern declaration. (#324)Greg Savin1-3/+0