Serial Wire Output (SWO) viewer for tracing purposes. Tested on F401 and ST-LINK Utility as well as for F103 and Segger J-Link SWO viewer.

Dependents:   WiFi_Scanner mbed_nucleo_swo DISCO-F429ZI_LCDTS_demo_richard TEST_SM_SPEED

Revision:
2:ef928f61a770
Parent:
1:bae4cff278f6
Child:
3:e5af2e131b95
--- a/SWO.h	Sat Dec 20 22:30:12 2014 +0000
+++ b/SWO.h	Sun Dec 21 15:09:10 2014 +0000
@@ -1,7 +1,7 @@
 /* mbed SWO Library
  *  Copyright (c) 2014, v01: WH. Ported from Segger example
  *
- * Simple implementation for tracing via Single Wire Output(SWO) for Cortex-M processors.
+ * Simple implementation for tracing via Serial Wire Output(SWO) for Cortex-M processors.
  * It can be used with Host PC software such as ST-LINK Utility or Segger J-Link SWO viewer.
  * This sample implementation ensures that output via SWO is enabled in order to guarantee
  * that the application does not hang.