Skip to content

cristidbr/vscode-stm32-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Files to use for configuring VS Code for STM32 ARM development

Supporting tutorials:

Usage

There is a branch created for every OS. Run the appropariate quickstart scripts to download the configuration files to your project folder.

win-x86_64

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 ..

macos-arm64

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 ..

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published