micropython/ports/mimxrt
robert-hh bbdc98f72e mimxrt: Enable many Python and some extmod features.
Besides Python features this includes the extmod modules which make use of
the Pin module, especially machine.softSPI, machine.SoftI2C and onewire.
2021-06-04 00:38:18 +10:00
..
boards mimxrt: Enable many Python and some extmod features. 2021-06-04 00:38:18 +10:00
hal mimxrt: Enable many Python and some extmod features. 2021-06-04 00:38:18 +10:00
modules mimxrt: Add flash storage support with VFS and littlefs filesystem. 2021-06-01 23:42:57 +10:00
Makefile mimxrt: Enable many Python and some extmod features. 2021-06-04 00:38:18 +10:00
README.md
board_init.c mimxrt: Add the Timer class to the machine module. 2021-06-02 00:33:13 +10:00
led.c
led.h
machine_led.c
machine_pin.c mimxrt: Enable many Python and some extmod features. 2021-06-04 00:38:18 +10:00
machine_rtc.c mimxrt/machine_rtc: Add the RTC class to the machine module. 2021-06-03 15:24:04 +10:00
machine_timer.c mimxrt/machine_timer: Leave the Timer clock source at IPG clock. 2021-06-03 13:03:02 +10:00
main.c mimxrt: Enable many Python and some extmod features. 2021-06-04 00:38:18 +10:00
mimxrt_flash.c mimxrt: Add flash storage support with VFS and littlefs filesystem. 2021-06-01 23:42:57 +10:00
modmachine.c mimxrt: Enable many Python and some extmod features. 2021-06-04 00:38:18 +10:00
modmachine.h mimxrt/machine_rtc: Add the RTC class to the machine module. 2021-06-03 15:24:04 +10:00
modmimxrt.c mimxrt: Add flash storage support with VFS and littlefs filesystem. 2021-06-01 23:42:57 +10:00
modmimxrt.h mimxrt: Add flash storage support with VFS and littlefs filesystem. 2021-06-01 23:42:57 +10:00
moduos.c mimxrt: Add flash storage support with VFS and littlefs filesystem. 2021-06-01 23:42:57 +10:00
modutime.c
mpconfigport.h mimxrt: Enable many Python and some extmod features. 2021-06-04 00:38:18 +10:00
mphalport.c mimxrt: Add flash storage support with VFS and littlefs filesystem. 2021-06-01 23:42:57 +10:00
mphalport.h mimxrt: Enable many Python and some extmod features. 2021-06-04 00:38:18 +10:00
pin.c
pin.h
qstrdefsport.h
ticks.c
ticks.h
tusb_config.h
tusb_port.c

README.md

Port of MicroPython to NXP iMX RT 10xx

Currently supports Teensy 4.0 and the i.MX RT1010 EVK board.

Features:

  • REPL over USB VCP
  • machine.Pin

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)