Skip to content

Commit 7686621

Browse files
committed
Updates to J-Link telnet always on (draft)
Signed-off-by: Jens Reinecke <jens.reinecke@arm.com>
1 parent 9fa3dd1 commit 7686621

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/YML-Input-Format.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2656,11 +2656,11 @@ debugger:
26562656
!!! Note
26572657
The `telnet:` feature will be implemented until Dec 2025. This section is only a preview.
26582658

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.
26602660

26612661
`telnet:` | | Description
26622662
:---------------------------------------------------------|-------------|:------------------------------------
2663-
`- mode:` |**Required** | Redirect output: `server`, `monitor`.
2663+
`- mode:` |**Required** | Redirect output: `server`, `console`, `monitor`.
26642664

26652665
Telnet Mode | Description
26662666
:-------------|:--------------------------------------
@@ -2669,7 +2669,7 @@ Telnet Mode | Description
26692669
`monitor` | Serial I/O via TCP/IP port to VS Code Serial Monitor.
26702670

26712671
!!! 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.
26732673

26742674
#### `trace:` for JLink Server
26752675

0 commit comments

Comments
 (0)