-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add board support for keithp.com SnekBoard #2018
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
hiya please also add a travis build change |
Thanks for the pointer, sorry I missed that part of the documentation. I've also opened issue #2019 to get a PID assigned for this board. That should be resolved before this pull request is merged. |
awesome, thank you - i assigned you some VID/PID's for your usage! |
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.
One suggestion for the board module list. It also needs to be updated for a .travis.yml conflict. Otherwise, it looks good and I'm excited to see CircuitPython on the Snekboard. Thanks!
This is another SAMDG2118A design with built-in 9V motor controllers that are designed to be used with Lego PowerFunctions devices. Signed-off-by: Keith Packard <keithp@keithp.com>
Make sure snekboard images are autogenerated Signed-off-by: Keith Packard <keithp@keithp.com>
Manufacturer -- keithp.com Product -- snekboard Signed-off-by: Keith Packard <keithp@keithp.com>
Snekboard has been assigned the following PIDs: PID 0x004D # bootloader PID 0x804D # arduino PID 0x804E # circuitpython Signed-off-by: Keith Packard <keithp@keithp.com>
Allow users to use TX/RX and SDA/SCL names. Signed-off-by: Keith Packard <keithp@keithp.com>
Snekboard does not expose any pins for SPI to the user, so delete the SPI object reference as that won't work. Signed-off-by: Keith Packard <keithp@keithp.com>
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.
Great! Thank you!
I just fixed the merge conflict and will merge after Travis is ok. |
I verified that the merge commit works on the hardware. Thanks for merging! |
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.
Great! Thanks for testing.
This is another SAMDG2118A design with built-in 9V motor controllers
that are designed to be used with Lego PowerFunctions devices.
geda cad files for this design are at
https://github.com/keith-packard/snekboard
Signed-off-by: Keith Packard keithp@keithp.com