Files
EmbeddedInterFace/.vscode/settings.json

30 lines
955 B
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/ttyUSB0",
"idf.toolsPath": "/home/bruno/.espressif",
"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"
},
"idf.flashType": "UART",
"files.associations": {
"**/debian/*.install": "plain",
"dataproc.h": "c",
"array": "c",
"string": "c",
"string_view": "c",
"span": "c",
"esp_timer.h": "c",
"sx1262.h": "c",
"uart.h": "c"
},
"idf.flashBaudRate": "921600",
"idf.monitorBaudRate": "921600",
}