From 4dc8cd201c667bac72bc083ef1fa1b285eb093fc Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Thu, 19 Dec 2013 21:33:19 +0000 Subject: cmsis-dap: add initial cmsis-dap support This is based on work from: https://github.com/TheShed/OpenOCD-CMSIS-DAP/tree/cmsis-dap Main changes include moving over to using HIDAPI rather than libusb-1.0 and cleaning up to merge into master. Support for reset using srst has also been added. It has been tested on all the mbed boards as well as the Freedom board from Freescale. These boards only implement SWD mode, however JTAG mode has been tested with a Keil ULINK2 and a stm32 target - but requires a lot more work. Change-Id: I96d5ee1993bc9c0526219ab754c5aad3b55d812d Signed-off-by: Spencer Oliver Signed-off-by: Andrey Yurovsky Reviewed-on: http://openocd.zylin.com/1542 Tested-by: jenkins --- tcl/interface/cmsis-dap.cfg | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tcl/interface/cmsis-dap.cfg (limited to 'tcl/interface/cmsis-dap.cfg') diff --git a/tcl/interface/cmsis-dap.cfg b/tcl/interface/cmsis-dap.cfg new file mode 100644 index 0000000..a8ea92e --- /dev/null +++ b/tcl/interface/cmsis-dap.cfg @@ -0,0 +1,7 @@ +# +# ARM CMSIS-DAP compliant adapter +# +# http://www.keil.com/support/man/docs/dapdebug/ +# + +interface cmsis-dap -- cgit v1.1