CLI tool for FreeRTOS TraceRecorder streaming port (psf) trace data files

I often find myself wanting to do quick sanity checks using FreeRTOS trace data so I wrote a little CLI for printing TraceRecorder streaming data files (events, symbol table, runtime stats, etc).

Cool! That can be quite useful. Will try it. Although note that the TraceRecorder output format (PSF) is not really intended as a public interface and may change in future versions. There is a format version field in the header though.

1 Like

Thank you for sharing!