Search found 2 matches

by Nikitarc
Tue Feb 27, 2024 6:10 pm
Forum: IDEs for ESP-IDF
Topic: Eclipse show red higligh in somes lines but compiles ok
Replies: 1
Views: 2739

Re: Eclipse show red higligh in somes lines but compiles ok

Looks like some include path are not known by the editor, so can't resolve...
Is this a IDF plugin feature ?
by Nikitarc
Tue Feb 27, 2024 5:26 pm
Forum: IDEs for ESP-IDF
Topic: Espressif IDE: GDB doesn't connect to OpenOCD
Replies: 1
Views: 3051

Espressif IDE: GDB doesn't connect to OpenOCD

Hello, I just installed Espressif Eclipse IDE with 'Windows offline installer' following this how to: https://github.com/espressif/idf-eclipse-plugin?tab=readme-ov-file#Installation Windows 10 Espressif IDE V2.12.0, ESP-IDE v5.1.2 I use an ESP32-C3 I can compile and flash the blink application. That...