You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Damien George
e9e9c76ddf
|
4 years ago | |
---|---|---|
.. | ||
boards | 4 years ago | |
Makefile | 4 years ago | |
README.md | 5 years ago | |
board_init.c | 4 years ago | |
led.c | 4 years ago | |
led.h | 4 years ago | |
machine_led.c | 4 years ago | |
main.c | 4 years ago | |
modmachine.c | 4 years ago | |
modutime.c | 5 years ago | |
mpconfigport.h | 4 years ago | |
mphalport.c | 4 years ago | |
mphalport.h | 4 years ago | |
pin.c | 4 years ago | |
pin.h | 4 years ago | |
qstrdefsport.h | 5 years ago | |
tusb_config.h | 4 years ago | |
tusb_port.c | 4 years ago |
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
Known issues:
- pyboard.py doesn't work with files larger than 64 bytes
TODO:
- Enable TCM
- Peripherals (pins, LED, Timers, etc)