Skip to content

Conversation

@sarfata
Copy link

@sarfata sarfata commented Nov 18, 2019

This is the circuitpython board for the trinket-m0 based shirtty board - as seen at Hackaday supercon 2019.

Repo for the hardware and software: https://github.com/sarfata/shirtty-addon.

@tannewt opening this as promised. Let me know if you have a doc/process on adding new boards.

@@ -0,0 +1,15 @@
LD_FILE = boards/samd21x18-bootloader.ld
USB_VID = 0x239A
USB_PID = 0x801F
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

USB VID and PID are something you cannot borrow from another board. So don't copy and paste these values! If you don't have a VID/PID pair, open up an issue in CircuitPython repository and request one, we will assist in the process of assigning a PID for use with CircuitPython.

https://learn.adafruit.com/how-to-add-a-new-board-to-circuitpython/customizing-the-board-files#mpconfigboard-dot-mk-5-25

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops - Yes I am aware and fully understand. I wanted to get this PR opened ASAP after the conference. I will RTFM the guide on how to add a new board and update this. Changing the title to make it clear it's not ready to merge.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sounds good - thanks :)

@sarfata sarfata changed the title add shirtty board - hackaday supercon 2019 addon WIP NotReady to merge - add shirtty board - hackaday supercon 2019 addon Nov 19, 2019
@sarfata
Copy link
Author

sarfata commented Nov 25, 2019

Closing this. I will open a new PR against master once we have the VID/PID (#2322).

@sarfata sarfata closed this Nov 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants