micropython/ports/mimxrt
Krzysztof Adamski 6409bbcb72 mimxrt: Move calc_weekday helper function to timeutils.
This function may be useful for other ports as well so lets move it to
timeutils so it can be reused.

Signed-off-by: Krzysztof Adamski <k@japko.eu>
2021-06-25 10:28:32 +10:00
..
boards
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
machine_rtc.c
machine_timer.c
machine_uart.c
main.c
mimxrt_flash.c
modmachine.c
modmachine.h
modmimxrt.c
modmimxrt.h
moduos.c
modutime.c
mpconfigport.h
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)