aboutsummaryrefslogtreecommitdiff
path: root/src/jtag
AgeCommit message (Expand)AuthorFilesLines
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 BOCHKATI3-19/+526
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 Thomas6-181/+753
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 Borneo4-16/+31
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-07build: fix build with --enable-minidriver-dummyAntonio Borneo1-2/+2
2020-11-07target/image: Use proper data typesMarc Schink2-5/+5
2020-11-04jtag: declare local symbols as staticAntonio Borneo14-119/+119
2020-11-04openocd: add support for libftdi 1.5Antonio Borneo4-7/+35
2020-11-04jtag/tcl: fix memory leak in error returnTomas Vanek1-0/+5
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 Burke3-0/+418
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 Borneo23-122/+60
2020-09-05openocd: fix command's usage stringAntonio Borneo1-1/+1
2020-09-05jtag/aice: fix command's usage stringAntonio Borneo1-13/+13
2020-09-05jtag: use proper format with uint32_tAntonio Borneo18-43/+43
2020-09-05jtag/aice: avoid abusing of int32_t typeAntonio Borneo2-86/+60
2020-09-05hla_transport: split command registration per transportAntonio Borneo2-32/+43
2020-09-05tcl/target: use command 'jtag newtap' to add a boundary scan TAPAntonio Borneo1-0/+3
2020-09-05Fix debug prints when loading to flashSamuel Obuch4-18/+16
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 Yu4-0/+1116
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 Borneo31-69/+69
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 Borneo3-0/+609
2020-07-14bcm2835gpio: enable only the transport specific gpioAntonio Borneo1-37/+53