From ac3d964973cdbd0bb367efd1eadc0ff01684f3da Mon Sep 17 00:00:00 2001 From: aviralgarg05 Date: Sat, 17 Jan 2026 23:59:41 +0530 Subject: [PATCH] Doc: Correct XIAO ESP32C3 board configuration name Documentation mentioned xiao-esp32c3 which is incorrect. The actual board name in the codebase is esp32c3-xiao. This commit fixes the board name in the documentation to match the directory structure. --- .../platforms/risc-v/esp32c3/boards/esp32c3-xiao/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/platforms/risc-v/esp32c3/boards/esp32c3-xiao/index.rst b/Documentation/platforms/risc-v/esp32c3/boards/esp32c3-xiao/index.rst index 6da21e42389..4412fa8f6ec 100644 --- a/Documentation/platforms/risc-v/esp32c3/boards/esp32c3-xiao/index.rst +++ b/Documentation/platforms/risc-v/esp32c3/boards/esp32c3-xiao/index.rst @@ -72,7 +72,7 @@ Installation $ git clone https://github.com/apache/nuttx-apps.git apps $ cd nuttx $ make distclean - $ ./tools/configure.sh xiao-esp32c3:usbnsh + $ ./tools/configure.sh esp32c3-xiao:usbnsh $ make V=1 2. Connect the Seeed Studio XIAO ESP32C3, and enter "Bootloader" mode,