Open Issues Need Help
View All on GitHub enhancement good first issue
Ignite subcommand doesn't properly handle fails 3 months ago
enhancement good first issue
Error: Implement a fault-reset feature 4 months ago
enhancement help wanted advanced
enhancement good first issue
Flash: Remove sensor_data_ptr from args of store frame function (have it access the extern instead) 10 months ago
enhancement good first issue
Init: Remove unused middleware (SD) from APPA 10 months ago
enhancement good first issue
APPA: Pre-Release Review 12 months ago
help wanted
good first issue refactor
Initialize a C++ Project about 1 year ago
AI Summary: Set up a new C++ project using CMake for building on a Linux system (WSL or similar). The project structure should include 'src', 'include', 'test', and 'example' directories. A simple C++ file should be created and successfully compiled using CMake and Make.
Complexity:
2/5
good first issue
Write a C++ Base Driver Class about 1 year ago
AI Summary: Create a base C++ class for device drivers to be used in the embedded flight computer software. The class must include a constructor, destructor, and a simple test method to verify initialization and destruction.
Complexity:
2/5
good first issue