Open Issues Need Help
View All on GitHub Sensor: Add primitive to sensor mutex 1 day ago
enhancement good first issue
SQA: Buzzer unit tests 8 days ago
enhancement good first issue
enhancement good first issue
bug good first issue
enhancement good first issue
Ignite subcommand doesn't properly handle fails 4 months ago
enhancement good first issue
Error: Implement a fault-reset feature 5 months ago
enhancement help wanted advanced
Flash: Remove sensor_data_ptr from args of store frame function (have it access the extern instead) 11 months ago
enhancement good first issue
Init: Remove unused middleware (SD) from APPA 11 months ago
enhancement good first issue
APPA: Pre-Release Review about 1 year ago
help wanted
Active Control: Refactor existing roll control implementation about 1 year ago
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