From d0cb33ee5f84bc5dd4358df040b1b21dde7aed42 Mon Sep 17 00:00:00 2001 From: Michal Hanus Date: Mon, 21 Apr 2025 19:30:57 +0200 Subject: bck --- nrfdemo/.vscode/c_cpp_properties.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 nrfdemo/.vscode/c_cpp_properties.json (limited to 'nrfdemo/.vscode/c_cpp_properties.json') 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 -- cgit v1.2.3