CMSIS-DAP debug adapter

Dependencies:   BaseDAP SWD USBDAP USBDevice mbed

Fork of Simple-CMSIS-DAP by Norimasa Okamoto

SWDTG-LPC11U35-501
SWDIOp6(P0_8)
SWCLKp8(P0_7)
nRESETp30(P0_1)
Revision:
1:2957e24bb52f
Parent:
0:dbe821206b04
Child:
2:f9c48f0a3efe
--- 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;