2020-01-20 06:25:51 -05:00
|
|
|
Port of MicroPython to NXP iMX RT 10xx
|
|
|
|
======================================
|
|
|
|
|
2020-01-29 22:40:34 -05:00
|
|
|
Currently supports Teensy 4.0 and the i.MX RT1010 EVK board.
|
2020-01-20 06:25:51 -05:00
|
|
|
|
|
|
|
Features:
|
|
|
|
- REPL over USB VCP
|
2020-08-21 10:03:21 -04:00
|
|
|
- machine.Pin
|
2020-01-20 06:25:51 -05:00
|
|
|
|
|
|
|
Known issues:
|
|
|
|
- pyboard.py doesn't work with files larger than 64 bytes
|
2020-08-21 10:03:21 -04:00
|
|
|
- machine.Pin class currently does not support GPIOMUX option of
|
|
|
|
i.MX RT101x variants
|
2020-01-20 06:25:51 -05:00
|
|
|
|
|
|
|
TODO:
|
|
|
|
- Enable TCM
|
2020-08-21 10:03:21 -04:00
|
|
|
- Peripherals (LED, Timers, etc)
|