micropython/ports/mimxrt
robert-hh cbc9a591a4 mimxrt/modmachine: Add a few minor methods to the machine module.
Mostly for compatibility reasons:
- idle()
- disable_irq()
- enable_irq()
- time_pulse_us()
2021-06-26 22:27:02 +10:00
..
boards mimxrt/boards: Set vfs partition start to 1 MBbyte. 2021-06-26 22:27:02 +10:00
hal
modules
Makefile mimxrt/machine_spi: Add the SPI class to the machine module. 2021-06-26 22:14:47 +10:00
README.md
board_init.c
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
machine_led.c
machine_pin.c
machine_rtc.c
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
main.c mimxrt/main: Extend the information returned by help(). 2021-06-26 22:27:02 +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
mpconfigport.h mimxrt/modmachine: Add a few minor methods to the machine module. 2021-06-26 22:27:02 +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)