CalgaryToSpace / CTS-SAT-1-OBC-Firmware

Firmware for the CTS-SAT-1 ("FrontierSat") mission. Runs on the STM32-based Onboard Computer.
MIT License
8 stars 0 forks source link

Telecommand to extract FreeRTOS stack information #124

Closed christopherkinyua closed 3 months ago

christopherkinyua commented 3 months ago

This ticket addresses creating a telecommand for obtaining the task stack information using FreeRTOS APIs.

The output is structured as a JSON for easy viewing. The information I extracted is the: Task Name, State, Priority Number, and the StackHighWaterMark, which is the amount of stack that remained unused when the task stack was at its greatest (deepest) value.

christopherkinyua commented 3 months ago

Addressed the changes you requested. Closing this PR and opening the new one