micropython/tools/autobuild
Philipp Ebensberger 0d7366c912 mimxrt: Rework flash configuration.
- Moves definition of BOARD_FLASH_SIZE and other header files related to
	flash configuration into the Makefile.
- Adds board specific clock_config.h.
- Adds board.h, pin_mux.h, and peripherals.h as they are
	required by NXP MCU SDK in order to use our own clock_config.h.
- Renames board specific FlexSPI configuration files.
- Updates flash frequency of MIMXRT1020_EVK
- Creates separated flash_config files for QSPI NOR and
	QSPI Hyper flash.
- Unifies VFS start address to be @ 1M for 1010 and 1020 boards.
- Unifies 1050EVK boards
- Adds support to both NOR and HyperFlash on boards with
	both capabilities.
- Adds automatic FlexRAM initialization to start-up code based on
	linker script and NXP HAL.
- Applies code formatting to all files in mimxrt port.

With this change the flash configuration is restructured and
organized. This simplifies the configuration process and
provides a better overview of each board's settings. With the integration
of clock_config.h, board.h, pin_mux.h, and peripherals.h we gain better
control of the settings and clock configurations. Furthermore the
implementation of an explicit FlexRAM setup improves the system
performance and allows for performance tuning.

Signed-off-by: Philipp Ebensberger
2021-09-14 13:52:52 +02:00
..
autobuild.sh tools/autobuild: Use separate IDF version to build newer esp32 SoCs. 2021-07-22 22:42:37 +10:00
build-cc3200-latest.sh tools/autobuild: Don't use "-B" for make, it's already a fresh build. 2021-08-19 23:30:17 +10:00
build-esp32-latest.sh tools/autobuild: Add auto build for GENERIC_C3_USB. 2021-09-10 15:41:52 +10:00
build-esp8266-latest.sh tools/autobuild: Add scripts to build release firmware. 2021-06-23 16:59:20 +10:00
build-mimxrt-latest.sh mimxrt: Rework flash configuration. 2021-09-14 13:52:52 +02:00
build-rp2-latest.sh tools/autobuild: Add scripts to build release firmware. 2021-06-23 16:59:20 +10:00
build-stm32-latest.sh tools/autobuild: Don't use "-B" for make, it's already a fresh build. 2021-08-19 23:30:17 +10:00
remove_old_firmware.py tools/autobuild: Add scripts to build release firmware. 2021-06-23 16:59:20 +10:00