Skip to content

Commit

Permalink
[esp32] Set logger default interface for C6 (#4599)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbx81 authored Jan 22, 2025
1 parent 2a650cd commit 83fa58f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions components/logger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,13 @@ Default UART GPIO Pins
- N/A
- N/A
- 18/19
* - ESP32-C6
- TX: 16, RX: 17
- N/A
- Undefined
- N/A
- N/A
- 12/13
* - ESP32-S2
- TX: 43, RX: 44
- N/A
Expand Down Expand Up @@ -136,6 +143,9 @@ the original ESP32 or ESP8266) continue to use USB-to-serial bridge ICs for comm
* - ESP32-C3
- ``USB_CDC``
- ``USB_SERIAL_JTAG``
* - ESP32-C6
- ``USB_CDC``
- ``USB_SERIAL_JTAG``
* - ESP32-S2
- ``USB_CDC``
- ``USB_CDC``
Expand Down

0 comments on commit 83fa58f

Please sign in to comment.