index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
/
mimxrt
Age
Commit message (
Expand
)
Author
2021-04-14
mimxrt: Enable CPYTHON_COMPAT, PY_ASYNC_AWAIT, PY_ATTRTUPLE options.
Damien George
2021-03-11
mimxrt/boards: Add MIMXRT1050_EVK board, based on MIMXRT1060_EVK.
svetelna
2021-02-12
mimxrt: Fix USB CDC handling so it works reliably.
Damien George
2021-02-12
ports: Update to build with new tinyusb.
Damien George
2021-02-04
ports: Remove def of MP_PLAT_PRINT_STRN if it's the same as the default.
Damien George
2020-10-17
ports: Use correct in/out endpoint size in TUD_CDC_DESCRIPTOR.
Damien George
2020-09-09
mimxrt/boards: Add MIMXRT1064_EVK board.
Albort Xue
2020-06-10
mimxrt/boards: Set __heap_size__ to 0 in MIMXRT1011.ld.
Albort Xue
2020-06-09
mimxrt/boards: Integrate support for MIMXRT1020_EVK board.
Philipp Ebensberger
2020-06-09
mimxrt/boards: Enable LED class for MIMXRT1060_EVK board.
Albort Xue
2020-06-08
mimxrt/tusb_config.h: Preliminary fix for TinyUSB HS endpoint overflow.
Philipp Ebensberger
2020-06-05
mimxrt: Add initial impl of machine.LED class, and basic pin support.
Philipp Ebensberger
2020-05-27
mimxrt/boards: Add MIMXRT1060_EVK board.
Albort Xue
2020-04-29
all: Factor gchelper code to one place and use it for unix & ARM ports.
Jim Mussared
2020-04-23
all: Format code to add space after C++-style comment start.
stijn
2020-04-18
all: Enable extra conversion warnings where applicable.
stijn
2020-03-28
all: Remove spaces inside and around parenthesis.
Damien George
2020-03-11
mimxrt: Add MIMXRT1010 board.
Jim Mussared
2020-03-11
mimxrt: Add new, minimal port to NXP i.MX RT series CPUs.
Jim Mussared