micropython/ports
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
..
bare-arm
cc3200
esp32 esp32/usb: Improve speed of USB CDC output. 2021-10-16 00:23:59 +11:00
esp8266
javascript
mimxrt mimxrt/sdram: Add SDRAM support. 2021-10-22 08:23:24 +02:00
minimal
nrf
pic16bit
powerpc
qemu-arm
rp2
samd
stm32 stm32/pendsv: Allow a board to add entries for pendsv_schedule_dispatch. 2021-10-20 21:20:18 +11:00
teensy
unix unix/modusocket: Support MP_STREAM_POLL in unix socket_ioctl. 2021-10-19 22:48:10 +11:00
windows
zephyr