Firmware for the 2024-2025 processor board, performing state estimation and control for the canards system. Project documentation can be found in the team Google Drive.
- Clone repo and initialize submodules
git clone --recurse-submodules [email protected]:waterloo-rocketry/cansw_processor_canards.git
- Open project in STM32CubeIDE (recommended IDE)
- Use ST-Link to flash code to processor board
src/drivers/
: custom peripheral driver modulessrc/application/
: high-level application logic modulessrc/third_party/
: third-party libraries- Everything else is autogenerated by STM32CubeIDE with few modifications