SWD(Serial Wire Debug) interface

Dependents:   USBMSD_LPC_HelloWorld lpcterm2 Simple-CMSIS-DAP 11u35_usbLocalFilesystem

Files at this revision

API Documentation at this revision

Comitter:
va009039
Date:
Sat Jul 05 07:52:18 2014 +0000
Parent:
0:86fde86e144f
Commit message:
remove mydebug.h

Changed in this revision

SWD.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/SWD.cpp	Sat Sep 14 12:50:46 2013 +0000
+++ b/SWD.cpp	Sat Jul 05 07:52:18 2014 +0000
@@ -1,7 +1,6 @@
-// SWD.cpp 2013/9/14
+// SWD.cpp 2014/7/5
 #include "SWD.h"
 #include <algorithm>
-#include "mydebug.h"
 
 SWD::SWD(PinName swdio, PinName swclk, PinName reset)
     : _swdio(swdio), _swclk(swclk), _nreset(reset)