xmos / xcore_iot

Other
30 stars 40 forks source link

Feature/xscope2psf event checks #560

Closed jcarrier-xmos closed 1 year ago

jcarrier-xmos commented 1 year ago

Added per-core event counter checking to xscope2psf to help a user in determining when the trace data is being lost. And other misc updates/fixes.

jcarrier-xmos commented 1 year ago

@keithm-xmos, mind if I make a small improvement to the xscope2psf changes?

For correctness, I really should free the malloc'd buffer I created at the end of the application, and it would also help to report the exit code in the very rare case it fails (or for other future error codes that might be produced during VCD file parsing).