commit a4db32ce0ceb069c9d71065037fa7f7c19573370 from: Matthias L. Jugel via: GitHub date: Mon Feb 12 18:19:04 2018 UTC Update README.md commit - 5dbfeeadba48c62ea9c51622cea26614bddf434d commit + a4db32ce0ceb069c9d71065037fa7f7c19573370 blob - 3b46c93c01cff99948a180f7f3c602d93219684e blob + fea2072fd9139ffbe54d9c446bd00351343d6f3c --- README.md +++ README.md @@ -1,5 +1,5 @@ # 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: @@ -38,6 +38,8 @@ Even in color :-): - 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