Having some problems with Epressif board ESP32Wrover with VisualGDB 5.4 and ESP-IDF 3.3.
Trying some image processing, we need FFT libraries written in assembler. These libraries required the ESP-IDF 4 version. When we tried to install ESP-IDF 4.1 version the VisualGDB does not work with it at all. Updated the VisualGDB to version 5.5.2, but this didn’t help. Even more this latest version does notwork now with ESP-IDF 3.3.
What should we do to make the VisualGDB work with any ESP-IDF 4.x version? Which version of VisualGDB supports it?
Thank