forked from nuttx/nuttx-update
Documentation/esp32c3: Fix the OpenOCD board.
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
parent
16667930cb
commit
42232fa98e
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ integrates a USB-to-JTAG adapter.
|
|||
|
||||
OpenOCD can then be used::
|
||||
|
||||
openocd -c 'set ESP_RTOS none' -f board/esp32c3_builtin.cfg
|
||||
openocd -c 'set ESP_RTOS none' -f board/esp32c3-builtin.cfg
|
||||
|
||||
For versions prior to ESP32-C3 ECO3, an external JTAG adapter is needed.
|
||||
It can be connected as follows::
|
||||
|
|
Loading…
Reference in a new issue