diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2021-08-14 19:53:35 (GMT) |
|---|---|---|
| committer | Riku Isokoski <riksu9000@gmail.com> | 2021-08-14 19:53:35 (GMT) |
| commit | c3d8ee14fe7b0e00627e1f12d4c6654c60fc3b72 (patch) | |
| tree | 3f87ed874ff358a75b8314d79327e46fb7ced927 /.vscode/c_cpp_properties.json | |
| parent | d307c6bd9ebd5e0af166ba9b4a491eb284b10b1d (diff) | |
| parent | dec4bab33496527e43850742a4b3dafd753eab83 (diff) | |
Merge branch 'develop' into refresh_rework
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 |
