Simple project
This commit is contained in:
11
SW/spu/.vscode/c_cpp_properties.json
vendored
Normal file
11
SW/spu/.vscode/c_cpp_properties.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"version": 4,
|
||||
"configurations": [
|
||||
{
|
||||
"name": "STM32F030",
|
||||
"compileCommands": "${workspaceFolder}/app/blinky/stm32f030/build/compile_commands.json",
|
||||
"intelliSenseMode": "linux-gcc-arm",
|
||||
"compilerPath": "/usr/bin/arm-none-eabi-gcc"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user