Skip to content

Commit

Permalink
C3 rev correction (#136)
Browse files Browse the repository at this point in the history
* third way to flash: USB/IP

* revision of ESP32-C3 likely has a wrong magnitude (3 should be 0.3)

* oops

---------

Co-authored-by: Asko Kauppi <akauppi@gmail.com>
  • Loading branch information
lure23 and akauppi authored Jan 8, 2024
1 parent 29745e6 commit daddbfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tooling/debugging/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Refer to the table below to see which chip is supported in every debugging metho
Some of our recent products contain the `USB-JTAG-SERIAL` peripheral that allows for debugging without any external hardware debugger. More info on configuring the interface can be found in the official documentation for the chips that support this peripheral:
- [ESP32-C3][esp32c3-docs]
- The availability of built-in JTAG interface depends on the ESP32-C3 revision:
- Revisions older than 3 **don't** a have built-in JTAG interface.
- Revisions 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.
- 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.

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

0 comments on commit daddbfb

Please sign in to comment.