docs: update name of XIAO boards (#2869)

This commit is contained in:
Genteure
2025-03-18 06:15:57 +08:00
committed by GitHub
parent bffbccc748
commit 5ba7e260f4
7 changed files with 10 additions and 10 deletions

View File

@@ -95,7 +95,7 @@ From there, you should see the various log messages from ZMK and Zephyr, dependi
## Adding USB Logging to a Board
Standard boards such as the nice!nano and Seeeduino XIAO family have the necessary configuration for logging already added, however if you are developing your own standalone board you may wish to add the ability to use USB logging in the future.
Standard boards such as the nice!nano and Seeed Studio XIAO family have the necessary configuration for logging already added, however if you are developing your own standalone board you may wish to add the ability to use USB logging in the future.
To do so, you need to follow the upstream Zephyr [`cdc-acm-console` snippet requirements](https://docs.zephyrproject.org/3.5.0/snippets/cdc-acm-console/README.html#requirements) steps.

View File

@@ -95,9 +95,9 @@ include:
Save the file, commit the changes and push them to GitHub. Download the new firmware zip file build by the latest GitHub Actions job. In it you will find an additional `tester_xiao` UF2 image file. Flash this file to your board.
The pinout of the seeeduino xiao interconnect is shown below:
The pinout of the Seeed Studio XIAO interconnect is shown below:
![Seeeduino Xiao Interconnect pinout](../assets/interconnects/seeed_xiao/pinout.png)
![Seeed Studio XIAO Interconnect pinout](../assets/interconnects/seeed_xiao/pinout.png)
</TabItem>
</TesterTabs>

View File

@@ -124,8 +124,8 @@ When prompted, enter the number for the corresponding MCU board you would like t
```
MCU Board Selection:
1) BlueMicro840 v1 5) nRF52840 M.2 Module 9) QMK Proton-C
2) Mikoto 5.20 6) nRFMicro 1.1 (flipped) 10) Seeeduino XIAO
3) nice!nano v1 7) nRFMicro 1.1/1.2 11) Seeeduino XIAO BLE
2) Mikoto 5.20 6) nRFMicro 1.1 (flipped) 10) Seeed Studio XIAO SAMD21
3) nice!nano v1 7) nRFMicro 1.1/1.2 11) Seeed Studio XIAO nRF52840
4) nice!nano v2 8) nRFMicro 1.3/1.4 12) Quit
Pick an MCU board:
```