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
The following commit(s) were added to refs/heads/master by this push:
new 3804e3d82ec Documentation/testing: Document MemBrowse integration
3804e3d82ec is described below
commit 3804e3d82ec3384699aa153ae90d4ed36d00735d
Author: Michael Rogov Papernov <[email protected]>
AuthorDate: Thu Jun 18 21:11:01 2026 +0100
Documentation/testing: Document MemBrowse integration
Add a Memory Footprint Tracking section with a dashboard screenshot.
Signed-off-by: Michael Rogov Papernov <[email protected]>
---
Documentation/testing/image/membrowse-targets.png | Bin 0 -> 104225 bytes
Documentation/testing/nuttx-ci.rst | 24 ++++++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/Documentation/testing/image/membrowse-targets.png
b/Documentation/testing/image/membrowse-targets.png
new file mode 100644
index 00000000000..9e7f1c136c2
Binary files /dev/null and b/Documentation/testing/image/membrowse-targets.png
differ
diff --git a/Documentation/testing/nuttx-ci.rst
b/Documentation/testing/nuttx-ci.rst
index e4b40dac943..b238bd57043 100644
--- a/Documentation/testing/nuttx-ci.rst
+++ b/Documentation/testing/nuttx-ci.rst
@@ -41,6 +41,8 @@ When a PR is opened, the following CI actions take place:
* Build tests are performed based on which files were modified
* Some CI runtime tests are performed on simulators/emulators through
:doc:`/testing/ntfc`.
+* Memory footprint of a set of representative targets is tracked using
+ `MemBrowse <https://membrowse.com>`_ (see `Memory Footprint Tracking`_).
Pull Request Labelling
======================
@@ -148,3 +150,25 @@ resulting ``nuttx.bin``, ``nuttx.elf``, ``nuttx.hex``,
etc., binaries. You
should be able to download the artifact, flash the NuttX image(s) to your
target
device and test them that way if you'd like to avoid building all of the images
yourself!
+
+Memory Footprint Tracking
+=========================
+
+Dashboard: `<https://membrowse.com/public/apache/nuttx>`_
+
+The memory footprint of a set of representative targets is tracked over time
+using `MemBrowse <https://membrowse.com>`_. This makes flash/RAM usage changes
+visible on a per-section and per-symbol basis and helps catch unintended size
+regressions. It:
+
+* provides a trend graph of the builds across commits
+* lets you compare the footprint between any two uploaded commits
+* posts a footprint summary comment on each pull request
+
+.. image:: image/membrowse-targets.png
+ :alt: MemBrowse targets page showing the current memory usage of each
tracked NuttX target
+
+The integration consists of:
+
+* the set of tracked targets, configured in ``.github/membrowse-targets.json``
+* the ``membrowse-*.yml`` workflows under ``.github/workflows/`` that drive it