Skip to content

Commit

Permalink
Add C++ configuration for Mbed OS version of the shell example.
Browse files Browse the repository at this point in the history
  • Loading branch information
pan- committed Apr 29, 2021
1 parent feba280 commit d25ae92
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,23 @@
"path": ["${workspaceFolder}/out/debug/"],
"limitSymbolsToIncludedHeaders": true
}
},
{
"name": "Mbed examples debug (GN)",
"cStandard": "c11",
"cppStandard": "gnu++14",
"intelliSenseMode": "gcc-arm",
"compilerPath": "/opt/mbed-os-toolchain/gcc-arm-none-eabi-9-2019-q4-major/bin/arm-none-eabi-gcc",
"browse": {
"path": [
"${workspaceFolder}/examples/shell/mbed/build-NRF52840_DK/"
],
"limitSymbolsToIncludedHeaders": true
},
"defines": [
"CHIP_DEVICE_LAYER_TARGET_MBED=1",
"CHIP_DEVICE_LAYER_TARGET=mbed"
]
}
],
"version": 4
Expand Down

0 comments on commit d25ae92

Please sign in to comment.