diff options
| author | Kieran Cawthray <kieranc@gmail.com> | 2021-08-12 19:26:51 (GMT) |
|---|---|---|
| committer | Kieran Cawthray <kieranc@gmail.com> | 2021-08-12 19:26:51 (GMT) |
| commit | 52ee25e551f506cdaadfb6a62feda1d2aaa8497b (patch) | |
| tree | 6c5abc74c56400d222c105b9826fd5e58d3ce522 /.vscode/c_cpp_properties.json | |
| parent | 12aeb4688923a06d574b7aa7262626e7eab5b7f1 (diff) | |
| parent | 643077341b14a52819cbaf02abbd5fb56cdeb802 (diff) | |
Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpicker
Diffstat (limited to '.vscode/c_cpp_properties.json')
| -rw-r--r-- | .vscode/c_cpp_properties.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json new file mode 100644 index 0000000..f8da48d --- /dev/null +++ b/.vscode/c_cpp_properties.json @@ -0,0 +1,20 @@ +{ + "configurations": [ + { + "name": "nrfCC", + "includePath": [ + "${workspaceFolder}/**", + "${workspaceFolder}/src/**", + "${workspaceFolder}/src" + ], + "defines": [], + "compilerPath": "${env:ARM_NONE_EABI_TOOLCHAIN_PATH}/bin/arm-none-eabi-gcc", + "cStandard": "c11", + "cppStandard": "c++14", + "intelliSenseMode": "linux-gcc-arm", + "configurationProvider": "ms-vscode.cpp-tools", + "compileCommands": "${workspaceFolder}/build/compile_commands.json" + } + ], + "version": 4 +}
\ No newline at end of file |
