Skip to content

Commit

Permalink
Mention debugging with esp32c3 devkitC
Browse files Browse the repository at this point in the history
  • Loading branch information
MabezDev committed Jun 3, 2024
1 parent 5e55ac6 commit b1e04fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 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.

To find your ESP32-C3 revision, run:
```shell
Expand Down

0 comments on commit b1e04fa

Please sign in to comment.