You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/YML-Input-Format.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2656,11 +2656,11 @@ debugger:
2656
2656
!!! Note
2657
2657
The `telnet:` feature will be implemented until Dec 2025. This section is only a preview.
2658
2658
2659
-
J-Link supports a Telnet service that connects to character I/O funtions. Character I/O is supported via Semihosting (or Segger RTT channel 0). Currently only semihosting is configured for the primiary core.
2659
+
J-Link supports a Telnet service that connects to character I/O funtions. Character I/O is supported via Semihosting (or Segger RTT channel 0). Currently only semihosting is configured for the primary core.
`monitor`| Serial I/O via TCP/IP port to VS Code Serial Monitor.
2670
2670
2671
2671
!!! Note
2672
-
- When no `telnet` node is applied Serial I/O is disabled.
2672
+
- Serial I/O is always enabled for J-Link. Always provide `telnet:` nodes for multi-core connections to ensure correct functionality of the J-Link GDB server.
0 commit comments