micropython/ports/mimxrt/boards
Jim Mussared e359b077dd ports: Add board.json for all boards.
This will be used by https://micropython.org/download/ to generate the
full listing of boards and firmware files.

Optionally supports a board.md for additional customisation of the
download page, as well as deploy.md for flashing instructions.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2021-10-27 14:04:53 +11:00
..
MIMXRT1010_EVK ports: Add board.json for all boards. 2021-10-27 14:04:53 +11:00
MIMXRT1020_EVK ports: Add board.json for all boards. 2021-10-27 14:04:53 +11:00
MIMXRT1050_EVK ports: Add board.json for all boards. 2021-10-27 14:04:53 +11:00
MIMXRT1060_EVK ports: Add board.json for all boards. 2021-10-27 14:04:53 +11:00
MIMXRT1064_EVK ports: Add board.json for all boards. 2021-10-27 14:04:53 +11:00
TEENSY40 ports: Add board.json for all boards. 2021-10-27 14:04:53 +11:00
TEENSY41 ports: Add board.json for all boards. 2021-10-27 14:04:53 +11:00
common.ld mimxrt: Optimize the runtime speed. 2021-10-25 23:54:47 +11:00
deploy.md ports: Add board.json for all boards. 2021-10-27 14:04:53 +11:00
make-flexram-config.py mimxrt: Rework flash configuration. 2021-09-14 13:52:52 +02:00
make-pins.py mimxrt/boards/make-pins.py: Allow empty lines and comments in pins.csv. 2021-10-25 23:53:51 +11:00
manifest.py mimxrt: Add dht_readinto() to the mimxrt module, and freeze dht.py. 2021-10-25 23:49:28 +11:00
MIMXRT1011_af.csv mimxrt: Implement machine.Pin class. 2021-05-26 00:12:42 +10:00
MIMXRT1011.ld mimxrt/sdram: Add SDRAM support. 2021-10-22 08:23:24 +02:00
MIMXRT1021_af.csv mimxrt: Implement machine.Pin class. 2021-05-26 00:12:42 +10:00
MIMXRT1021.ld mimxrt/eth: Add LAN support and integrate the network module. 2021-10-25 15:14:26 +11:00
MIMXRT1052_af.csv mimxrt: Implement machine.Pin class. 2021-05-26 00:12:42 +10:00
MIMXRT1052.ld mimxrt/sdram: Add SDRAM support. 2021-10-22 08:23:24 +02:00
MIMXRT1062_af.csv mimxrt: Implement machine.Pin class. 2021-05-26 00:12:42 +10:00
MIMXRT1062.ld mimxrt/sdram: Add SDRAM support. 2021-10-22 08:23:24 +02:00
MIMXRT1064_af.csv mimxrt: Implement machine.Pin class. 2021-05-26 00:12:42 +10:00
MIMXRT1064.ld mimxrt/sdram: Add SDRAM support. 2021-10-22 08:23:24 +02:00
mimxrt_prefix.c mimxrt/sdcard: Implement SDCard driver. 2021-09-07 20:45:33 +02:00