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.