diff options
| author | Michal Hanus <hanus.michal@divelit.cz> | 2025-04-23 13:43:14 +0200 |
|---|---|---|
| committer | Michal Hanus <hanus.michal@divelit.cz> | 2025-04-23 13:43:14 +0200 |
| commit | d1c04e8b36bc206eb520f7b79183d5c015855252 (patch) | |
| tree | 469857024814e16b8ed27c52c5b8689358455f33 /nrfdemo/.vscode/c_cpp_properties.json | |
| parent | 851d92974af6cefa00de1379dad8b8076c2dd107 (diff) | |
| parent | 0dee9f28ef79d54ec06f460b5e1deb10a8efd303 (diff) | |
Merge remote-tracking branch 'refs/remotes/xyz/master'
Diffstat (limited to 'nrfdemo/.vscode/c_cpp_properties.json')
| -rw-r--r-- | nrfdemo/.vscode/c_cpp_properties.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/nrfdemo/.vscode/c_cpp_properties.json b/nrfdemo/.vscode/c_cpp_properties.json new file mode 100644 index 0000000..49fcd73 --- /dev/null +++ b/nrfdemo/.vscode/c_cpp_properties.json @@ -0,0 +1,20 @@ +{ + "configurations": [ + { + "name": "Linux", + "includePath": [ + "${workspaceFolder}/**", + "/home/mike/Documents/ncs/v2.7.0/zephyr/include/", + "/home/mike/Documents/ncs/v2.7.0/nrf/include/", + "/home/mike/Documents/ncs/v2.7.0/nrfxlib/nrf_modem/include/" + ], + "defines": [], + "compilerPath": "/usr/bin/clang", + "cStandard": "c17", + "cppStandard": "c++14", + "intelliSenseMode": "linux-clang-x64", + "configurationProvider": "nordic-semiconductor.nrf-connect" + } + ], + "version": 4 +}
\ No newline at end of file |
