Skip to content

Change the name of XIAO SAMD21 to Seeed Studio XIAO SAMD21 #229

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions boards/seeed_xiao.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
],
"mcu": "samd21g18a",
"system": "samd",
"usb_product": "Seeeduino XIAO",
"usb_product": "Seeed Studio XIAO SAMD21",
"variant": "XIAO_m0",
"zephyr": {
"variant": "seeeduino_xiao"
"variant": "Seeed Studio XIAO SAMD21"
}
},
"debug": {
Expand All @@ -42,7 +42,7 @@
"arduino",
"zephyr"
],
"name": "Seeeduino XIAO",
"name": "Seeed Studio XIAO SAMD21",
"upload": {
"disable_flushing": true,
"maximum_ram_size": 32768,
Expand Down