vscode: update C settings to match CMake

io-wait
anna 3 years ago
parent c806c21936
commit a8295db11b
Signed by: fef
GPG Key ID: EC22E476DC2D3D84

@ -3,13 +3,11 @@
{ {
"name": "at91sam3x8e", "name": "at91sam3x8e",
"defines": [ "defines": [
"DEBUG", "DEBUG"
"ARCH=at91sam3x8e",
"ARCH_AT91SAM3X8E"
], ],
"compilerPath": "/usr/bin/arm-none-eabi-gcc", "compilerPath": "/usr/bin/arm-none-eabi-gcc",
"cStandard": "gnu11", "cStandard": "c17",
"cppStandard": "gnu++14", "cppStandard": "c++17",
"intelliSenseMode": "gcc-arm", "intelliSenseMode": "gcc-arm",
"includePath": [ "includePath": [
"./include", "./include",
@ -50,4 +48,4 @@
} }
], ],
"version": 4 "version": 4
} }

Loading…
Cancel
Save