mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
d366664b0d
Since both chips have built-in JTAG functionality, and there are no official boards with FT2232H for these chips, use the built-in JTAG by default. To use them with esp-prog, set: OPENOCD_COMMANDS="-f board/esp32c3-ftdi.cfg" or pass this via the --openocd-commands argument to idf.py.