micropython/ports/mimxrt
Damien George 06277a9169 mimxrt/machine_led: Use mp_raise_msg_varg helper.
Signed-off-by: Damien George <damien@micropython.org>
2021-07-15 00:12:41 +10:00
..
boards mimxrt/boards: Set vfs partition start to 1 MBbyte. 2021-06-26 22:27:02 +10:00
hal mimxrt: Enable many Python and some extmod features. 2021-06-04 00:38:18 +10:00
modules
Makefile all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
README.md
board_init.c mimxrt/machine_adc: Add the ADC class to the machine module. 2021-06-04 00:51:58 +10:00
dma_channel.c mimxrt/machine_spi: Add the SPI class to the machine module. 2021-06-26 22:14:47 +10:00
dma_channel.h mimxrt/machine_spi: Add the SPI class to the machine module. 2021-06-26 22:14:47 +10:00
led.c
led.h
machine_adc.c mimxrt/machine_adc: Add the ADC class to the machine module. 2021-06-04 00:51:58 +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 all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
machine_rtc.c all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
machine_spi.c mimxrt/machine_spi: Add the SPI class to the machine module. 2021-06-26 22:14:47 +10:00
machine_timer.c
machine_uart.c mimxrt/machine_uart: Add the UART class to the machine module. 2021-06-16 01:21:15 +10:00
main.c all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
mimxrt_flash.c mimxrt/mimxrt_flash: Remove commented-out code. 2021-06-26 22:27:02 +10:00
modmachine.c mimxrt/modmachine: Add a few minor methods to the machine module. 2021-06-26 22:27:02 +10:00
modmachine.h mimxrt/machine_spi: Add the SPI class to the machine module. 2021-06-26 22:14:47 +10:00
modmimxrt.c
modmimxrt.h
moduos.c mimxrt/moduos: Seed the PRNG on boot using the TRNG. 2021-06-26 22:27:02 +10:00
modutime.c all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
mpconfigport.h mimxrt/modmachine: Add a few minor methods to the machine module. 2021-06-26 22:27:02 +10:00
mphalport.c all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
mphalport.h mimxrt/modutime: Extend the time module. 2021-06-16 01:50:09 +10:00
pin.c
pin.h all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
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)