Search found 2 matches

by wmauss
Fri Apr 17, 2020 8:57 pm
Forum: IDEs for ESP-IDF
Topic: Debugging fails using VSC with Intellisense
Replies: 1
Views: 5459

Debugging fails using VSC with Intellisense

Hi, I have configured VSC (1.44.1) together with the C/C++ Intellisense (0.27.0) extension according to this Youtube tutorial: https://www.youtube.com/watch?v=KRyvly_SYS8 I used ESP-IDF windows installer 2.3. After manually adding the directories to the PATH environment variable, which are listed wh...
by wmauss
Sun Dec 22, 2019 8:17 am
Forum: ESP-IDF
Topic: Raspberry as JTAG dongle: openocd-esp32 branch does not compile on gcc8
Replies: 0
Views: 1971

Raspberry as JTAG dongle: openocd-esp32 branch does not compile on gcc8

All, I would like to use a Raspberry Zero (Raspbian 10, "Buster") as JTAG dongle to debug ESP32 code. Unfortunately make fails with a "cast between incompatible function types" error message, see https://github.com/espressif/openocd-esp32/issues/86 . In the issues section on Github for openocd-esp32...