20 lines
467 B
JSON
20 lines
467 B
JSON
{
|
|
"idf.pythonInstallPath": "/opt/esp/python_env/idf6.1_py3.12_env/bin/python",
|
|
"idf.port": "/dev/ttyUSB0",
|
|
"idf.openOcdConfigs": [
|
|
"board/esp32s3-builtin.cfg"
|
|
],
|
|
"idf.customExtraVars": {
|
|
"IDF_CCACHE_ENABLE": "1",
|
|
"IDF_TARGET": "esp32s3"
|
|
},
|
|
"files.associations": {
|
|
"*.md": "markdown",
|
|
"*.java": "java",
|
|
"esp_log.h": "c",
|
|
"sdkconfig.h": "c",
|
|
"gpio.h": "c",
|
|
"gpio_hal.h": "c"
|
|
}
|
|
}
|
|
|