mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
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:
parent
1b993875b5
commit
ac3d964973
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue