aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-06-14stlink: code factorization by introducing stlink_usb_exit_modeTarek BOCHKATI1-43/+24
2020-06-06libusb_helper: fix memory leak when no adapter is foundAntonio Borneo1-0/+3
2020-06-06jtag/drivers/bcm2835gpio: bcm2835gpio_init has been updatedtscn921-1/+5
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: remove useless return statement from void functionsAntonio Borneo3-15/+0
2020-05-09coding style: prototype of functions with no parametersAntonio Borneo1-1/+1
2020-05-09coding style: avoid unnecessary line continuationsAntonio Borneo9-27/+27
2020-05-09coding style: add parenthesis around the argument of sizeofAntonio Borneo4-6/+6
2020-05-09coding style: remove useless break after a goto or returnAntonio Borneo2-19/+0
2020-05-02coding style: src: remove empty lines at end of text filesAntonio Borneo4-5/+0
2020-04-24bitbang: Fix FTBFS with GCC 10Andreas Fritiofson1-1/+1
2020-04-24ftdi: Report an error if no ftdi_vid_pid is specifiedLeonard Crestez1-0/+5
2020-04-21jtag/drivers: add debugging support for Mellanox BlueField SoCLiming Sun2-0/+526
2020-04-20jtag/drivers/ulink: fix clang static analyzer warningsTomas Vanek1-8/+9
2020-04-20jtag/drivers/ulink: fix clang static analyzer warningTomas Vanek1-6/+9
2020-04-20jtag/drivers/ulink: fix clang static analyzer warningTomas Vanek1-0/+1
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-12sysfsgpio: minor fix for bool typesAntonio Borneo1-9/+9
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-04-05cmsis_dap_usb: Light up the leds while connectedRoman Elshin1-8/+11
2020-03-24drivers: xds110: Add support of alternate XDS110 configurationsEdward Fewell1-23/+52
2020-03-24drivers: xds110: Clean up command syntax and documentationEdward Fewell1-25/+19
2020-03-24drivers: xds110: Add support TCK changes in firmware updateEdward Fewell1-46/+112
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 BOCHKATI9-14/+54
2020-03-14drivers: xds110: Fix errors in routine that togglesEdward Fewell1-1/+5
2020-03-12ftdi: flush mpsse queue after a level change on reset pinsAntonio Borneo1-2/+1
2020-03-07jtag/drivers/openjtag: fix clang static analyzer warningsTomas Vanek1-3/+2
2020-03-03drivers: Rename 'libusb1_common' to 'libusb_helper'Marc Schink12-41/+13
2020-03-03drivers: libusb1_common code cleanupMarc Schink10-63/+40
2020-03-03remove libusb0_common supportOleksij Rempel4-310/+0
2020-02-24coding style: fix space around pointer's asteriskAntonio Borneo2-2/+2
2020-02-15stlink: add trace support in DAP direct modeAntonio Borneo1-0/+17
2020-02-15coding style: use ARRAY_SIZE() when possibleAntonio Borneo1-1/+1
2020-02-15jtag_vpi: added an option to stop simulation on exitJan Matyas1-5/+46
2020-02-08stlink: fix max packet size for 8 bit R/W on stlink-v3Antonio Borneo1-2/+7
2020-02-06jtag: drivers: xlnx-pcie-xvc: fix build on Linux pre v4.10Antonio Borneo1-0/+5
2020-01-29openocd: fix minor inconsistencies after renaming "adapter" commandAntonio Borneo1-2/+2
2020-01-22jtag: drivers: xlnx-pcie-xvc: fix build after mergeAntonio Borneo1-7/+8
2020-01-22jtag_libusb_bulk_read|write: return error code instead of sizeOleksij Rempel11-76/+161