aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-03-10stlink: swo: use completely the available bufferAntonio Borneo1-1/+1
2021-03-10jtag/nulink: add a space after PRIx32Antonio Borneo1-2/+2
2021-03-10stlink: fix execution order in stlink_config_trace()Antonio Borneo1-7/+16
2021-03-10drivers/rlink: switch to libusb1Antonio Borneo1-84/+116
2021-03-10cmsis_dap: remove DAP_MAX_CLOCKAdrian Negreanu1-7/+0
2021-03-10stlink: support of ST-LINK TCP server using stlink-dap and hlaTarek BOCHKATI1-18/+489
2021-03-10stlink: separate stlink core from USB functionsTarek BOCHKATI1-62/+141
2021-02-13Fix jtag_usb_location_equal for path members > 9Krzysztof Hockuba1-2/+2
2021-01-24jlink: fix device discovery when network is offBohdan Tymkiv1-50/+56
2021-01-18driver/ftdi: skip trst in swd modeAntonio Borneo1-11/+13
2021-01-13openocd: fix doxygen parameters of functionsAntonio Borneo5-12/+18
2021-01-13openocd: fix incorrect doxygen commentsAntonio Borneo3-41/+41
2020-12-09jtag/drivers/ulink: auto-detect OpenULINK USB endpoints numbersŁukasz Misek1-7/+14
2020-11-15jtag/drivers/cmsis_dap: fix build with gcc 10.1.0Antonio Borneo2-9/+4
2020-11-15jtag/drivers/cmsis_dap: fix usb bulk connection logicTomas Vanek1-76/+157
2020-11-15Add CMSIS-DAP v2 supportMickaël Thomas5-179/+751
2020-11-15stlink: handle read/write FPU registers in HLA APIAntonio Borneo1-0/+21
2020-11-15hla: API: specify that read_reg/write_reg use regsel as parameterAntonio Borneo3-12/+12
2020-11-07stlink: fix computation of trace prescalerAntonio Borneo1-6/+10
2020-11-07stlink: fix max SWV baudrate on stlink v3Antonio Borneo1-3/+7
2020-11-07drivers/jlink: fix check for max prescalerAntonio Borneo1-2/+2
2020-11-07target/image: Use proper data typesMarc Schink2-5/+5
2020-11-04jtag: declare local symbols as staticAntonio Borneo10-94/+94
2020-11-04openocd: add support for libftdi 1.5Antonio Borneo4-7/+35
2020-10-30jtag: xlnx-pcie-xvc: Declare function staticMoritz Fischer1-1/+1
2020-10-30jtag/drivers/stlink_usb: fix SWO prescalerCliff L. Biffle1-6/+6
2020-10-24Enable hla_serial for TI ICDI devicesJohn Pham1-18/+10
2020-10-03drivers/jlink: fix (again) calculate_swo_prescaler formulaAntonio Borneo1-2/+1
2020-10-03ARM|Driver: Add DPI Driver for emulationKevin Burke2-0/+410
2020-09-27drivers/jlink: fix calculate_swo_prescaler formulaAdrian Negreanu1-7/+5
2020-09-05drivers/buspirate: remove empty lines at end of fileAntonio Borneo1-2/+0
2020-09-05jtag: avoid checking for non NULL pointer to free itAntonio Borneo21-109/+55
2020-09-05jtag: use proper format with uint32_tAntonio Borneo17-42/+42
2020-09-05Fix debug prints when loading to flashSamuel Obuch1-6/+4
2020-08-02nulink: add minimal support for Nu-Link2Antonio Borneo1-10/+87
2020-08-02jtag/drivers: add support for Nu-Link (Nuvoton ICE) over usbZale Yu2-0/+1107
2020-07-30cmsis_dap_usb: Support for Microchip's nEDBG CMSIS-DAP interfaceMichal Potrzebicz1-1/+1
2020-07-26drivers/bitbang: blink LED on SWDAntonio Borneo1-0/+10
2020-07-26drivers/linuxgpiod: add ledAntonio Borneo1-1/+39
2020-07-26jtag: fix minor typosAntonio Borneo26-60/+60
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