Is your feature request related to a problem? Please describe.
When debugging a firmware or test issue, it's common to add print statements to the firmware (or in the test code) to observe signal data changing over time.
Describe the solution you'd like
I want infrastructure that supports logging any signals (tagged data, C variables, etc) the user selects over time. It could just produce a CSV (and maybe also a plot) for each test run.
Is your feature request related to a problem? Please describe. When debugging a firmware or test issue, it's common to add print statements to the firmware (or in the test code) to observe signal data changing over time.
Describe the solution you'd like I want infrastructure that supports logging any signals (tagged data, C variables, etc) the user selects over time. It could just produce a CSV (and maybe also a plot) for each test run.