Example application demonstrating Memory stats API and debug functions

Fork of mbed-os-example-platform-utils by Senthil Ramakrishnan

Revision:
2:c03cd481c34b
Parent:
0:2ab002d36417
Child:
3:92b97ba04fd3
--- a/README.md	Mon Oct 30 11:12:06 2017 -0500
+++ b/README.md	Mon Oct 30 14:21:38 2017 -0500
@@ -23,7 +23,7 @@
    For example, for `ARMCC`:
 
    ```
-   mbed compile -t arm -m k64f -DMBED_STACK_STATS_ENABLED -DMBED_HEAP_STATS_ENABLED -DMBED_MEM_TRACING_ENABLED
+   mbed compile -t arm -m k64f -DMBED_STACK_STATS_ENABLED -DMBED_HEAP_STATS_ENABLED
    ```
    
    NOTE: Make sure you define the following variables: