This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 9e33dc077acda55ef6e843135235ef0643ad4388 Author: dechao_gong <[email protected]> AuthorDate: Wed Aug 5 16:34:22 2026 +0800 Documentation/rtl8721f: add rtl8721f_evb board photo Add the board photo and replace the placeholder todo in the RTL8721F EVB documentation index with a figure directive so the board page renders the hardware image, matching the other Realtek board pages. Signed-off-by: dechao_gong <[email protected]> Assisted-by: Claude <[email protected]> --- .../arm/rtl8721f/boards/rtl8721f_evb/index.rst | 8 +++++--- .../arm/rtl8721f/boards/rtl8721f_evb/rtl8721f_evb.png | Bin 0 -> 95447 bytes 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Documentation/platforms/arm/rtl8721f/boards/rtl8721f_evb/index.rst b/Documentation/platforms/arm/rtl8721f/boards/rtl8721f_evb/index.rst index e20c76a57bb..b00cb6c40e7 100644 --- a/Documentation/platforms/arm/rtl8721f/boards/rtl8721f_evb/index.rst +++ b/Documentation/platforms/arm/rtl8721f/boards/rtl8721f_evb/index.rst @@ -4,10 +4,12 @@ RTL8721F EVB .. tags:: chip:rtl8721f, arch:arm, vendor:realtek -.. todo:: +.. figure:: rtl8721f_evb.png + :scale: 50 % + :align: center + :alt: Realtek RTL8721F EVB development board - Add a photo of the RTL8721F EVB board here as ``rtl8721f_evb.png`` in this - directory, referenced with a ``.. figure::`` directive. + The RTL8721F EVB development board. The RTL8721F EVB is a Realtek RTL8721F evaluation board. NuttX runs on the KM4TZ application core — an Arm Cortex-M55-compatible core running at up to diff --git a/Documentation/platforms/arm/rtl8721f/boards/rtl8721f_evb/rtl8721f_evb.png b/Documentation/platforms/arm/rtl8721f/boards/rtl8721f_evb/rtl8721f_evb.png new file mode 100644 index 00000000000..d4402cbf0e2 Binary files /dev/null and b/Documentation/platforms/arm/rtl8721f/boards/rtl8721f_evb/rtl8721f_evb.png differ
