Add board support for keithp.com SnekBoard#2018
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! |
tannewt
left a comment
There was a problem hiding this comment.
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>
|
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! |
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