vscode: update C settings to match CMake
This commit is contained in:
parent
c806c21936
commit
a8295db11b
1 changed files with 4 additions and 6 deletions
10
.vscode/c_cpp_properties.json
vendored
10
.vscode/c_cpp_properties.json
vendored
|
@ -3,13 +3,11 @@
|
|||
{
|
||||
"name": "at91sam3x8e",
|
||||
"defines": [
|
||||
"DEBUG",
|
||||
"ARCH=at91sam3x8e",
|
||||
"ARCH_AT91SAM3X8E"
|
||||
"DEBUG"
|
||||
],
|
||||
"compilerPath": "/usr/bin/arm-none-eabi-gcc",
|
||||
"cStandard": "gnu11",
|
||||
"cppStandard": "gnu++14",
|
||||
"cStandard": "c17",
|
||||
"cppStandard": "c++17",
|
||||
"intelliSenseMode": "gcc-arm",
|
||||
"includePath": [
|
||||
"./include",
|
||||
|
@ -50,4 +48,4 @@
|
|||
}
|
||||
],
|
||||
"version": 4
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue