Initialize project structure with configuration files and basic setup
This commit is contained in:
19
.vscode/settings.json
vendored
Normal file
19
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"C_Cpp.intelliSenseEngine": "default",
|
||||
"idf.espIdfPath": "/home/unai/.esp/v5.5.2/esp-idf",
|
||||
"idf.pythonInstallPath": "/usr/bin/python",
|
||||
"idf.openOcdConfigs": [
|
||||
"board/esp32c6-builtin.cfg"
|
||||
],
|
||||
"idf.port": "detect",
|
||||
"idf.toolsPath": "/home/unai/.espressif",
|
||||
"idf.customExtraVars": {
|
||||
"IDF_TARGET": "esp32c6"
|
||||
},
|
||||
"clangd.path": "/home/unai/.espressif/tools/esp-clang/esp-19.1.2_20250312/esp-clang/bin/clangd",
|
||||
"clangd.arguments": [
|
||||
"--background-index",
|
||||
"--query-driver=**",
|
||||
"--compile-commands-dir=/home/unai/Development/espresssif_template_project/build"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user