micropython/ports/mimxrt/boards/MIMXRT1020_EVK
robert-hh 1074c784b0 mimxrt: Add support for Hyperflash chips.
Hyperflash is used by the MIMXRT1050_EVKB, MIMXRT1060_EVK and
MIMXRT1064_EVK boards.

This commit includes:
- add support for Hyperflash
- modify MIMXRT1060_EVK and MIMXRT1064_EVK to change from QSPI to
  hyperflash.
- minor incidental changes to other boards so they still build

Note: Erasing a sector on the hyperflash is slow. It takes about a second,
which seems too long, but matches the data sheet.
2021-07-31 16:25:40 +10:00
..
MIMXRT1020_EVK.ld mimxrt: Add flash storage support with VFS and littlefs filesystem. 2021-06-01 23:42:57 +10:00
evkmimxrt1020_flexspi_nor_config.h mimxrt: Add flash storage support with VFS and littlefs filesystem. 2021-06-01 23:42:57 +10:00
flash_config.c mimxrt: Add flash storage support with VFS and littlefs filesystem. 2021-06-01 23:42:57 +10:00
mpconfigboard.h mimxrt: Add support for Hyperflash chips. 2021-07-31 16:25:40 +10:00
mpconfigboard.mk mimxrt: Add support for Hyperflash chips. 2021-07-31 16:25:40 +10:00
pins.csv mimxrt: Implement machine.Pin class. 2021-05-26 00:12:42 +10:00