Skip to content

Commit c4210d2

Browse files
[nrf52,logger] add doc (#5544)
Co-authored-by: Jonathan Swoboda <[email protected]>
1 parent 2f3482e commit c4210d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/components/logger.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)