2020-01-20 06:25:51 -05:00
|
|
|
Port of MicroPython to NXP iMX RT 10xx
|
|
|
|
======================================
|
|
|
|
|
2021-08-09 12:41:36 -04:00
|
|
|
Currently supports Teensy 4.0, Teensy 4.1, and the
|
|
|
|
MIMXRT1010_EVK, MIMXRT1020_EVK, MIMXRT1050_EVK, MIMXRT1060_EVK and
|
|
|
|
MIMXRT1064_EVK boards.
|
2020-01-20 06:25:51 -05:00
|
|
|
|
|
|
|
Features:
|
|
|
|
- REPL over USB VCP
|
2021-08-09 12:41:36 -04:00
|
|
|
- machine.ADC
|
|
|
|
- machine.I2C
|
|
|
|
- machine.LED
|
2020-08-21 10:03:21 -04:00
|
|
|
- machine.Pin
|
2021-08-09 12:41:36 -04:00
|
|
|
- machine.PWM
|
|
|
|
- machine.RTC
|
|
|
|
- machine.SDCard
|
|
|
|
- machine.SPI
|
|
|
|
- machine.Signal
|
|
|
|
- machine.SoftI2C
|
|
|
|
- machine.SoftSPI
|
|
|
|
- machine.Timer
|
|
|
|
- machine.UART
|
|
|
|
- LFS2 file system at the internal Flash
|
|
|
|
- SDCard support (not on MIMXRT1010_EVK)
|
|
|
|
- Ethernet (not on Teensy 4.0 and MIMXRT1010_EVK)
|
2020-01-20 06:25:51 -05:00
|
|
|
|
|
|
|
Known issues:
|
|
|
|
|
|
|
|
TODO:
|
2021-08-09 12:41:36 -04:00
|
|
|
- More peripherals (Counter, I2S, CAN, etc)
|
|
|
|
- More Python options
|