micropython/ports/mimxrt/boards
robert-hh 1866ed7e2e mimxrt/eth: Add LAN support and integrate the network module.
This commit implements 10/100 Mbit Ethernet support in the mimxrt port.

The following boards are configured without ETH network:
- MIMXRT1010_EVK
- Teensy 4.0

The following boards are configured with ETH network:
- MIMXRT1020_EVK
- MIMXRT1050_EVK
- MIMXRT1060_EVK
- MIMXRT1064_EVK
- Teensy 4.1

Ethernet support tested with TEENSY 4.1, MIMRTX1020_EVK and MIMXRT1050_EVK.
Build tested with Teensy 4.0 and MIMXRT1010_EVK to be still working.
Compiles and builds properly for MIMXRT1060_EVK and MIMXRT1064_EVK, but not
tested lacking suitable boards.

Tested functions are:
- ping works bothway
- simple UDP transfer works bothway
- ntptime works
- the ftp server works
- secure socker works
- telnet and webrepl works

The MAC address is 0x02 plus 5 bytes from the manifacturing info field,
which can be considered as unique per device.

Some boards do not wire the RESET and INT pin of the PHY transceiver.  For
operation, these are not required.  If they are defined, they will be used.
2021-10-25 15:14:26 +11:00
..
MIMXRT1010_EVK mimxrt/sdram: Add SDRAM support. 2021-10-22 08:23:24 +02:00
MIMXRT1020_EVK mimxrt/eth: Add LAN support and integrate the network module. 2021-10-25 15:14:26 +11:00
MIMXRT1050_EVK mimxrt/eth: Add LAN support and integrate the network module. 2021-10-25 15:14:26 +11:00
MIMXRT1060_EVK mimxrt/eth: Add LAN support and integrate the network module. 2021-10-25 15:14:26 +11:00
MIMXRT1064_EVK mimxrt/eth: Add LAN support and integrate the network module. 2021-10-25 15:14:26 +11:00
TEENSY40 mimxrt/sdram: Add SDRAM support. 2021-10-22 08:23:24 +02:00
TEENSY41 mimxrt/eth: Add LAN support and integrate the network module. 2021-10-25 15:14:26 +11:00
common.ld mimxrt/sdram: Add SDRAM support. 2021-10-22 08:23:24 +02:00
make-flexram-config.py mimxrt: Rework flash configuration. 2021-09-14 13:52:52 +02:00
make-pins.py mimxrt/sdram: Add SDRAM support. 2021-10-22 08:23:24 +02:00
manifest.py mimxrt: Enable many Python and some extmod features. 2021-06-04 00:38:18 +10: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