Browse Source

boards: mps2: fix table formatting

Table had wrong formatting, causing documentation warnings.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
pull/69687/head
Gerard Marull-Paretas 1 year ago committed by Carles Cufi
parent
commit
0fef0cef5b
  1. 6
      boards/arm/mps2/doc/mps2_an521.rst

6
boards/arm/mps2/doc/mps2_an521.rst

@ -66,11 +66,11 @@ ignoring the S/NS alias difference. @@ -66,11 +66,11 @@ ignoring the S/NS alias difference.
+-------------------------+-----+----------------+----------------+------------+
| Board | CPU | Code (Offset) | SRAM (Offset) | S/NS Alias |
+=========================+=====+================+================+============+
| mps2/an521/cpu0 | 0 | 4MB (0) | 4MB (0) | S |
| mps2/an521/cpu0 | 0 | 4MB (0) | 4MB (0) | S |
+-------------------------+-----+----------------+----------------+------------+
| mps2/an521/cpu0/ns | 0 | 512KB (1MB) | 512KB (1MB) | NS |
| mps2/an521/cpu0/ns | 0 | 512KB (1MB) | 512KB (1MB) | NS |
+-------------------------+-----+----------------+----------------+------------+
| mps2/an521/cpu1 | 1 | 468KB (3628KB) | 512KB (1.5MB) | NS |
| mps2/an521/cpu1 | 1 | 468KB (3628KB) | 512KB (1.5MB) | NS |
+-------------------------+-----+----------------+----------------+------------+
The ``mps2/an521/cpu0/ns`` board target is intended to be used with TF-M, with the

Loading…
Cancel
Save