17 lines
381 B
JSON
17 lines
381 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"defines": [
|
|
""
|
|
],
|
|
"compilerPath": "/usr/bin/arm-none-eabi-gcc",
|
|
"cStandard": "c17",
|
|
"intelliSenseMode": "linux-gcc-arm"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |