aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers/xds110.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-06jtag: xds110: fix check on malloc() returned pointerAntonio Borneo1-1/+1
2023-05-05jtag: drivers: with pointers, use NULL instead of 0Antonio Borneo1-5/+5
2022-12-03jtag: xds110: fix clang error core.StackAddressEscapeAntonio Borneo1-0/+2
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-07-23openocd: src/jtag: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-11-28jtag/xds110: switch to command 'adapter serial'Antonio Borneo1-45/+5
2021-07-24openocd: fix Yoda conditions with checkpatchAntonio Borneo1-16/+16
2021-07-24openocd: remove NULL comparisons with checkpatch [2/2]Antonio Borneo1-4/+4
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-17/+17
2021-07-20openocd: manually fix Yoda conditionsAntonio Borneo1-5/+5
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-5/+5
2021-07-02jtag/swd: rename CamelCase macrosAntonio Borneo1-7/+7
2021-05-29openocd: use macro ARRAY_SIZE()Antonio Borneo1-1/+1
2021-05-01libusb: don't use typedef'sAntonio Borneo1-5/+5
2020-11-04jtag: declare local symbols as staticAntonio Borneo1-1/+1
2020-09-05jtag: use proper format with uint32_tAntonio Borneo1-6/+6
2020-07-26jtag: fix minor typosAntonio Borneo1-1/+1
2020-05-09coding style: remove useless return statement from void functionsAntonio Borneo1-11/+0
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-14drivers: xds110: Fix errors in routine that togglesEdward Fewell1-1/+5
2020-01-14adapter: switch from struct jtag_interface to adapter_driverAntonio Borneo1-7/+12
2020-01-14swd: get rid of jtag queue to assert/deassert srstAntonio Borneo1-18/+24
2019-06-06swd: remove unused API frequency()Antonio Borneo1-8/+0
2019-01-08drivers: xds110: Add support for XDS110 stand-alone probeEdward Fewell1-1/+84
2018-06-06drivers: xds110: Remove unnecessary and deprecated libusb function.Edward Fewell1-6/+2
2018-06-05Fix libusb-1.0.22 deprecated libusb_set_debug with libusb_set_optionKhem Raj1-1/+4
2018-05-31jtag/drivers: Add support for TI XDS110 debug probeEdward Fewell1-0/+1974