Reworked based on PR comments.
This commit is contained in:
19
.vscode/settings.json
vendored
Normal file
19
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user