micropython/ports/mimxrt
robert-hh b2533fe479 mimxrt/boards: Add support for the MIMXRT1050_EVKB board. 2021-07-31 16:26:39 +10:00
..
boards mimxrt/boards: Add support for the MIMXRT1050_EVKB board. 2021-07-31 16:26:39 +10:00
hal mimxrt: Add support for Hyperflash chips. 2021-07-31 16:25:40 +10:00
modules
Makefile mimxrt: Add support for Hyperflash chips. 2021-07-31 16:25:40 +10:00
README.md
board_init.c
dma_channel.c
dma_channel.h
led.c
led.h
machine_adc.c
machine_i2c.c mimxrt/machine_i2c: Add hardware-based machine.I2C to machine module. 2021-07-15 00:36:31 +10:00
machine_led.c mimxrt/machine_led: Use mp_raise_msg_varg helper. 2021-07-15 00:12:41 +10:00
machine_pin.c
machine_rtc.c
machine_spi.c
machine_timer.c
machine_uart.c
main.c
mimxrt_flash.c mimxrt: Add support for Hyperflash chips. 2021-07-31 16:25:40 +10:00
modmachine.c mimxrt/machine_i2c: Add hardware-based machine.I2C to machine module. 2021-07-15 00:36:31 +10:00
modmachine.h mimxrt/machine_i2c: Add hardware-based machine.I2C to machine module. 2021-07-15 00:36:31 +10:00
modmimxrt.c
modmimxrt.h
moduos.c
modutime.c
mpconfigport.h mimxrt: Add support for Hyperflash chips. 2021-07-31 16:25:40 +10:00
mphalport.c
mphalport.h
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)