Skip to content

mimxrt10xx: Support the rest of the EVKs #2477

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

Closed
2 of 5 tasks
arturo182 opened this issue Jan 9, 2020 · 2 comments · Fixed by #7921
Closed
2 of 5 tasks

mimxrt10xx: Support the rest of the EVKs #2477

arturo182 opened this issue Jan 9, 2020 · 2 comments · Fixed by #7921
Assignees
Labels
mimxrt10xx iMX RT based boards such as Teensy 4.x
Milestone

Comments

@arturo182
Copy link
Collaborator

arturo182 commented Jan 9, 2020

Need to add the SDKs, linker files and board definitions for those.

Boards:

  • mimxrt1015_evk
  • mimxrt1020_evk
  • mimxrt1050_evk
  • mimxrt1060_evk
  • mimxrt1064_evk
@arturo182 arturo182 added the mimxrt10xx iMX RT based boards such as Teensy 4.x label Jan 9, 2020
@arturo182 arturo182 added this to the 6.0.0 milestone Jan 9, 2020
@tannewt
Copy link
Member

tannewt commented Jan 10, 2020

I have the top four so I'll take a stab at it today once I'm through email and reviews.

@tannewt tannewt self-assigned this Jan 10, 2020
@tannewt
Copy link
Member

tannewt commented Jan 14, 2020

tannewt added a commit that referenced this issue Jan 27, 2020
Introduces a way to place CircuitPython code and data into
tightly coupled memory (TCM) which is accessible by the CPU in a
single cycle. It also frees up room in the corresponding cache for
intermittent data. Loading from external flash is slow!

The data cache is also now enabled.

Adds support for the iMX RT 1021 chip. Adds three new boards:
* iMX RT 1020 EVK
* iMX RT 1060 EVK
* Teensy 4.0

Related to #2492, #2472 and #2477. Fixes #2475.
@tannewt tannewt modified the milestones: 6.0.0, Long term Jun 22, 2020
@tannewt tannewt removed their assignment Aug 11, 2021
@tannewt tannewt self-assigned this Mar 21, 2023
jepler pushed a commit that referenced this issue May 2, 2023
This adds a script to generate the peripherals files (except clock).

It adds support for the 1015, 1020, 1040, and 1050 EVKs.

Some work was started on 1176 but it isn't working. So, the board
def is in a separate branch.

Fixes #3521. Fixes #2477.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mimxrt10xx iMX RT based boards such as Teensy 4.x
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants