Skip to content

Instantly share code, notes, and snippets.

@h1romas4
Last active August 12, 2018 08:03
Show Gist options
  • Save h1romas4/b121a931bfb976f3af5ddda0a506b54f to your computer and use it in GitHub Desktop.
Save h1romas4/b121a931bfb976f3af5ddda0a506b54f to your computer and use it in GitHub Desktop.
ESP32 用の c_cpp_properties.json 設定
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceRoot}",
"~/esp/esp-idf/components/"
],
"browse": {
"limitSymbolsToIncludedHeaders": true,
"databaseFilename": "",
"path": [
"${workspaceRoot}",
"~/esp/esp-idf/components/"
]
},
"intelliSenseMode": "clang-x64",
"compilerPath": "~/esp/xtensa-esp32-elf",
"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