Example application demonstrating Memory stats API and debug functions
Fork of mbed-os-example-platform-utils by
Revision 2:c03cd481c34b, committed 2017-10-30
- Comitter:
- Senthil Ramakrishnan
- Date:
- Mon Oct 30 14:21:38 2017 -0500
- Parent:
- 1:fc6104f30401
- Child:
- 3:92b97ba04fd3
- Commit message:
- Updated README
Changed in this revision
| README.md | Show annotated file Show diff for this revision Revisions of this file |
--- 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:
mbed_example
