diff options
| author | Michal Hanus <mikehanus@protonmail.com> | 2025-04-21 19:30:57 +0200 |
|---|---|---|
| committer | Michal Hanus <mikehanus@protonmail.com> | 2025-04-21 19:30:57 +0200 |
| commit | d0cb33ee5f84bc5dd4358df040b1b21dde7aed42 (patch) | |
| tree | 59f45f64a0f835e10f16ca3db64f79d12e04cc88 /nrfdemo/.vscode | |
| parent | 9078b7ec09b135f091cb951ed234bf013c9c838e (diff) | |
bck
Diffstat (limited to 'nrfdemo/.vscode')
| -rw-r--r-- | nrfdemo/.vscode/c_cpp_properties.json | 20 | ||||
| -rw-r--r-- | nrfdemo/.vscode/settings.json | 10 |
2 files changed, 29 insertions, 1 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 diff --git a/nrfdemo/.vscode/settings.json b/nrfdemo/.vscode/settings.json index 66d426d..4523da1 100644 --- a/nrfdemo/.vscode/settings.json +++ b/nrfdemo/.vscode/settings.json @@ -1,5 +1,13 @@ { "files.associations": { - "bme680.h": "c" + "bme680.h": "c", + "mqtt_connection.h": "c", + "socket.h": "c", + "kernel.h": "c", + "nrf_modem_lib.h": "c", + "log.h": "c", + "lte_lc.h": "c", + "net_ip.h": "c", + "socket_select.h": "c" } }
\ No newline at end of file |
