Follow these steps to set up the development environment:
-
Download and install Visual Studio Code
-
Open workspace from repo
drive-software-dev.code-workspace
-
Install extensions
- Download the latest STM32 Command Line Tools.
- Run the installer and follow the on-screen instructions, this will automatically add all required build tools to the system path.
- Ensure python 3.10+ is installed.
- Add Python to your system's PATH environment variable if needed (should be done automatically).
- Click the "Run and Debug" tab on the left sidepanel or hit (Ctrl+Shift+D) to open the debug panel.
- Select a "RUN AND DEBUG" configuration at the top.
- Hit the play button or (F5) to run/debug.
- Hit (Ctrl+Shift+B) to build