24 lines
647 B
JSON
24 lines
647 B
JSON
{
|
|
"C_Cpp.intelliSenseEngine": "default",
|
|
"idf.espIdfPath": "/home/bruno/esp/v5.3.3/esp-idf",
|
|
"idf.pythonInstallPath": "/usr/bin/python",
|
|
"idf.openOcdConfigs": [
|
|
"board/esp32s3-builtin.cfg"
|
|
],
|
|
"idf.port": "/dev/ttyUSB1",
|
|
"idf.toolsPath": "/home/bruno/.espressif",
|
|
"idf.customExtraVars": {
|
|
"IDF_TARGET": "esp32s3"
|
|
},
|
|
"idf.flashType": "UART",
|
|
"idf.flashBaudRate": "115200",
|
|
"idf.monitorBaudRate": "115200",
|
|
"files.associations": {
|
|
"**/debian/*.install": "plain",
|
|
"condition_variable": "c",
|
|
"ctime": "c",
|
|
"mutex": "c",
|
|
"cstdint": "c"
|
|
},
|
|
}
|