openocd/src/jtag
Michal Potrzebicz fb739651c7 cmsis_dap_usb: Support for Microchip's nEDBG CMSIS-DAP interface
This commit fixes support for the nEDBG CMSIS-DAP interface
which is used ie. on the Curiosity Nano SAMD21 board.
nEDBG, similarily to mEDBG, does not support 512 byte HID packets.
This patch adds its USB PID to the exclusion list to make sure that
we stick with the default 64 bytes.

Change-Id: I9010b0cf77c0b1347269a759b5d16ee5155abb16
Signed-off-by: Michal Potrzebicz <michal@elevendroids.com>
Reviewed-on: http://openocd.zylin.com/5756
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
2020-07-30 12:16:23 +01:00
..
aice coding style: add parenthesis around the argument of sizeof 2020-05-09 14:39:19 +01:00
drivers cmsis_dap_usb: Support for Microchip's nEDBG CMSIS-DAP interface 2020-07-30 12:16:23 +01:00
hla jtag: fix minor typos 2020-07-26 20:14:37 +01:00
minidriver Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
minidummy coding style: prototype of functions with no parameters 2020-05-09 14:39:59 +01:00
zy1000 coding style: add arguments to function prototypes 2020-07-08 22:08:19 +01:00
adapter.c jtag: adapter: rework adapter related commands 2020-01-29 05:33:39 +00:00
commands.c jtag: print an errmsg on using jtag API for non jtag transport 2020-01-14 11:38:23 +00:00
commands.h jtag: make cmd_queue_scan_field_clone public 2018-10-16 11:58:17 +01:00
core.c swim: add new transport 2020-05-24 21:32:05 +01:00
driver.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
interface.c coding style: prototype of functions with no parameters 2020-05-09 14:39:59 +01:00
interface.h jtag: fix minor typos 2020-07-26 20:14:37 +01:00
interfaces.c jtag/drivers: add linuxgpiod driver 2020-07-14 00:38:48 +01:00
interfaces.h jtag: remove unused function adapter_driver_modules_load() 2020-05-02 15:41:21 +01:00
jtag.h jtag: fix minor typos 2020-07-26 20:14:37 +01:00
Makefile.am swim: abstract the transport in stm8 target 2020-05-24 21:29:42 +01:00
minidriver.h jtag: fix minor typos 2020-07-26 20:14:37 +01:00
startup.tcl jtag: fix minor typos 2020-07-26 20:14:37 +01:00
swd.h swd: get rid of jtag queue to assert/deassert srst 2020-01-14 11:15:12 +00:00
swim.c swim: add new transport 2020-05-24 21:32:05 +01:00
swim.h swim: fix adapter speed handling 2020-05-24 21:31:21 +01:00
tcl.c jtag/tcl: fix a double free of jim object 2020-07-08 22:05:06 +01:00
tcl.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00