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

Files at this revision

API Documentation at this revision

Comitter:
va009039
Date:
Sat Jul 05 08:26:21 2014 +0000
Parent:
0:dbe821206b04
Child:
2:6846bcae69aa
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
--- 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
--- 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
--- 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;
--- 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
--- 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