This is an automated email from the ASF dual-hosted git repository. cederom pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit fb45f1d0f96a8431ab99c967f7b19923b9572a0d Author: Matteo Golin <[email protected]> AuthorDate: Wed Jul 1 10:05:24 2026 -0400 docs/boards/seeed-xiao-rp2040: Fix undocumented configurations Fixes undocumented configurations in the list of configs and the typo in the 'userleds' configuration. Signed-off-by: Matteo Golin <[email protected]> --- .../arm/rp2040/boards/seeed-xiao-rp2040/index.rst | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/Documentation/platforms/arm/rp2040/boards/seeed-xiao-rp2040/index.rst b/Documentation/platforms/arm/rp2040/boards/seeed-xiao-rp2040/index.rst index ea81c7046d1..7aa09920afe 100644 --- a/Documentation/platforms/arm/rp2040/boards/seeed-xiao-rp2040/index.rst +++ b/Documentation/platforms/arm/rp2040/boards/seeed-xiao-rp2040/index.rst @@ -100,11 +100,22 @@ nsh Basic NuttShell configuration (console enabled in UART0, at 115200 bps). -userled -------- +userleds +-------- This is an nsh configuration with added support for user LEDs. +gpio +---- + +Basic nsh configuration with GPIO driver support and the :doc:`gpio example +</applications/examples/gpio/index>`. + +ws2812 +------ + +Basic nsh configuration with WS2812 driver and example enabled. + usbnsh ------
