adafruit / circuitpython

CircuitPython - a Python implementation for teaching coding with microcontrollers
https://circuitpython.org
Other
4.12k stars 1.22k forks source link

Add new atmel-samd board - Bradán Lane STUDIO Coin M0 #9797

Closed bradanlane closed 6 days ago

bradanlane commented 2 weeks ago

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.

dhalbert commented 2 weeks ago

Note: the PID:VID for USB has been submitted to pidcodes but it's merge is pending the circuitpython merge.

Since Scott is off for a few weeks, that won't get merged, but we can proceed on this anyway.

bradanlane commented 2 weeks ago

thanks for the head's up on the VID:PID status

bradanlane commented 6 days ago

Is there more I need to do before this new board is merged?

dhalbert commented 6 days ago

BTW, you can use Add Suggestion to Batch and then commit them all at once.

bradanlane commented 6 days ago

thank you for all the assistance!