Setting up the Dev Environment and Git

Git

The code for the embedded bootcamp is hosted on GitHub. You will have to fork the repository to make your changes and once you’re done open a PR (Pull Request). If you don't know what Git or GitHub is, or how to use it, please read Our Git Tutorial.

Development Environment Setup

WARG firmware development requires some setup to write code to the microcontrollers we use. For the bootcamp you will just need the STM32 CUBE IDE. This lets you configure the microcontroller and code for it.

For further Firmware work there is a Dev Environment Setup Guide, but you do not need this for the bootcamp.