Skip to content

Instantly share code, notes, and snippets.

@Pathak94
Last active August 31, 2018 12:25
Show Gist options
  • Save Pathak94/fa64817a8060e086d62cce150dc53e7e to your computer and use it in GitHub Desktop.
Save Pathak94/fa64817a8060e086d62cce150dc53e7e to your computer and use it in GitHub Desktop.
{
"configurations": [
{
"name": "Mac",
"includePath": [
"/usr/include",
"/usr/local/include",
"${workspaceFolder}"
],
"defines": [],
"intelliSenseMode": "clang-x64",
"browse": {
"path": [
"/usr/include",
"/usr/local/include",
"${workspaceFolder}"
],
"limitSymbolsToIncludedHeaders": true,
"databaseFilename": ""
},
"macFrameworkPath": [
"/System/Library/Frameworks",
"/Library/Frameworks"
]
},
{
"name": "Linux",
"includePath": [
"/usr/local/gcc-arm-none-eabi-4_9-2015q3/arm-none-eabi/include",
"/usr/local/gcc-arm-none-eabi-4_9-2015q3/lib/gcc/arm-none-eabi/6.3.1/include",
"/your/path/nRF5_SDK_14.2.0_17b948a/components/",
"/your/path/nRF5_SDK_14.2.0_17b948a/components/libraries/util",
"/your/path/nRF5_SDK_14.2.0_17b948a/components/libraries/",
"${workspaceRoot}"
],
"defines": [
],
"intelliSenseMode": "clang-x64",
"browse": {
"path": [
"/usr/local/gcc-arm-none-eabi-4_9-2015q3/arm-none-eabi/include",
"/usr/local/gcc-arm-none-eabi-4_9-2015q3/lib/gcc/arm-none-eabi/6.3.1/include",
"/your/path/nRF5_SDK_14.2.0_17b948a/components/",
"/your/path/nRF5_SDK_14.2.0_17b948a/components/libraries/util",
"/your/path/nRF5_SDK_14.2.0_17b948a/components/libraries/",
"${workspaceRoot}"
],
"limitSymbolsToIncludedHeaders": true,
"databaseFilename": ""
},
"compilerPath": "/usr/bin/clang",
"cStandard": "c11",
"cppStandard": "c++17"
},
{
"name": "Win32",
"includePath": [
"${workspaceFolder}",
"your/path/nRF5_SDK_14.2.0_17b948a"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"intelliSenseMode": "msvc-x64",
"browse": {
"path": [
"${workspaceFolder}",
"your/path/nRF5_SDK_14.2.0_17b948a"
],
"limitSymbolsToIncludedHeaders": true,
"databaseFilename": ""
},
"cStandard": "c11",
"cppStandard": "c++17"
}
],
"version": 4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment