micropython/ports/mimxrt/boards
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
..
MIMXRT1010_EVK mimxrt: Add support for Hyperflash chips. 2021-07-31 16:25:40 +10:00
MIMXRT1020_EVK mimxrt: Add support for Hyperflash chips. 2021-07-31 16:25:40 +10:00
MIMXRT1050_EVK mimxrt: Add support for Hyperflash chips. 2021-07-31 16:25:40 +10:00
MIMXRT1060_EVK mimxrt: Add support for Hyperflash chips. 2021-07-31 16:25:40 +10:00
MIMXRT1064_EVK mimxrt: Add support for Hyperflash chips. 2021-07-31 16:25:40 +10:00
TEENSY40 mimxrt: Add support for Hyperflash chips. 2021-07-31 16:25:40 +10:00
TEENSY41 mimxrt: Add support for Hyperflash chips. 2021-07-31 16:25:40 +10:00
common.ld mimxrt: Add support for Hyperflash chips. 2021-07-31 16:25:40 +10:00
make-pins.py mimxrt/machine_adc: Add the ADC class to the machine module. 2021-06-04 00:51:58 +10: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: Add flash storage support with VFS and littlefs filesystem. 2021-06-01 23:42:57 +10:00
MIMXRT1021_af.csv mimxrt: Implement machine.Pin class. 2021-05-26 00:12:42 +10:00
MIMXRT1021.ld mimxrt: Add flash storage support with VFS and littlefs filesystem. 2021-06-01 23:42:57 +10:00
MIMXRT1052_af.csv mimxrt: Implement machine.Pin class. 2021-05-26 00:12:42 +10:00
MIMXRT1052.ld mimxrt: Add support for Hyperflash chips. 2021-07-31 16:25:40 +10:00
MIMXRT1062_af.csv mimxrt: Implement machine.Pin class. 2021-05-26 00:12:42 +10:00
MIMXRT1062.ld mimxrt/boards: Set vfs partition start to 1 MBbyte. 2021-06-26 22:27:02 +10:00
MIMXRT1064_af.csv mimxrt: Implement machine.Pin class. 2021-05-26 00:12:42 +10:00
MIMXRT1064.ld mimxrt: Add support for Hyperflash chips. 2021-07-31 16:25:40 +10:00
mimxrt_prefix.c mimxrt/machine_adc: Add the ADC class to the machine module. 2021-06-04 00:51:58 +10:00