aboutsummaryrefslogtreecommitdiff
path: root/src/jtag
AgeCommit message (Expand)AuthorFilesLines
2021-04-18drivers/cmsis-dap: flush readTomas Vanek1-0/+19
2021-04-18drivers/cmsis-dap: improve error checkingTomas Vanek1-20/+43
2021-04-18helper/command: make script_debug() staticAntonio Borneo1-6/+0
2021-04-18helper/command: register full-name commands in jimAntonio Borneo1-2/+4
2021-04-10drivers/cmsis-dap: tidy up buffer accessTomas Vanek4-122/+125
2021-04-10cmsis-dap: don't update the packet size across backends.Adrian Negreanu4-41/+84
2021-04-05openocd: drop dependency from libusb0Antonio Borneo4-91/+1
2021-04-05drivers/arm-jtag-ew: switch to libusb1Antonio Borneo1-20/+27
2021-04-05drivers/usbprog: switch to libusb1Antonio Borneo1-23/+27
2021-03-19drivers: USB Blaster II: close file and release USB device if firmware handli...Oleksij Rempel1-3/+5
2021-03-19drivers: USB Blaster II: claim interface before using itOleksij Rempel1-0/+21
2021-03-19jtag: remove minidriver code and minidriver-dummyAntonio Borneo9-286/+1
2021-03-19zy1000: drop the code, deprecated in v0.10.0Antonio Borneo6-1464/+4
2021-03-19startup.tcl: remove commands already deprecated in v0.7.0Antonio Borneo1-42/+1
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-10armv7m_trace: get rid of the old tpiu codeAntonio Borneo1-1/+1
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 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