CalgaryToSpace / CTS-SAT-1-OBC-Firmware

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

Telecommand: `freertos_demo_stack_usage`, which allocates a variable-length array on the stack to test the FreeRTOS stack usage #130

Closed DeflateAwning closed 2 months ago

DeflateAwning commented 2 months ago

Create a new telecommand named freertos_demo_stack_usage.

It should accept 1 arg: the number of bytes to allocate.

This is for testing the freetos_list_tasks_jsonl command, and to ensure we fully understand what happens when we run out of stack space.