-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add board file for the hacked Trinket M0 Express #303
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
Conversation
I'm not sure if this is actually useful, but since I got it working, I thought I would make the pull request anyways. |
Thanks for this! I'm not exactly sure how we want to handle the branding for this since its a hacked up Trinket. I think it'd be ok to have it pulled in. We just likely want to caveat it. |
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 submitting this! I'd love to have it pulled in. I don't think we should call it Trinket M0 Express because it sounds too officially sactioned. What do you think about calling it Trinket M0 Haxpress? That makes it clearer its a hack :-)
#endif | ||
|
||
#ifndef USB_DEVICE_PRODUCT_NAME | ||
# define USB_DEVICE_PRODUCT_NAME "Trinket M0" |
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.
"Trinket M0 Haxpress"
|
||
//! USB Device string definitions (Optional) | ||
#ifndef USB_DEVICE_MANUFACTURE_NAME | ||
# define USB_DEVICE_MANUFACTURE_NAME "Adafruit Industries" |
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.
Change this to make it clear its not officially sanctioned.
@@ -0,0 +1,39 @@ | |||
#define USB_REPL | |||
|
|||
#define MICROPY_HW_BOARD_NAME "Adafruit Trinket M0 Express" |
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.
Change this too.
Done. I hope I didn't miss any. I also changed one "micropython" to "circuitpython" — you might want to do that in other boards too. |
Thanks @deshipu ! Which MicroPython did you change? |
Ah ok. Thanks!
…On Tue, Oct 3, 2017 at 12:17 PM Radomir Dopieralski < ***@***.***> wrote:
e6be16f#diff-c0809c6aa2f2d9455e27475a2bfe59fbL79
<e6be16f#diff-c0809c6aa2f2d9455e27475a2bfe59fbL79>
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#303 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADNqT2K-NBxHY-uPKrUY8bk0F9wr4ijks5soogygaJpZM4PrVdx>
.
|
Board definition for a hacked Trinket M0 with added flash chip.
Based on https://daveastels.com/2017/09/01/trinket-m0-express-hack/
Details at https://hackaday.io/project/21578-pewpew-featherwing/log/68146-replicating-the-trinket-m0-express-hack