12 lines
320 B
JSON
12 lines
320 B
JSON
{
|
|
"version": 4,
|
|
"configurations": [
|
|
{
|
|
"name": "STM32F030",
|
|
"compileCommands": "${workspaceFolder}/app/motor_control/stm32f030/build/compile_commands.json",
|
|
"intelliSenseMode": "linux-gcc-arm",
|
|
"compilerPath": "/usr/bin/arm-none-eabi-gcc"
|
|
}
|
|
]
|
|
}
|