micropython/ports/mimxrt
robert-hh 8edc3aacdd mimxrt/modutime: Extend the time module.
Methods added:
- time.time()
- time.time_ns()
- time.gmtime()
- time.localtime()
- time.mktime()

The rp2 port was uses as the template for the change.
2021-06-16 01:50:09 +10:00
..
boards mimxrt/machine_pin: Implement pin.irq() functionality. 2021-06-16 01:42:10 +10:00
hal
modules
Makefile mimxrt/modutime: Extend the time module. 2021-06-16 01:50:09 +10:00
README.md
board_init.c
led.c
led.h
machine_adc.c
machine_led.c
machine_pin.c mimxrt/machine_pin: Implement pin.irq() functionality. 2021-06-16 01:42:10 +10:00
machine_rtc.c mimxrt/modutime: Extend the time module. 2021-06-16 01:50:09 +10:00
machine_timer.c
machine_uart.c
main.c mimxrt/machine_pin: Implement pin.irq() functionality. 2021-06-16 01:42:10 +10:00
mimxrt_flash.c
modmachine.c
modmachine.h mimxrt/machine_pin: Implement pin.irq() functionality. 2021-06-16 01:42:10 +10:00
modmimxrt.c
modmimxrt.h
moduos.c
modutime.c mimxrt/modutime: Extend the time module. 2021-06-16 01:50:09 +10:00
mpconfigport.h mimxrt/machine_pin: Implement pin.irq() functionality. 2021-06-16 01:42:10 +10:00
mphalport.c mimxrt/modutime: Extend the time module. 2021-06-16 01:50:09 +10:00
mphalport.h mimxrt/modutime: Extend the time module. 2021-06-16 01:50:09 +10:00
pin.c
pin.h mimxrt/machine_pin: Implement pin.irq() functionality. 2021-06-16 01:42: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)