aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers/cmsis_dap_usb_bulk.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-15jtag/drivers/cmsis_dap: introduce packet_usable_sizeTomas Vanek1-11/+5
2022-11-11jtag/drivers/cmsis_dap: prevent CDC missdetect as CMSIS-DAP bulkTomas Vanek1-1/+3
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/cmsis_dap: switch to command 'adapter serial'Antonio Borneo1-1/+1
2021-08-22jtag/cmcis_dap: use COMMAND_PARSE_NUMBER in command handlersTarek BOCHKATI1-1/+1
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-3/+3
2021-05-22jtag: fix some minor typoAntonio Borneo1-1/+1
2021-05-01Cleanup of config/includes.Tim Newsome1-0/+2
2021-05-01libusb: don't use typedef'sAntonio Borneo1-6/+6
2021-04-10drivers/cmsis-dap: tidy up buffer accessTomas Vanek1-5/+10
2021-04-10cmsis-dap: don't update the packet size across backends.Adrian Negreanu1-3/+34
2020-11-15jtag/drivers/cmsis_dap: fix usb bulk connection logicTomas Vanek1-76/+157
2020-11-15Add CMSIS-DAP v2 supportMickaƫl Thomas1-0/+373