circuitpython/ports/mimxrt/boards/MIMXRT1050_EVK
Philipp Ebensberger 7e62c9707a mimxrt/sdram: Add SDRAM support.
Adds support for SDRAM via `SEMC` peripheral. SDRAM support can be
enabled in the mpconfigboard.mk file by setting `MICROPY_HW_SDRAM_AVAIL`
to `1` and poviding the size of the RAM via `MICROPY_HW_FLASH_SIZE`.

When SDRAM support is enabled the whole SDRAM is currently used used
for MicroPython heap.

Signed-off-by: Philipp Ebensberger
2021-10-22 08:23:24 +02:00
..
MIMXRT1050_EVK_flexspi_nor_config.h mimxrt: Rework flash configuration. 2021-09-14 13:52:52 +02:00
clock_config.h mimxrt: Rework flash configuration. 2021-09-14 13:52:52 +02:00
mpconfigboard.h mimxrt/sdram: Add SDRAM support. 2021-10-22 08:23:24 +02:00
mpconfigboard.mk mimxrt/sdram: Add SDRAM support. 2021-10-22 08:23:24 +02:00
pins.csv mimxrt/machine_uart: Add the UART class to the machine module. 2021-06-16 01:21:15 +10:00
qspi_hyper_flash_config.c mimxrt/sdram: Add SDRAM support. 2021-10-22 08:23:24 +02:00
qspi_nor_flash_config.c mimxrt/sdram: Add SDRAM support. 2021-10-22 08:23:24 +02:00