Hi All,
I've been toying around the idea of using AI to semi-automatically port code to newer SDK versions. It's usually not very practical with C/C++ due to the sheer amount of header files where everything is defined. But now that we got VisualGDB's symbol-level editing working, I decided to give ...
Search found 13 matches
- Wed Mar 11, 2026 3:40 pm
- Forum: ESP-IDF
- Topic: Using AI to upgrade from ESP-IDF 4.1 to 5.5
- Replies: 0
- Views: 128
- Wed Sep 10, 2025 3:14 am
- Forum: ESP-IDF
- Topic: Announcement: GUI for managing ESP-IDF checkouts/tools
- Replies: 0
- Views: 1129
Announcement: GUI for managing ESP-IDF checkouts/tools
Hi All,
We were recently looking into updating VisualGDB to use ESP-IDF 5.5 and noticed that Espressif made a very solid system where each IDF version explicitly references specific versions of tools it needs via the tools.json file. We tested it with a few ESP-IDF versions and it worked out-of-the ...
We were recently looking into updating VisualGDB to use ESP-IDF 5.5 and noticed that Espressif made a very solid system where each IDF version explicitly references specific versions of tools it needs via the tools.json file. We tested it with a few ESP-IDF versions and it worked out-of-the ...
- Mon Mar 03, 2025 10:23 pm
- Forum: ESP-IDF
- Topic: Annotated ESP-IDF source and examples
- Replies: 2
- Views: 861
Annotated ESP-IDF source and examples
Hi All,
We are working on a new source navigation system for our products, so to test it out we made a cross-referenced snapshot of the latest ESP-IDF 5.4 and the examples included in it: https://sourcevu.sysprogs.com/espressif
You can pick a function and view incoming/outgoing calls, all ...
We are working on a new source navigation system for our products, so to test it out we made a cross-referenced snapshot of the latest ESP-IDF 5.4 and the examples included in it: https://sourcevu.sysprogs.com/espressif
You can pick a function and view incoming/outgoing calls, all ...
- Tue Oct 13, 2020 8:59 pm
- Forum: IDEs for ESP-IDF
- Topic: SPIFFS partition support in VisualGDB
- Replies: 1
- Views: 3443
SPIFFS partition support in VisualGDB
Hi All,
We are proud to announce that VisualGDB now fully supports SPIFFS partitions for ESP-IDF projects. We added support for adding/removing partitions and their contents directly from Solution Explorer.
We have published a detailed tutorial here: https://visualgdb.com/tutorials/esp32/spiffs ...
We are proud to announce that VisualGDB now fully supports SPIFFS partitions for ESP-IDF projects. We added support for adding/removing partitions and their contents directly from Solution Explorer.
We have published a detailed tutorial here: https://visualgdb.com/tutorials/esp32/spiffs ...
- Mon Sep 14, 2020 5:35 pm
- Forum: IDEs for ESP-IDF
- Topic: Announcement: VisualGDB now supports ESP32-S2
- Replies: 0
- Views: 2804
Announcement: VisualGDB now supports ESP32-S2
Hi All,
We are proud to announce that VisualGDB now fully supports targeting the ESP32-S2 devices. We have published a detailed tutorial showing how to debug the ESP32-S2-Kaluga-1 board here: https://visualgdb.com/tutorials/esp32/esp32-s2/.
Any comments or suggestions are always welcome.
We are proud to announce that VisualGDB now fully supports targeting the ESP32-S2 devices. We have published a detailed tutorial showing how to debug the ESP32-S2-Kaluga-1 board here: https://visualgdb.com/tutorials/esp32/esp32-s2/.
Any comments or suggestions are always welcome.
- Wed Feb 26, 2020 6:34 pm
- Forum: Showcase
- Topic: Remote video monitor with ESP32-CAM and ESP32-WROVER
- Replies: 0
- Views: 10330
Remote video monitor with ESP32-CAM and ESP32-WROVER
Hi All,
We have published a detailed tutorial on using the ESP32-WROVER board together with the ESP32-CAM board to make a Wi-Fi-based remote video monitor.
You can find the tutorial here: https://visualgdb.com/tutorials/esp32/remotevideo/
Any feedback will be appreciated.
We have published a detailed tutorial on using the ESP32-WROVER board together with the ESP32-CAM board to make a Wi-Fi-based remote video monitor.
You can find the tutorial here: https://visualgdb.com/tutorials/esp32/remotevideo/
Any feedback will be appreciated.
- Mon Jan 27, 2020 4:57 pm
- Forum: ESP-IDF
- Topic: Announcement: VisualGDB now supports ESP-IDF Unit Tests
- Replies: 0
- Views: 2474
Announcement: VisualGDB now supports ESP-IDF Unit Tests
Hi All,
We are happy to announce that we have added full support for ESP-IDF unit tests to VisualGDB. This includes using the Visual Studio's Solution Explorer to manage ESP-IDF test cases and using Test Explorer to select individual unit tests. The test results are reported using ESP-IDF's ...
We are happy to announce that we have added full support for ESP-IDF unit tests to VisualGDB. This includes using the Visual Studio's Solution Explorer to manage ESP-IDF test cases and using Test Explorer to select individual unit tests. The test results are reported using ESP-IDF's ...
- Thu Nov 14, 2019 5:33 pm
- Forum: Hardware
- Topic: Tutorial: Debugging Multiple ESP32 boards Simultansouely
- Replies: 0
- Views: 2754
Tutorial: Debugging Multiple ESP32 boards Simultansouely
Hi All,
Just wanted to share a tutorial how to configure the ESP32-WROVER boards to report unique USB serial numbers so that you can point OpenOCD to a specific board instance and hence debug multiple boards simultaneously: https://visualgdb.com/tutorials/esp32/multi/
Any comments/feedback will be ...
Just wanted to share a tutorial how to configure the ESP32-WROVER boards to report unique USB serial numbers so that you can point OpenOCD to a specific board instance and hence debug multiple boards simultaneously: https://visualgdb.com/tutorials/esp32/multi/
Any comments/feedback will be ...
- Wed Jul 17, 2019 5:59 pm
- Forum: ESP-IDF
- Topic: Announcement: ESP32 LCD Display Tutorial
- Replies: 2
- Views: 4996
Announcement: ESP32 LCD Display Tutorial
Hi All,
We have published a detailed tutorial showing how to control the LCD display on the ESP-WROVER board to display images downloaded via Wi-Fi: https://visualgdb.com/tutorials/esp32/lcd/
Any feedback on the tutorial will be appreciated.
We have published a detailed tutorial showing how to control the LCD display on the ESP-WROVER board to display images downloaded via Wi-Fi: https://visualgdb.com/tutorials/esp32/lcd/
Any feedback on the tutorial will be appreciated.
- Tue Jun 11, 2019 4:43 am
- Forum: ESP-ADF
- Topic: Announcement: VisualGDB now fully supports the ESP-ADF framework
- Replies: 1
- Views: 4444
Announcement: VisualGDB now fully supports the ESP-ADF framework
Hi All,
We are proud to announce that VisualGDB now fully supports the ESP-ADF framework on par with ESP-IDF.
We have published a detailed tutorial for creating an ESP-ADF-based project here: https://visualgdb.com/tutorials/esp32/esp-adf/
Another tutorial with detailed wiring instructions and ...
We are proud to announce that VisualGDB now fully supports the ESP-ADF framework on par with ESP-IDF.
We have published a detailed tutorial for creating an ESP-ADF-based project here: https://visualgdb.com/tutorials/esp32/esp-adf/
Another tutorial with detailed wiring instructions and ...