This is an automated email from the ASF dual-hosted git repository. lupyuen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit a50614512ce360b899aa41d66ddbfb04849f705d Author: Matteo Golin <[email protected]> AuthorDate: Sun May 10 03:57:18 2026 -0400 docs/raspberrypi-4b: Document new SMP configuration Documents the new SMP configuration. Signed-off-by: Matteo Golin <[email protected]> --- .../platforms/arm64/bcm2711/boards/raspberrypi-4b/index.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Documentation/platforms/arm64/bcm2711/boards/raspberrypi-4b/index.rst b/Documentation/platforms/arm64/bcm2711/boards/raspberrypi-4b/index.rst index 70438f80ca9..ec58f7fcee9 100644 --- a/Documentation/platforms/arm64/bcm2711/boards/raspberrypi-4b/index.rst +++ b/Documentation/platforms/arm64/bcm2711/boards/raspberrypi-4b/index.rst @@ -281,3 +281,11 @@ application. It renders a Game of Life simulation to the HDMI video output. Since this configuration also enables the frame buffer, it comes with the same limitations as those in ``fb``. However, the ``cgol`` application is double buffered, so it will not experience any rendering artifacts. + +smp +--- + +This configuration leverages all four A72 cores of the BCM2711. It comes with +the standard NSH shell, :doc:`/applications/testing/getprime/index`, +:doc:`/applications/testing/ostest/index`, and +:doc:`/applications/testing/smp/index` tests.
