mirror of https://github.com/zmkfirmware/zmk.git
docs: update name of XIAO boards (#2869)
This commit is contained in:
parent
bffbccc748
commit
5ba7e260f4
|
|
@ -1,6 +1,6 @@
|
|||
file_format: "1"
|
||||
id: seeeduino_xiao
|
||||
name: Seeeduino XIAO
|
||||
name: Seeed Studio XIAO SAMD21
|
||||
type: board
|
||||
arch: arm
|
||||
outputs:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
file_format: "1"
|
||||
id: seeeduino_xiao_ble
|
||||
name: Seeeduino XIAO BLE
|
||||
name: Seeed Studio XIAO nRF52840
|
||||
type: board
|
||||
arch: arm
|
||||
outputs:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
file_format: "1"
|
||||
id: seeeduino_xiao_rp2040
|
||||
name: Seeeduino XIAO RP2040
|
||||
name: Seeed Studio XIAO RP2040
|
||||
type: board
|
||||
arch: arm
|
||||
outputs:
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@ type: interconnect
|
|||
url: https://wiki.seeedstudio.com/Seeeduino-XIAO/
|
||||
manufacturer: Seeed
|
||||
description: |
|
||||
The Seeed(uino) XIAO is a popular smaller format micro-controller, that has gained popularity as an alternative
|
||||
The Seeed Studio XIAO is a popular smaller format micro-controller, that has gained popularity as an alternative
|
||||
to the SparkFun Pro Micro. Since its creation, several pin compatible controllers, such
|
||||
as the Seeeduino XIAO BLE, Adafruit QT Py and Adafruit QT Py RP2040, have become available.
|
||||
as the Seeed Studio XIAO nRF52840 (also known as XIAO BLE), Adafruit QT Py and Adafruit QT Py RP2040, have become available.
|
||||
node_labels:
|
||||
gpio: xiao_d
|
||||
i2c: xiao_i2c
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
||||

|
||||

|
||||
|
||||
</TabItem>
|
||||
</TesterTabs>
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue