#2784·fprime

Add Tracing to Fw

Author: Shivaly-ReddyCreated Jun 18, 2024Updated Sep 16, 2026
LabelsF´ GDSFPPC++
F´ Version
Fw

Feature Description

Tracing allows an on-board log to be built of software execution where various points in the software a sample point can be saved with a time tag.

Rationale

Tracing (a.k.a autopsy) would provide a report of activities done in software before, say a reset. It would help identify/debug the causes of an issue in software.

Scope of Work

  • Fw : Defining a trace port -- Done
  • Svc :
    • Implement a trace file logger component to input traces and log to files -- Done
    • Create UTs -- Work in progress