micropython/ports/mimxrt
Albort Xue b3bc9808f2 mimxrt/boards: Add MIMXRT1060_EVK board. 2020-05-27 16:49:52 +10:00
..
boards mimxrt/boards: Add MIMXRT1060_EVK board. 2020-05-27 16:49:52 +10:00
Makefile all: Factor gchelper code to one place and use it for unix & ARM ports. 2020-04-29 23:45:19 +10:00
README.md
board_init.c all: Format code to add space after C++-style comment start. 2020-04-23 11:24:25 +10:00
main.c all: Factor gchelper code to one place and use it for unix & ARM ports. 2020-04-29 23:45:19 +10:00
modmachine.c
modutime.c
mpconfigport.h
mphalport.c
mphalport.h
qstrdefsport.h
tusb_config.h
tusb_port.c all: Remove spaces inside and around parenthesis. 2020-03-28 23:36:44 +11:00

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

Known issues:

  • pyboard.py doesn't work with files larger than 64 bytes

TODO:

  • Enable TCM
  • Peripherals (pins, LED, Timers, etc)