Closed
Conversation
Collaborator
|
Thanks for the PR! Have you tested that it works on the 1052 EVK? |
Member
|
The 1050 EVK isn't building: https://github.com/adafruit/circuitpython/pull/2918/checks?check_run_id=682359651 Are you missing submodule updates? |
Collaborator
|
I merged Sabas' PR in the SDK repo, think the SDK submodule needs to be updated to point to that adafruit/MIMXRT10xx_SDK#3 |
Collaborator
|
The recently merged #2898 adds just one thing you'll need to account for here, which is adding never-reset pins for the flash banks, USB and SWD pins. Should be just like the 1062: https://github.com/hierophect/circuitpython/blob/38fd9c25f22ec68920afcf736cb75d4d316ba8bb/ports/mimxrt10xx/boards/imxrt1060_evk/board.c Happy to help if you've got any questions. |
Collaborator
|
Continued in #3044 |
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.
Hi @arturo182
I am new in the family MIMXRT10xx, but I have the dev board RT1052 of NXP
This is the port for RT1052, I await your review
Thanks