kubos-old
kubos-old copied to clipboard
An open source platform for satellites
I have a relatively new (but thoroughly validated) precise date time management library in Rust called [hifitime](https://github.com/ChristopherRabotin/hifitime). The point of me writing this is because I need it for high...
Main current items: - Windows environment in the SDK leaves something to be desired. You have to constantly transfer files as part of the regular process. - Debugging isn't possible...
What does a telemetry DB handler need to do? - Write telem API - Define new telemetry items when they are received - Manage the memory usage - Hard maximum...
We are considering building an event driven layer on top of the Kubos flight software framework. An initial prototype implementation was created as part of #168 and demonstrates what an...
This PR adds a hex format telemetry log entry. The log entry is fixed width hexadecimal and contains the entire contents of the telemetry packet struct. This format can be...
It would be helpful if there were some command line flags and supporting methods for, e.g., "power the board up" with no flash/binary required. You can do this by jumping...
:construction: This PR turns on the thread safe option for the fatfs library (_FS_REENTRANT = 1) and implements the FreeRTOS synchronization object control functions. TODO: This requires more testing. I've...