-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
ports/rp2/boards: Add SIL_RP2040_SHIM by Silicognition LLC. #12126
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
Ok, tried to fix the sign-off issue with a new commit but it didn't take. EDIT: never mind, I got it. |
Add new board Silicognition RP2040-Shim, RP2040 with 4 MB of flash and W5500 drivers included and configured by default for use with the Silicognition PoE-FeatherWing. Signed-off-by: Patrick Van Oosterwijck <[email protected]>
Signed-off-by: Patrick Van Oosterwijck <[email protected]>
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.
Looks good to me!
Co-authored-by: Matt Trentini <[email protected]> Signed-off-by: Patrick Van Oosterwijck <[email protected]>
Firmware built and tested with a combination of a RPI PICO and W5500 breakout. Works with simple test for UDP, Ping, ftp, bulk transfer. Bulk transfer speed 100kb/s.
|
Hmm, is it normal for W5500 and/or RP2040 to fail those tests in your test suite? |
Signed-off-by: Patrick Van Oosterwijck <[email protected]>
I don't get it. Why does the CI still fail? I amended the commit with a sign-off. |
That's a Micropython test suite from micropython/tests. I cannot remember a case where all tests passed. I do not know whetehr it is a problem of the test or the board to be tested. |
It's this commit about which CI complains, before your first commit. Not one of yours. I wonder why it is not a problem for other PRs. Did you make a local "git rebase master" before doing a force push?
|
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.
Looks good to me.
The final approval will be done by the maintainers Damien or Jimmo, and only Damien merges PRs.
I didn't. Should I have? Should I try that now? |
It is always a good approach to rebase before pushing a PR. Then you see if there are conflicts. On your case probably not, but if previous commits changed the same file it may happen, and then you can resolve it. |
I'm afraid nobody's going to bother to pull this PR as long as that stupid commit message error is present. What do I do? |
Just wait. PR's can take a long time. Especially those for new boards. The wrong error flag does not stop it. |
I think that commit message CI checker is being thrown off because this PR is made from the "master" branch of your fork, rather than a new feature branch. I don't think you could fix it now other then by re-opening as a new pr on a new branch name. I don't think that should be necessary though. |
Ok I'll just wait and see. With the long amount of time between releases I'm just eager to get my board added before the next release, wouldn't want to miss it due to a CI issue that isn't real. |
So, MicroPython 1.21 was released. Without this getting merged. :(( |
There's hundreds of other pr's waiting too, I know it can be frustrating but this is the reality of open source projects. In the mean time you can always build and release your own binaries; I've been doing that for years in my own git repo CI's for work projects that need features not available here in master. You could also try squashing your commits into one single clean commit, rebased on master, that would make it quicker to review and eventually get merged. Might even resolve that error message being shown. |
Rebased and merged in 3270d85 Sorry this took a while to get to! At least it will be in the next release, v1.22.0, which is due out this week. |
Add new board Silicognition RP2040-Shim, RP2040 with 4 MB of flash and W5500 drivers included and configured by default for use with the Silicognition PoE-FeatherWing.