micropython/ports/mimxrt/hal
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
..
phy mimxrt: Update port to work with new nxp_driver v2.10. 2022-06-03 10:48:49 +10: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: Rework flash configuration. 2021-09-14 13:52:52 +02:00
flexspi_hyper_flash.h mimxrt: Allow for board-specific flash driver files. 2022-01-27 16:53:30 +11:00
flexspi_nor_flash.c mimxrt: Rework flash configuration. 2021-09-14 13:52:52 +02:00
flexspi_nor_flash.h mimxrt: Allow for board-specific flash driver files. 2022-01-27 16:53:30 +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: Rework flash configuration. 2021-09-14 13:52:52 +02:00