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

Dependencies:   BaseDAP SWD USBDAP USBDevice mbed

Simple CMSIS-DAP debug adapter

CMSIS-DAPデバッグアダプタです。mbedインターフェースではありません。
/media/uploads/va009039/simple-cmsis-dap-lpc1549-1.jpg

参考

https://github.com/mbedmicro/CMSIS-DAP

Other platforms

Import programF042K6_Simple-CMSIS-DAP

cmsis-dap debug adapter

Import programL152RE_Simple-CMSIS-DAP

cmsis-dap debug adapter

Import programTG-LPC11U35-501_Simple-CMSIS-DAP

CMSIS-DAP debug adapter

Revision:
1:2957e24bb52f
Parent:
0:dbe821206b04
--- 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;