mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
Documentation: Describe the pimoroni-pico-2-plus xipfs configurations.
Some checks are pending
Build Documentation / build-html (push) Waiting to run
MemBrowse Memory Report / changes-filter (push) Waiting to run
MemBrowse Memory Report / load-targets (push) Waiting to run
MemBrowse Memory Report / identical (push) Blocked by required conditions
MemBrowse Memory Report / analyze (push) Blocked by required conditions
Some checks are pending
Build Documentation / build-html (push) Waiting to run
MemBrowse Memory Report / changes-filter (push) Waiting to run
MemBrowse Memory Report / load-targets (push) Waiting to run
MemBrowse Memory Report / identical (push) Blocked by required conditions
MemBrowse Memory Report / analyze (push) Blocked by required conditions
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 <marco.casaroli@gmail.com>
This commit is contained in:
parent
df107380ad
commit
a9e4af4f0d
1 changed files with 13 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue