Files
EmbeddedESP/.vscode/settings.json
2025-04-15 16:32:28 +02:00

35 lines
1.0 KiB
JSON

{
"C_Cpp.intelliSenseEngine": "default",
"idf.espIdfPath": "/home/bruno/esp/v5.4.1/esp-idf",
"idf.pythonInstallPath": "/usr/bin/python",
"idf.openOcdConfigs": [
"board/esp32s3-builtin.cfg"
],
"idf.port": "/dev/ttyACM0",
"idf.toolsPath": "/home/bruno/.espressif",
"idf.flashType": "UART",
"idf.customExtraVars": {
"OPENOCD_SCRIPTS": "/home/bruno/.espressif/tools/openocd-esp32/v0.12.0-esp32-20240821/openocd-esp32/share/openocd/scripts",
"ESP_ROM_ELF_DIR": "/home/bruno/.espressif/tools/esp-rom-elfs/20240305/",
"IDF_TARGET": "esp32s3"
},
"files.associations": {
"**/debian/*.install": "plain",
"stdio.h": "c",
"sensors.h": "c",
"freertos.h": "c",
"util.h": "c",
"i2cbrn.h": "c",
"sdkconfig.h": "c",
"esp_log.h": "c",
"bme680b.h": "c",
"mcp23018.h": "c",
"string.h": "c",
"ccs811.h": "c",
"esp_mac.h": "c",
"gpio.h": "c",
"chrono": "c",
"cstdint": "c"
}
}