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 a9bbe3792ba805de4e6b03177868c6f47944ebd3 Author: Matteo Golin <[email protected]> AuthorDate: Sun Jul 19 09:53:30 2026 -0400 docs/raspberrypi-4b: Document baromonitor configuration Documents the baromonitor configuration available on the RPi4B. Signed-off-by: Matteo Golin <[email protected]> --- .../platforms/arm64/bcm2711/boards/raspberrypi-4b/index.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Documentation/platforms/arm64/bcm2711/boards/raspberrypi-4b/index.rst b/Documentation/platforms/arm64/bcm2711/boards/raspberrypi-4b/index.rst index 86abe9e391e..843db7e846e 100644 --- a/Documentation/platforms/arm64/bcm2711/boards/raspberrypi-4b/index.rst +++ b/Documentation/platforms/arm64/bcm2711/boards/raspberrypi-4b/index.rst @@ -327,6 +327,15 @@ This configuration has the same warnings and limitations as those in the ``fb`` configuration, with the exception of the pixel gaps. This is because LVGL uses the dual-buffer approach to rendering. +baromonitor +----------- + +This configuration includes LVGL graphics over the HDMI frame buffer interface, +and includes the :doc:`baromonitor </applications/examples/baromonitor/index>` +example. It also includes the features from the ``bmp280`` configuration so that +the ``baromonitor`` example can display values read from the connected BMP280 +barometer. + cgol ----
