-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add new atmel-samd board - Bradán Lane STUDIO Coin M0 #9797
Conversation
ports/atmel-samd/boards/bradanlanestudio_coin_m0/mpconfigboard.mk
Outdated
Show resolved
Hide resolved
Since Scott is off for a few weeks, that won't get merged, but we can proceed on this anyway. |
thanks for the head's up on the VID:PID status |
Is there more I need to do before this new board is merged? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I touched up some of the settings to remove redundancies. The details of this are in mpconfigport.mk
You can find out whether a certain option is set or not by doing:
make BOARD=yourboardname print-CIRCUITPY_WHATEVER
ports/atmel-samd/boards/bradanlanestudio_coin_m0/mpconfigboard.mk
Outdated
Show resolved
Hide resolved
ports/atmel-samd/boards/bradanlanestudio_coin_m0/mpconfigboard.mk
Outdated
Show resolved
Hide resolved
ports/atmel-samd/boards/bradanlanestudio_coin_m0/mpconfigboard.mk
Outdated
Show resolved
Hide resolved
ports/atmel-samd/boards/bradanlanestudio_coin_m0/mpconfigboard.mk
Outdated
Show resolved
Hide resolved
ports/atmel-samd/boards/bradanlanestudio_coin_m0/mpconfigboard.mk
Outdated
Show resolved
Hide resolved
ports/atmel-samd/boards/bradanlanestudio_coin_m0/mpconfigboard.mk
Outdated
Show resolved
Hide resolved
Co-authored-by: Dan Halbert <halbert@halwitz.org>
Co-authored-by: Dan Halbert <halbert@halwitz.org>
Co-authored-by: Dan Halbert <halbert@halwitz.org>
Co-authored-by: Dan Halbert <halbert@halwitz.org>
Co-authored-by: Dan Halbert <halbert@halwitz.org>
Co-authored-by: Dan Halbert <halbert@halwitz.org>
BTW, you can use Add Suggestion to Batch and then commit them all at once. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your perseverance on this PR.
thank you for all the assistance! |
The Coin M0 is a simple round SAMD21 board with sound, touch pads, and LEDs.
A popular use is to create small purpose-built touch pads.
Note: the PID:VID for USB has been submitted to pidcodes but it's merge is pending the circuitpython merge.