micropython/ports/mimxrt/boards
robert-hh 8e54225140 mimxrt: Format the firmware image to match the new teensy loader.
The new teensy loader keeps the file system under certain conditions:
- The file size is properly set in the file header.
- The header version is 4.3

These changes are implemented here, requiring a backport of
fsl_flexspi_nor_boot.c.  There is still a problem with the command line
version of the teensy loader, which fails on the first attempt.  At the
second attempt it works.  The GUI version of the teensy loader is fine.
2022-09-13 18:35:48 +10:00
..
MIMXRT1010_EVK
MIMXRT1015_EVK
MIMXRT1020_EVK
MIMXRT1050_EVK
MIMXRT1060_EVK
MIMXRT1064_EVK
OLIMEX_RT1010
SEEED_ARCH_MIX
TEENSY40
TEENSY41
MIMXRT1011.ld
MIMXRT1011_af.csv
MIMXRT1011_clock_config.c
MIMXRT1011_clock_config.h
MIMXRT1015.ld
MIMXRT1015_af.csv
MIMXRT1015_clock_config.c
MIMXRT1015_clock_config.h
MIMXRT1021.ld
MIMXRT1021_af.csv
MIMXRT1021_clock_config.c
MIMXRT1021_clock_config.h
MIMXRT1052.ld
MIMXRT1052_af.csv
MIMXRT1052_clock_config.c
MIMXRT1052_clock_config.h
MIMXRT1062.ld
MIMXRT1062_af.csv
MIMXRT1062_clock_config.c
MIMXRT1062_clock_config.h
MIMXRT1064.ld
MIMXRT1064_af.csv
MIMXRT1064_clock_config.c
MIMXRT1064_clock_config.h
common.ld mimxrt: Format the firmware image to match the new teensy loader. 2022-09-13 18:35:48 +10:00
deploy_mimxrt.md
deploy_teensy.md
make-flexram-config.py
make-pins.py
manifest.py ports: Use micropython-lib version of drivers in manifests. 2022-09-08 11:27:05 +10:00
mimxrt_prefix.c