You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Right now only 2 out of 3 RAM banks for on both RT1011 and RT1062, meaning we are missing 32KB of RAM on the RT1011 and 128KB on RT1062.
I think it has something to do with how FlexRAM is configured but I couldn't quite get it to work.
The text was updated successfully, but these errors were encountered: