https://docs.platformio.org/en/latest//boards/espressif32/seeed_xiao_esp32s3.html https://wiki.seeedstudio.com/xiao_esp32s3_getting_started/
References https://community.platformio.org/t/how-to-use-jtag-built-in-debugger-of-the-esp32-s3-in-platformio/36042 and https://mydicedevice.com/?p=514.
- Install latest version of "Espressif - WinUSB support for JTAG (ESP32-C3/S3)" driver https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/api-guides/jtag-debugging/configure-builtin-jtag.html.
- Download Zadig https://zadig.akeo.ie/.
- In Zadig, list all devices under options.
- Install USB CDC driver for USB JTAG/serial debug unit (interface 0).
- Install libusbK driver for USB JTAG/serial debug unit (interface 2).
- Use platformio.ini from this project and update COM ports.
- Upload and debug should now work through esp-builtin interface!