robert-hh
3 years ago
committed by
Damien George
2 changed files with 31 additions and 9 deletions
@ -1,17 +1,31 @@ |
|||
Port of MicroPython to NXP iMX RT 10xx |
|||
====================================== |
|||
|
|||
Currently supports Teensy 4.0 and the i.MX RT1010 EVK board. |
|||
Currently supports Teensy 4.0, Teensy 4.1, and the |
|||
MIMXRT1010_EVK, MIMXRT1020_EVK, MIMXRT1050_EVK, MIMXRT1060_EVK and |
|||
MIMXRT1064_EVK boards. |
|||
|
|||
Features: |
|||
- REPL over USB VCP |
|||
- machine.ADC |
|||
- machine.I2C |
|||
- machine.LED |
|||
- machine.Pin |
|||
- 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) |
|||
|
|||
Known issues: |
|||
- pyboard.py doesn't work with files larger than 64 bytes |
|||
- machine.Pin class currently does not support GPIOMUX option of |
|||
i.MX RT101x variants |
|||
|
|||
TODO: |
|||
- Enable TCM |
|||
- Peripherals (LED, Timers, etc) |
|||
- More peripherals (Counter, I2S, CAN, etc) |
|||
- More Python options |
|||
|
Loading…
Reference in new issue