cmsis-dap debug adapter

Dependencies:   BaseDAP F042K6_USBDevice SWD USBDAP mbed

Fork of Simple-CMSIS-DAP by Norimasa Okamoto

CMSIS-DAP debug adapter. (not mbed-interface)

/media/uploads/va009039/f042k6_simple-cmsis-dap.jpg

SWDNUCLEO-F042K6
SWDIOD7
SWCLKD6
nRESETD3
Revision:
1:2957e24bb52f
Parent:
0:dbe821206b04
Child:
2:6846bcae69aa
--- a/main.cpp	Mon Jun 23 03:26:58 2014 +0000
+++ b/main.cpp	Sat Jul 05 08:26:21 2014 +0000
@@ -24,7 +24,7 @@
 };
 
 int main() {
-   USBDAP* hid = new USBDAP;
+   USBDAP* hid = new USBDAP("CMSIS-DAP");
    myDAP* dap = new myDAP(&swd);
    while(1) {
         HID_REPORT recv_report;