mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
22 lines
557 B
JSON
22 lines
557 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"browse": {
|
|
"path": [
|
|
"${workspaceFolder}"
|
|
],
|
|
"limitSymbolsToIncludedHeaders": true
|
|
},
|
|
"includePath": [
|
|
"${workspaceFolder}"
|
|
],
|
|
"defines": [],
|
|
"compilerPath": "/usr/bin/arm-none-eabi-gcc",
|
|
"cStandard": "c11",
|
|
"cppStandard": "c++17",
|
|
"intelliSenseMode": "clang-x64"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |