platformio / platform-espressif32

Espressif 32: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/espressif32
Apache License 2.0
900 stars 607 forks source link

Add support for esp32 builtin usb jtag adapter #661

Open ad7718 opened 2 years ago

ad7718 commented 2 years ago

esp_usb_jtag (for example) need to be added as debug adapter. openocd-esp32 needs to be compiled with support of esp builtin jtag support. I've tested it with esp-c3 and it works.

ad7718 commented 2 years ago

I've made a template project for debugging, maybe it will help https://github.com/ad7718/esp32-c3_pio_builtin_jtag_debugging

ad7718 commented 2 years ago

659