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.
This commit is contained in:
aviralgarg05
2026-01-17 23:59:41 +05:30
committed by Xiang Xiao
parent 1b993875b5
commit ac3d964973
@@ -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,