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

Files at this revision

API Documentation at this revision

Comitter:
va009039
Date:
Sat Jul 05 08:26:21 2014 +0000
Parent:
0:dbe821206b04
Commit message:
configure the product name.

Changed in this revision

SWD.lib Show annotated file Show diff for this revision Revisions of this file
USBDAP.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
mydebug.h Show diff for this revision Revisions of this file
diff -r dbe821206b04 -r 2957e24bb52f SWD.lib
--- a/SWD.lib	Mon Jun 23 03:26:58 2014 +0000
+++ b/SWD.lib	Sat Jul 05 08:26:21 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/va009039/code/SWD/#86fde86e144f
+http://mbed.org/users/va009039/code/SWD/#794d2801ff94
diff -r dbe821206b04 -r 2957e24bb52f USBDAP.lib
--- a/USBDAP.lib	Mon Jun 23 03:26:58 2014 +0000
+++ b/USBDAP.lib	Sat Jul 05 08:26:21 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/va009039/code/USBDAP/#366f6f649a7d
+http://mbed.org/users/va009039/code/USBDAP/#7dee016756ce
diff -r dbe821206b04 -r 2957e24bb52f main.cpp
--- 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;
diff -r dbe821206b04 -r 2957e24bb52f mbed.bld
--- a/mbed.bld	Mon Jun 23 03:26:58 2014 +0000
+++ b/mbed.bld	Sat Jul 05 08:26:21 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/024bf7f99721
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/04dd9b1680ae
\ No newline at end of file
diff -r dbe821206b04 -r 2957e24bb52f mydebug.h
--- a/mydebug.h	Mon Jun 23 03:26:58 2014 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-//dummy