aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-07-26libjaylink: Update to 0.2.0 releaseMarc Schink1-0/+0
2020-07-14cmsis-dap: fix USB interface for NXP LPC-Link2Antonio Borneo1-0/+4
2020-07-14cmsis-dap: prevent hidapi to search again for the adapterAntonio Borneo1-14/+8
2020-07-14jtag/drivers: replace perror() with LOG_ERROR()Antonio Borneo5-14/+14
2020-07-14jtag/drivers: add linuxgpiod driverAntonio Borneo2-0/+603
2020-07-14bcm2835gpio: enable only the transport specific gpioAntonio Borneo1-37/+53
2020-07-14imx_gpio: enable only the transport specific gpioAntonio Borneo1-21/+25
2020-07-14sysfsgpio: enable only the transport specific gpioAntonio Borneo1-42/+37
2020-07-14bitbang: split jtag and swd operationsAntonio Borneo5-42/+33
2020-07-13bitbang: remove superfluous switch between jtag and swdAntonio Borneo5-18/+1
2020-07-13bitbang: document bitbang callbacksAntonio Borneo1-1/+9
2020-07-08coding style: fix space separationAntonio Borneo1-1/+1
2020-07-08configure: split build of hla layoutsAntonio Borneo1-1/+3
2020-06-27jtag: drivers: xlnx-pcie-xvc: Add support for SWD mode.Moritz Fischer1-3/+213
2020-06-23libjaylink: Update to latest Git versionMarc Schink1-0/+0
2020-06-18target/armv7m_trace: Calculate prescaler for external capture devicesMarc Schink1-7/+10
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