esp_prog_vscode_debug
esp_prog_vscode_debug copied to clipboard
Hello, Till now I have used Jlink (jtag) to debug and flash ESP32. But I'm going to start with ESP32_Prog. I have found ESP_PROG to ESP32 as on Yout git...
I'm trying to get this to work on a esp32-c3-devkitm-1 with esp32-c3-mini. ESP-Prog connection: ESP_TMS - GPIO4 ESP_TCK - GPIO6 ESP_TDO - GPIO7 ESP_TDI - GPIO5 launch.json: ``` { //...
Couple of instructions needs to be updated. 1. "Native Debug" vscode extension is required for "type": "gdb" in launch.json. Otherwise IDE will show squiggly lines and debugging will not start...
What do you use for windows setup for the following? "esp_device_port": "/dev/ttyUSB0", Would this be COM10 for example?