• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..01-Sep-2021-

boards/H01-Sep-2021-5,5974,407

hal/H01-Sep-2021-604357

modules/H01-Sep-2021-169

MakefileH A D01-Sep-20218.2 KiB336278

README.mdH A D01-Sep-2021413 1813

board_init.cH A D01-Sep-20212.9 KiB10141

dma_channel.cH A D01-Sep-20212.1 KiB5219

dma_channel.hH A D01-Sep-20211.4 KiB356

led.cH A D01-Sep-20213 KiB10356

led.hH A D01-Sep-20211.9 KiB5723

machine_adc.cH A D01-Sep-20215 KiB14683

machine_i2c.cH A D01-Sep-20217.9 KiB218149

machine_led.cH A D01-Sep-20213.2 KiB9249

machine_pin.cH A D01-Sep-202119.5 KiB502360

machine_rtc.cH A D01-Sep-20215.9 KiB157103

machine_spi.cH A D01-Sep-202114 KiB335245

machine_timer.cH A D01-Sep-20218.1 KiB221145

machine_uart.cH A D01-Sep-202117.5 KiB466343

main.cH A D01-Sep-20215.5 KiB160112

mimxrt_flash.cH A D01-Sep-20218.6 KiB226145

modmachine.cH A D01-Sep-20214.4 KiB10566

modmachine.hH A D01-Sep-20211.8 KiB4413

modmimxrt.cH A D01-Sep-20211.7 KiB4011

modmimxrt.hH A D01-Sep-20211.4 KiB356

moduos.cH A D01-Sep-20215 KiB14392

modutime.cH A D01-Sep-20215.4 KiB12876

mpconfigport.hH A D01-Sep-20218.1 KiB204136

mphalport.cH A D01-Sep-20213.2 KiB10660

mphalport.hH A D01-Sep-20212.9 KiB8140

pin.cH A D01-Sep-20214.1 KiB12873

pin.hH A D01-Sep-20215.5 KiB16099

qstrdefsport.hH A D01-Sep-202147 30

ticks.cH A D01-Sep-20214.5 KiB13890

ticks.hH A D01-Sep-20211.5 KiB368

tusb_config.hH A D01-Sep-20211.5 KiB378

tusb_port.cH A D01-Sep-20214 KiB11873

README.md

1Port of MicroPython to NXP iMX RT 10xx
2======================================
3
4Currently supports Teensy 4.0 and the i.MX RT1010 EVK board.
5
6Features:
7  - REPL over USB VCP
8  - machine.Pin
9
10Known issues:
11  - pyboard.py doesn't work with files larger than 64 bytes
12  - machine.Pin class currently does not support GPIOMUX option of
13    i.MX RT101x variants
14
15TODO:
16  - Enable TCM
17  - Peripherals (LED, Timers, etc)
18