esp32/boards/SEEED_XIAO_ESP32C6: New board definition.#18958
Merged
Conversation
8f221f4 to
234b410
Compare
|
Code size report: |
This was referenced Mar 22, 2026
projectgus
approved these changes
Mar 24, 2026
projectgus
left a comment
Contributor
There was a problem hiding this comment.
This looks nice and clean to me, thanks @mattytrentini and everyone who worked on the earlier versions of this PR.
It does look like there's some longer term work to be done about standardising XIAO pin naming, and documenting naming conventions for pins. This PR is consistent with SEEED_XIAO_RP2350 and this seems like a good direction to standardise on for XIAO.
| "USB-C" | ||
| ], | ||
| "images": [ | ||
| "seeed_xiao_esp32c6.jpg" |
Contributor
There was a problem hiding this comment.
Is it possible to please pop up a micropython-media PR with this pic? Seems like there were some, but they were closed.
Contributor
Author
There was a problem hiding this comment.
Sure, see micropython/micropython-media#113
This was referenced Mar 25, 2026
Signed-off-by: Matt Trentini <matthew.trentini@planetinnovation.com.au> Signed-off-by: Matt Trentini <matt.trentini@gmail.com>
234b410 to
2dc2e30
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds a new board definition: The Seeed Studio XIAO ESP32C6
Testing
I've tested the firmware on a XIAO ESP32C6 and ensured that the LED is controllable and tested the outputs of some (not all) of the pins with a multimeter. I also verified that I could initialised the HW I2C and SPI buses, though didn't test if they were functional:
Trade-offs and Alternatives
There is an existing XIAO ESP32C6 PR #17429; this updates that PR in the following ways:
AxpinsMTDO,MTDIetc)RF_SELandRF_POWER)pins.csvfilenameboard.jsonwith appropriate featuressdkconfig.riscvto the CMAKE options; necessary so the firmware would fit in flashMany thanks to @Robben-Ge for providing an excellent start!
I also tried to consider @pyramids thoughtful discussion comment on XIAO (and general) pin definitions.
Generative AI
I did not use generative AI tools when creating this PR.
Additional notes
I'd like to add an ANSI board.pinout like for the WEACTSTUDIO RP2350B CORE board (#17187) but it's not ready yet; I'll raise this as a separate PR and try to cover all the XIAOs.
It would be good to have a small module to switch the antenna between onboard and external but we can add this later.