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 a9e4af4f0d44bd69e35fce54e490aa6d4641ef7d Author: Marco Casaroli <[email protected]> AuthorDate: Tue Jul 28 16:28:47 2026 +0200 Documentation: Describe the pimoroni-pico-2-plus xipfs configurations. Adds both xipfs configurations to the board configuration list, and notes that xipfs-nxflat needs the NXFLAT tools (mknxflat and ldnxflat), which a standard toolchain installation does not provide. Impact: documentation only. Assisted-by: Claude Code:claude-opus-5 Signed-off-by: Marco Casaroli <[email protected]> --- .../arm/rp23xx/boards/pimoroni-pico-2-plus/index.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Documentation/platforms/arm/rp23xx/boards/pimoroni-pico-2-plus/index.rst b/Documentation/platforms/arm/rp23xx/boards/pimoroni-pico-2-plus/index.rst index 486c4f2c844..4dc1f70f3bc 100644 --- a/Documentation/platforms/arm/rp23xx/boards/pimoroni-pico-2-plus/index.rst +++ b/Documentation/platforms/arm/rp23xx/boards/pimoroni-pico-2-plus/index.rst @@ -170,3 +170,16 @@ userled ------- Configuration demonstrating user-controlled LED access. + +xipfs +----- + +XIPFS mounted on the on-board flash, with the ``xipfs`` command and the +XIPFS test suite. + +xipfs-nxflat +------------ + +Same as ``xipfs``, plus the NXFLAT execute-in-place demo. Building this +configuration requires the NXFLAT tools (``mknxflat`` and ``ldnxflat``), +which are not part of a standard toolchain installation.
