micropython/ports/mimxrt/hal
robert-hh 5e990cc27f mimxrt: Add support for MIMXRT1176 MCUs, and MIMXRT1170_EVK board.
The RT1176 has two cores, but the actual firmware supports only the CM7.
There are currently no good plans on how to use the CM4.

The actual MIMXRT1170_EVK board is on par with the existing MIMXRT boards,
with the following extensions:
- Use 64 MB RAM for the heap.
- Support both LAN interfaces as LAN(0) and LAN(1), with LAN(1)
  being the 1GB interface.

The dual LAN port interface can eventually be adapted as well for the
RT1062 MCU.

This work was done in collaboration with @alphaFred.
2022-11-17 14:11:50 +11:00
..
phy mimxrt: Add support for MIMXRT1176 MCUs, and MIMXRT1170_EVK board. 2022-11-17 14:11:50 +11:00
board.h mimxrt: Update port to work with new nxp_driver v2.10. 2022-06-03 10:48:49 +10:00
flexspi_flash_config.h drivers,ports: Fix a few typos in comments. 2022-07-23 23:24:24 +10:00
flexspi_hyper_flash.c mimxrt: Add support for MIMXRT1176 MCUs, and MIMXRT1170_EVK board. 2022-11-17 14:11:50 +11:00
flexspi_hyper_flash.h mimxrt: Add support for MIMXRT1176 MCUs, and MIMXRT1170_EVK board. 2022-11-17 14:11:50 +11:00
flexspi_nor_flash.c mimxrt: Add support for MIMXRT1176 MCUs, and MIMXRT1170_EVK board. 2022-11-17 14:11:50 +11:00
flexspi_nor_flash.h mimxrt: Add support for MIMXRT1176 MCUs, and MIMXRT1170_EVK board. 2022-11-17 14:11:50 +11:00
fsl_flexspi_nor_boot.c mimxrt: Format the firmware image to match the new teensy loader. 2022-09-13 18:35:48 +10:00
fsl_flexspi_nor_boot.h mimxrt: Format the firmware image to match the new teensy loader. 2022-09-13 18:35:48 +10:00
peripherals.h mimxrt: Rework flash configuration. 2021-09-14 13:52:52 +02:00
pin_mux.h mimxrt: Rework flash configuration. 2021-09-14 13:52:52 +02:00
pwm_backport.c mimxrt: Update port to work with new nxp_driver v2.10. 2022-06-03 10:48:49 +10:00
pwm_backport.h mimxrt: Update port to work with new nxp_driver v2.10. 2022-06-03 10:48:49 +10:00
qspi_hyper_flash_config.c mimxrt: Allow for board-specific flash driver files. 2022-01-27 16:53:30 +11:00
qspi_nor_flash_config.c mimxrt: Allow for board-specific flash driver files. 2022-01-27 16:53:30 +11:00
resethandler_MIMXRT10xx.S mimxrt: Add support for MIMXRT1176 MCUs, and MIMXRT1170_EVK board. 2022-11-17 14:11:50 +11:00