Skip to content

Commit 706f11d

Browse files
committed
Update idf variables
1 parent a03d929 commit 706f11d

File tree

2 files changed

+38
-26
lines changed

2 files changed

+38
-26
lines changed
Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
{
22
"configurations": [
3-
{
4-
"name": "ESP-IDF",
5-
"compilerPath": "${default}",
6-
"cStandard": "c11",
7-
"cppStandard": "c++17",
8-
"includePath": [
9-
"${config:idf.espIdfPath}/components/**",
10-
"${config:idf.espIdfPathWin}/components/**",
11-
"${config:idf.espAdfPath}/components/**",
12-
"${config:idf.espAdfPathWin}/components/**",
13-
"${workspaceFolder}/**"
14-
],
15-
"browse": {
16-
"path": [
17-
"${config:idf.espIdfPath}/components",
18-
"${config:idf.espIdfPathWin}/components",
19-
"${config:idf.espAdfPath}/components/**",
20-
"${config:idf.espAdfPathWin}/components/**",
21-
"${workspaceFolder}"
22-
],
23-
"limitSymbolsToIncludedHeaders": false
24-
}
3+
{
4+
"name": "ESP-IDF",
5+
"compilerPath": "${default}",
6+
"cStandard": "c11",
7+
"cppStandard": "c++17",
8+
"includePath": [
9+
"${config:idf.espIdfPath}/components/**",
10+
"${config:idf.espIdfPathWin}/components/**",
11+
"${config:idf.espAdfPath}/components/**",
12+
"${config:idf.espAdfPathWin}/components/**",
13+
"${workspaceFolder}/**"
14+
],
15+
"browse": {
16+
"path": [
17+
"${config:idf.espIdfPath}/components",
18+
"${config:idf.espIdfPathWin}/components",
19+
"${config:idf.espAdfPath}/components/**",
20+
"${config:idf.espAdfPathWin}/components/**",
21+
"${workspaceFolder}"
22+
],
23+
"limitSymbolsToIncludedHeaders": false
2524
}
25+
}
2626
],
2727
"version": 4
28-
}
28+
}
Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
11
{
22
"C_Cpp.intelliSenseEngine": "Tag Parser",
3-
"idf.portWin": "COM10",
4-
"idf.adapterTargetName": "esp32",
3+
"idf.portWin": "COM10",
4+
"idf.flashType": "JTAG",
5+
"idf.espAdfPath": "/test/esp-adf",
6+
"idf.espIdfPath": "${env:IDF_PATH}",
7+
"idf.espMdfPath": "/test/esp-mdf",
8+
"idf.port": "/serialport",
9+
"idf.pythonBinPath": "/opt/esp/python_env/idf4.4_py3.8_env/bin/python",
510
"idf.openOcdConfigs": [
611
"interface/ftdi/esp32_devkitj_v1.cfg",
712
"target/esp32.cfg"
813
],
9-
"idf.flashType": "JTAG"
14+
"idf.toolsPath": "${env:IDF_TOOLS_PATH}",
15+
"idf.gitPath": "/usr/bin/git",
16+
"files.simpleDialog.enable": true,
17+
"window.dialogStyle": "custom",
18+
"idf.customExtraPaths": "${env:PATH}",
19+
"idf.customExtraVars": "{\"OPENOCD_SCRIPTS\": \"${env:OPENOCD_SCRIPTS}\" }",
20+
"idf.notificationSilentMode": true,
21+
"idf.adapterTargetName": "esp32"
1022
}

0 commit comments

Comments
 (0)