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 50f91ef5023106c3ce5428fac1ce3aa05a5acc29
Author: Matteo Golin <[email protected]>
AuthorDate: Wed Jul 1 10:06:14 2026 -0400

    docs/boards/esp32s3-xiao: Fix documentation typo
    
    Fixed references to incorrect board ID 'xiao-esp32s3' instead of
    'esp32s3-xiao'.
    
    Signed-off-by: Matteo Golin <[email protected]>
---
 .../platforms/xtensa/esp32s3/boards/esp32s3-xiao/index.rst     | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git 
a/Documentation/platforms/xtensa/esp32s3/boards/esp32s3-xiao/index.rst 
b/Documentation/platforms/xtensa/esp32s3/boards/esp32s3-xiao/index.rst
index cb0780146ff..20a2d1a5af8 100644
--- a/Documentation/platforms/xtensa/esp32s3/boards/esp32s3-xiao/index.rst
+++ b/Documentation/platforms/xtensa/esp32s3/boards/esp32s3-xiao/index.rst
@@ -82,7 +82,7 @@ Installation
   $ git clone https://github.com/apache/nuttx-apps.git apps
   $ cd nuttx
   $ make distclean
-  $ ./tools/configure.sh xiao-esp32s3:usbnsh
+  $ ./tools/configure.sh esp32s3-xiao:usbnsh
   $ make V=1
 
 2. Connect the Seeed Studio XIAO ESP32S3, and enter "Bootloader" mode,
@@ -99,6 +99,14 @@ Example command:
 Configurations
 ==============
 
+Configurations can be selected using
+
+.. code:: console
+
+   $ ./tools/configure.sh esp32s3-xiao:<config>
+
+where ``<config>`` is the name of one of the configurations listed below.
+
 usbnsh
 ------
 Basic NuttShell configuration using CDC/ACM serial (console enabled in USB 
Port,

Reply via email to