mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
mimxrt/Makefile: Rework board flash type handling.
Reworks handling and configuration of different board flash types in the Makefile, linker scripts and board makefile fragments.
This commit is contained in:
committed by
Damien George
parent
84339aa8ec
commit
bec0524dbf
@@ -3,7 +3,7 @@ MCU_VARIANT = MIMXRT1052DVL6B
|
||||
|
||||
MICROPY_FLOAT_IMPL = double
|
||||
MICROPY_PY_MACHINE_SDCARD = 1
|
||||
MICROPY_HW_FLASH_TYPE ?= qspi_nor
|
||||
MICROPY_HW_FLASH_TYPE ?= qspi_nor_flash
|
||||
MICROPY_HW_FLASH_SIZE ?= 0x800000 # 8MB
|
||||
|
||||
MICROPY_HW_SDRAM_AVAIL = 1
|
||||
|
||||
Reference in New Issue
Block a user