aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers/stlink_usb.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-26jtag: fix minor typosAntonio Borneo1-3/+3
2020-06-14stlink: code factorization by introducing stlink_usb_exit_modeTarek BOCHKATI1-43/+24
2020-05-24stlink: fix open AP for v2j37 and v3j7Antonio Borneo1-4/+11
2020-05-24stlink: fix incorrectly returned error on v2j28Antonio Borneo1-1/+14
2020-05-24stlink: default dapdirect to SWD instead of JTAGAntonio Borneo1-1/+1
2020-05-24stlink: simplify handling of SWIMAntonio Borneo1-17/+8
2020-05-24stlink: simplify mem R/W with SWIMAntonio Borneo1-12/+36
2020-05-24swim: add new transportAntonio Borneo1-4/+35
2020-05-24swim: fix adapter speed handlingAntonio Borneo1-6/+10
2020-05-24stlink: reduce use of hla specific enum hl_transportsAntonio Borneo1-50/+52
2020-05-09coding style: avoid unnecessary line continuationsAntonio Borneo1-3/+3
2020-05-09coding style: remove useless break after a goto or returnAntonio Borneo1-1/+0
2020-04-12Entering SWIM mode on ST-LINK does not update swim status word.Ake Rehnman1-3/+2
2020-04-12stlink: always use a valid endpointTarek BOCHKATI1-3/+3
2020-04-12stlink: remove only instance of useconds_tAntonio Borneo1-1/+1
2020-04-05stlink: remove 18 MHz jtag freq for stlink v2Laurent LEMELE1-1/+0
2020-04-05stlink: fix speed setting in dap modeLaurent LEMELE1-1/+6
2020-03-22stlink: workaround serial bug with old ST-Link DFUTarek BOCHKATI1-1/+82
2020-03-22jtag/libusb_helper: permit adapters to compute their custom serialsTarek BOCHKATI1-1/+2
2020-03-03drivers: Rename 'libusb1_common' to 'libusb_helper'Marc Schink1-1/+1
2020-03-03drivers: libusb1_common code cleanupMarc Schink1-6/+6
2020-02-15stlink: add trace support in DAP direct modeAntonio Borneo1-0/+17
2020-02-08stlink: fix max packet size for 8 bit R/W on stlink-v3Antonio Borneo1-2/+7
2020-01-22jtag_libusb_bulk_read|write: return error code instead of sizeOleksij Rempel1-11/+18
2020-01-14stlink: fix handling of DPv1 and DPv2 banked registersAntonio Borneo1-0/+27
2020-01-14stlink: add DAP direct driverAntonio Borneo1-7/+646
2019-12-21target/armv7m_trace: Improve SWO frequency auto-detectionMarc Schink1-2/+18
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-01-08stlink_usb: Submit multiple USB URBs at once to improve performanceAustin Phillips1-2/+201
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