This commit is contained in:
DashyFox 2024-04-17 11:08:31 +03:00
parent 3b5045669b
commit 4d12f77a8b
2 changed files with 9 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,2 +1,3 @@
.vscode/* .vscode/*
bin/* bin/*
!.vscode/arduino.json

7
.vscode/arduino.json vendored Normal file
View File

@ -0,0 +1,7 @@
{
"configuration": "device_variant=STM32F103C8,upload_method=STLinkMethod,cpu_speed=speed_72mhz,opt=osstd",
"board": "stm32duino:STM32F1:genericSTM32F103C",
"port": "COM17",
"output": "bin",
"prebuild": "if exist bin rd /s /q bin"
}