| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-01-17 | Refine iMX RT memory layout and add three boards | Scott Shawcroft | |
| 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. | |||
| 2019-10-18 | Use get top and limit stack functions | Kamil Tomaszewski | |
| 2019-01-31 | Hook up the terminal based on the first display. | Scott Shawcroft | |
| 2018-08-16 | Fix crash due to unsigned index and 0 boundary loop. | Scott Shawcroft | |
| 2018-08-02 | Add todo for handling improper free. | Scott Shawcroft | |
| 2018-08-02 | Share memory.c and a bit of polish. | Scott Shawcroft | |
