[PATCH] doc: board: theobroma-systems: fix feature list in introductions

From: Quentin Schulz quentin.schulz@cherry.de
Board introductions have a feature list which isn't formatted properly according to rST and is thus rendered incorrectly.
Fix this by adding the missing newlines in the appropriate places.
Signed-off-by: Quentin Schulz quentin.schulz@cherry.de --- doc/board/theobroma-systems/puma_rk3399.rst | 1 + doc/board/theobroma-systems/tiger_rk3588.rst | 7 +++++++ 2 files changed, 8 insertions(+)
diff --git a/doc/board/theobroma-systems/puma_rk3399.rst b/doc/board/theobroma-systems/puma_rk3399.rst index 5bc6385e451b73075ffd63994191721676ede8b0..a2a5e7bca4b90c7d85084c7e5dd8abb0d5108d4c 100644 --- a/doc/board/theobroma-systems/puma_rk3399.rst +++ b/doc/board/theobroma-systems/puma_rk3399.rst @@ -27,6 +27,7 @@ RK3399-Q7 features: * Camera: 2x CSI (one on the edge connector, one on the Q7 specified CSI ZIF) * NOR Flash: onboard SPI NOR * Companion Controller: onboard additional Cortex-M0 microcontroller + * RTC * fan controller * CAN diff --git a/doc/board/theobroma-systems/tiger_rk3588.rst b/doc/board/theobroma-systems/tiger_rk3588.rst index a73eec7fb9b4dfdf8a2010b5b177959bd5b865c4..46112544c8241a286567146906e943f76bc9523a 100644 --- a/doc/board/theobroma-systems/tiger_rk3588.rst +++ b/doc/board/theobroma-systems/tiger_rk3588.rst @@ -8,6 +8,7 @@ connector) system-on-module from Theobroma Systems, featuring the Rockchip RK3588.
It provides the following feature set: + * up to 16GB LPDDR4x * on-module eMMC * SD card (on a baseboard) via edge connector @@ -18,14 +19,20 @@ It provides the following feature set: * HDMI input over FPC connector * CAN * USB + - 1x USB 3.0 dual-role (direct connection) - 2x USB 3.0 host + 1x USB 2.0 host + * PCIe + - 1x PCIe 2.1 Gen3, 4 lanes - 2xSATA / 2x PCIe 2.1 Gen1, 2 lanes + * on-module ATtiny816 companion controller, implementing: + - low-power RTC functionality (ISL1208 emulation) - fan controller (AMC6821 emulation) + * on-module Secure Element with Global Platform 2.2.1 compliant JavaCard environment
--- base-commit: 12fcb9825758a6ad84a22999eaaaa4a0c6a8ff94 change-id: 20241202-tsd-doc-fixup-74fa49f4bc45
Best regards,
participants (1)
-
Quentin Schulz