1Port of MicroPython to NXP iMX RT 10xx
2======================================
3
4Currently supports Teensy 4.0 and the i.MX RT1010 EVK board.
5
6Features:
7  - REPL over USB VCP
8  - machine.Pin
9
10Known issues:
11  - pyboard.py doesn't work with files larger than 64 bytes
12  - machine.Pin class currently does not support GPIOMUX option of
13    i.MX RT101x variants
14
15TODO:
16  - Enable TCM
17  - Peripherals (LED, Timers, etc)
18