micropython/ports/mimxrt
robert-hh 3ab8806c0d mimxrt/machine_rtc: Maintain microsecond offset.
The supplied value for microseconds in datetime() will be treated as a
starting value for the reported microseconds.  Due to internal processing
in setting the time, there is an offset about 1 ms.
2021-06-12 23:20:12 +10:00
..
boards mimxrt/boards: Add board configuration files for Teensy 4.1. 2021-06-04 01:00:39 +10:00
hal
modules
Makefile mimxrt/machine_adc: Add the ADC class to the machine module. 2021-06-04 00:51:58 +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
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
machine_pin.c
machine_rtc.c mimxrt/machine_rtc: Maintain microsecond offset. 2021-06-12 23:20:12 +10:00
machine_timer.c
main.c
mimxrt_flash.c
modmachine.c mimxrt/machine_adc: Add the ADC class to the machine module. 2021-06-04 00:51:58 +10:00
modmachine.h mimxrt/machine_adc: Add the ADC class to the machine module. 2021-06-04 00:51:58 +10:00
modmimxrt.c
modmimxrt.h
moduos.c
modutime.c
mpconfigport.h
mphalport.c
mphalport.h
pin.c
pin.h mimxrt/machine_adc: Add the ADC class to the machine module. 2021-06-04 00:51:58 +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)