aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json16
1 files changed, 1 insertions, 15 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 2865af94..5e09a03c 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,19 +1,5 @@
{
- "cmake.configureArgs": [
- "-DARM_NONE_EABI_TOOLCHAIN_PATH=/home/panky92/embedded/gcc-arm-none-eabi-9-2020-q2-update",
- "-DNRF5_SDK_PATH=/home/panky92/embedded/nRF5_sdk",
- "-DUSE_OPENOCD=1"
- ],
- "cmake.buildTask": true,
"files.associations": {
- "streambuf": "cpp",
- "chrono": "cpp",
- "tuple": "cpp",
- "functional": "cpp",
- "*.tcc": "cpp",
- "string": "cpp",
- "fstream": "cpp",
- "iosfwd": "cpp",
- "nrf_rtc.h": "c"
+ "chrono": "cpp"
}
} \ No newline at end of file