This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 9baf67c9d45f3ba708172af3650b25471a79f5c2 Author: Matteo Golin <[email protected]> AuthorDate: Mon Jan 5 16:16:55 2026 -0500 docs/platforms/raspberrypi-4b: Document testing configurations Adds documentation for the two new testing configurations, ostest and coremark. Signed-off-by: Matteo Golin <[email protected]> --- .../arm64/bcm2711/boards/raspberrypi-4b/index.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Documentation/platforms/arm64/bcm2711/boards/raspberrypi-4b/index.rst b/Documentation/platforms/arm64/bcm2711/boards/raspberrypi-4b/index.rst index cee2f41e24e..70438f80ca9 100644 --- a/Documentation/platforms/arm64/bcm2711/boards/raspberrypi-4b/index.rst +++ b/Documentation/platforms/arm64/bcm2711/boards/raspberrypi-4b/index.rst @@ -198,6 +198,20 @@ nsh A simple configuration with NSH on the Mini-UART console, accessible using a TTL cable connected to GPIO 14 & 15. +coremark +-------- + +This configuration boots directly into the :doc:`coremark +</applications/benchmarks/coremark/index>` benchmark and displays the results of +the test over the serial console. + +ostest +------ + +This configuration boots directly into :doc:`ostest +</applications/testing/ostest/index>` and displays the results of the test over +the serial console. The test runs 5 times. + sd --
