File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ so if you use any other configuration you will not get log messages over the on-
9494| ESP32-P4 | TX : 37, RX: 38 | N/A | TX: 10, RX: 11 | N/A | N/A | 24/25 |
9595| ESP32-S2 | TX : 43, RX: 44 | N/A | TX: 17, RX: 18 | N/A | 19/20 | N/A |
9696| ESP32-S3 | TX : 43, RX: 44 | N/A | TX: 17, RX: 18 | Undefined | 19/20 | 19/20 |
97+ | NRF52 | pins varies by board | N/A | pins varies by board | Undefined | D+/D- | N/A |
9798
9899*Undefined* means that the logger component cannot use this harware UART at this time.
99100
@@ -116,7 +117,8 @@ the original ESP32 or ESP8266) continue to use USB-to-serial bridge ICs for comm
116117| ESP32-P4 | `USB_SERIAL_JTAG` |
117118| ESP32-S2 | `USB_CDC` |
118119| ESP32-S3 | `USB_SERIAL_JTAG` |
119- | RP2040 | `USB_CDC` |
120+ | RP2040 | `USB_CDC` |
121+ | NRF52 | `USB_CDC` |
120122
121123{{< anchor "logger-log_levels" >}}
122124
You can’t perform that action at this time.
0 commit comments