Skip to content

Commit f7a9474

Browse files
committed
Add swv_raw_(enable|port) to options documentation
1 parent 4df0175 commit f7a9474

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/options.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,20 @@ Frequency in Hertz of the target's system clock. Used to compute the SWO baud ra
404404
divider.
405405
</td></tr>
406406

407+
<tr><td>swv_raw_enable</td>
408+
<td>bool</td>
409+
<td>True</td>
410+
<td>
411+
Enable flag for the raw SWV stream server.
412+
</td></tr>
413+
414+
<tr><td>swv_raw_port</td>
415+
<td>int</td>
416+
<td>3443</td>
417+
<td>
418+
TCP port number for the raw SWV stream server.
419+
</td></tr>
420+
407421
<tr><td>telnet_port</td>
408422
<td>int</td>
409423
<td>4444</td>

0 commit comments

Comments
 (0)