Skip to content

Commit 769141d

Browse files
DavidLesnjakRobertRostohar
authored andcommitted
docs: options: fix table formatting
1 parent 8534a01 commit 769141d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/options.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -547,8 +547,7 @@ assigned to <tt>core0</tt> and <tt>mytarget_cm0.out</tt> is assigned to <tt>core
547547
<tr><td>rtt</td>
548548
<td>YAML Node</td>
549549
<td><i>No default</i></td>
550-
<td><p>Configuration for <a href="https://www.segger.com/products/debug-probes/j-link/technology/about-real-time-transfer/">SEGGER RTT</a>
551-
</p>
550+
<td><p>Configuration for <a href="https://www.segger.com/products/debug-probes/j-link/technology/about-real-time-transfer/">SEGGER RTT</a></p>
552551
<pre>
553552
rtt:
554553
- pname: # [optional] Processor identifier (required for multicore devices).
@@ -567,9 +566,9 @@ rtt:
567566
</pre>
568567
<p>Example:</p>
569568
<ul>
570-
<li>Command line:<br>
569+
<li>Command line:<br/>
571570
<tt>-O rtt="[{control-block: {address: 0x20000000, size: 0x00020000}, channel: [{number: 0, mode: stdio}, {number: 1, mode: systemview}]}]"</tt></li>
572-
<li>Config file:<br>
571+
<li>Config file:<br/>
573572
<pre>rtt:
574573
- control-block:
575574
address: 0x20000000
@@ -578,7 +577,8 @@ rtt:
578577
- number: 0
579578
mode: stdio
580579
- number: 1
581-
mode: systemview</pre></li>
580+
mode: systemview
581+
</pre></li></ul></td></tr>
582582

583583
<tr><td>systemview_file</td>
584584
<td>str</td>

0 commit comments

Comments
 (0)