CalgaryToSpace / CTS-SAT-1-OBC-Firmware

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

Create logging-to-file system, whereby logs can be written to files #30

Open DeflateAwning opened 1 month ago

DeflateAwning commented 1 month ago

Logs will be written to the LittleFS filesystem. Logs will be printed over debug UART as they happen.

Functions:

Telecommands

  1. write_message_to_log(message, level, ...) -> for testing that logs are written correctly
  2. fetch_logs(log_str_filter, timestamp_after, max_number_of_logs)

Maybe others?