boards/serpente: add serpente board#13654
Merged
benpicco merged 2 commits intoRIOT-OS:masterfrom May 20, 2020
Merged
Conversation
52c9990 to
1d0440d
Compare
Contributor
|
@benpicco can you provide some test output? |
Contributor
Author
tests/periph_uartI connected UART0 TX with UART1 RX and UART0 RX with UART1 TX A patch was needed to fix tests/pkg_littlefs2tests/periph_spii2c_scanI connected a GY-85 module to the I2C bus |
240fba0 to
fffd519
Compare
fjmolinas
reviewed
May 19, 2020
Contributor
fjmolinas
left a comment
There was a problem hiding this comment.
Looks, good some nitpicks below.
Also when I generated the docs the image for the board is way to big, not sure how to re-size images in doxygen.
Contributor
Author
|
I rebased because the MTD API now requires additional parmaters |
Contributor
|
Only the doxygen image issue remains, I tried a couple of things but was not succesfull.. |
Contributor
Author
|
This should fix it. |
Contributor
|
Looks good now, please squash! |
Contributor
Author
|
squashed. |
Contributor
Author
|
Thank you for the review! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contribution description
The Serpente boards are low-cost development boards designed to be used with Adafruit’s CircuitPython.
Three versions of the board board exist, but they all the same except for the USB connector.
The standard Serpente board contains a female USB Type-C connector, the Serpente Plug C
contains a male USB Type-C connector, and the Serpente Plug uses the board itself as a Type-A USB plug.
The board comes with the UF2 bootloader that works very much like the arduino bootloader from #12304, but uses a different memory address & magic.
Testing procedure
Use
BOARD=serpentewith themakecommand.Example with
micropythonapplication:RIOT will automatically trigger a reset to the bootloader, but this only works if RIOT is still running on the board.
If your application has crashed or got erased,
make flashwill not be able to trigger a bootloader reset.To manually enter the bootloader, quickly press the Reset button twice.
You know you've successfully entered the bootloader when the LED begins flashing blue.
Sometimes flashing fails and the board gets stuck in the bootloader.
In this case, just run
make flashagain when the device is not busy anymore.Issues/PRs references
requires #13652 for proper USB ID.