We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df0175 commit f7a9474Copy full SHA for f7a9474
docs/options.md
@@ -404,6 +404,20 @@ Frequency in Hertz of the target's system clock. Used to compute the SWO baud ra
404
divider.
405
</td></tr>
406
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
418
+TCP port number for the raw SWV stream server.
419
420
421
<tr><td>telnet_port</td>
422
<td>int</td>
423
<td>4444</td>
0 commit comments