This commit is contained in:
2026-04-08 18:08:13 +02:00
commit 9504255571
15 changed files with 1754 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"configurations": [
{
"name": "ESP-IDF",
"compilerPath": "${default}",
"compileCommands": "${config:idf.buildPath}/compile_commands.json",
"includePath": [
"${workspaceFolder}/**"
],
"browse": {
"path": [
"${workspaceFolder}"
],
"limitSymbolsToIncludedHeaders": true
}
}
],
"version": 4
}
+10
View File
@@ -0,0 +1,10 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "gdbtarget",
"request": "attach",
"name": "Eclipse CDT GDB Adapter"
}
]
}
+6
View File
@@ -0,0 +1,6 @@
{
"C_Cpp.intelliSenseEngine": "default",
"idf.currentSetup": "/home/bruno/.espressif/v6.0/esp-idf",
"idf.flashType": "UART",
"idf.port": "/dev/ttyUSB0"
}