commit - 5dbfeeadba48c62ea9c51622cea26614bddf434d
commit + a4db32ce0ceb069c9d71065037fa7f7c19573370
blob - 3b46c93c01cff99948a180f7f3c602d93219684e
blob + fea2072fd9139ffbe54d9c446bd00351343d6f3c
--- README.md
+++ README.md
# mbed-memtrace-logger
-Analyzes and los the memtrace output from mbed-os in a readable form.
+Analyzes and logs the memtrace output from mbed-os in a readable form.
The memory trace outputs pretty unreadable information:
- log uart into a log file continuously: `miniterm.py /dev/cu.usbmodem1234 9600 | tee memtrace.log`
- run script to tail file `python memtrace.py memtrace.log KEYWORD`
+> the KEYWORD allows you to define a RESET state, where the analyzer resets all calculations.
+
Enjoy!
## License