2025-2026 Season - Propulsion Integration Projects
Important
Make sure to initialize and pull the repository's git submodules to acquire all schematic library and board design dependencies:
git submodule update --init --recursive- Repository contains Avionics schematics, PCBs, and firmware for integrating with the propulsion stack.
/Schematics: Electrical design files (KiCad V8)/Firmware: C/C++ Code/Datasheets: Datasheets and reference materials
- Boards and code are documented through
READMEfiles in their respective directories.
- To add or update features and work on new projects, create a new branch.
- For PCB projects, name the branch with the convention:
pcb/board-nameorpcb/board-featurefor updates. - For firmware projects, name the branch with the convention:
fw/project-nameorfw/project-featurefor updates.
QRET Avionics 25/26

