Files
EmbeddedESP/.vscode/settings.json
2025-05-01 23:56:31 +02:00

48 lines
1.4 KiB
JSON

{
"C_Cpp.intelliSenseEngine": "default",
"idf.espIdfPath": "/home/bruno/esp/master/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",
"task.h": "c",
"compare": "c",
"uart_struct.h": "c",
"uart.h": "c",
"gpio_num.h": "c",
"mcp3550.h": "c",
"esp_timer.h": "c",
"math.h": "c",
"esp_check.h": "c",
"radio.h": "c",
"sx1262.h": "c",
"gps.h": "c",
"servocontroller.h": "c"
}
}