Supporting tutorials:
- Using Visual Studio Code with STM32CubeMX for ARM Development - Windows
- VS Code Setup for STM32 ARM Development - macOS
There is a branch created for every OS. Run the appropariate quickstart scripts to download the configuration files to your project folder.
mkdir .vscode
cd .vscode
curl -LO https://raw.githubusercontent.com/cristidbr/vscode-stm32-setup/win-x86_64/c_cpp_properties.json
curl -LO https://raw.githubusercontent.com/cristidbr/vscode-stm32-setup/win-x86_64/tasks.json
curl -LO https://raw.githubusercontent.com/cristidbr/vscode-stm32-setup/win-x86_64/settings.json
curl -LO https://raw.githubusercontent.com/cristidbr/vscode-stm32-setup/win-x86_64/launch.json
cd ..
mkdir .vscode
cd .vscode
curl -LO https://raw.githubusercontent.com/cristidbr/vscode-stm32-setup/macos-arm64/c_cpp_properties.json
curl -LO https://raw.githubusercontent.com/cristidbr/vscode-stm32-setup/macos-arm64/tasks.json
curl -LO https://raw.githubusercontent.com/cristidbr/vscode-stm32-setup/macos-arm64/settings.json
cd ..
MIT