Skip to content

Commit

Permalink
Mention debugging with esp32c3 devkitC (#161)
Browse files Browse the repository at this point in the history
* Mention debugging with esp32c3 devkitC

* Or recommend the rust board
  • Loading branch information
MabezDev authored Jun 3, 2024
1 parent 5e55ac6 commit 73152c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tooling/debugging/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Some of our recent products contain the `USB-JTAG-SERIAL` peripheral that allows
- The availability of built-in JTAG interface depends on the ESP32-C3 revision:
- Revisions older than 0.3 **don't** have a built-in JTAG interface.
- Revisions 0.3 (and newer) **do** have a built-in JTAG interface, and you don't have to connect an external device to be able to debug.
- The ESP32-C3 Devkit C doesn't expose the JTAG interface over USB by default, see the [ESP32-C3 debugging docs][esp32c3-docs] to configure the board for debugging or consider using the [esp32c3-rust-board] instead.

To find your ESP32-C3 revision, run:
```shell
Expand All @@ -36,4 +37,5 @@ Some of our recent products contain the `USB-JTAG-SERIAL` peripheral that allows
[esp32c6-docs]: https://docs.espressif.com/projects/esp-idf/en/latest/esp32c6/api-guides/jtag-debugging/configure-builtin-jtag.html
[esp32h2-docs]: https://docs.espressif.com/projects/esp-idf/en/latest/esp32h2/api-guides/jtag-debugging/configure-builtin-jtag.html
[esp32s3-docs]: https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/api-guides/jtag-debugging/configure-builtin-jtag.html
[esp32c3-rust-board]: https://github.com/esp-rs/esp-rust-board

0 comments on commit 73152c7

Please sign in to comment.