micropython/ports
iabdalkader 46d83d9748 mimxrt/sdio: Add SDIO driver.
This is a basic SDIO driver for the mimxrt port, that was added mainly to
support the CYW43 WiFi driver, and as such it only supports the commands
required by the CYW43 driver (but more commands can be added easily). The
driver performs non-blocking DMA transfers, and can detect and recover from
errors.

Note: because the mimxrt port is missing static alternate functions, named
pins and other pin related functions, currently the alternate functions for
USDHC 1 and 2 are hard-coded in the driver.

Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
2023-08-31 23:39:34 +10:00
..
bare-arm
cc3200 cc3200/Makefile: Build firmware.zip. 2023-08-24 15:44:20 +10:00
embed
esp32 py/mpconfig: Enable SSL finalizers if finalizers are enabled. 2023-08-30 12:38:13 +10:00
esp8266 esp8266/boards/ESP8266_GENERIC: Add image filename. 2023-08-24 17:15:32 +10:00
mimxrt mimxrt/sdio: Add SDIO driver. 2023-08-31 23:39:34 +10:00
minimal
nrf nrf/boards: Rename all nRF boards to use uppercase. 2023-08-23 13:54:37 +10:00
pic16bit
powerpc
qemu-arm
renesas-ra ports/*/boards/*/board.json: Remove "id" field. 2023-08-23 13:54:37 +10:00
rp2 rp2: Rename PICO, PICO_W to RPI_PICO, RPI_PICO_W. 2023-08-23 15:49:37 +10:00
samd
stm32 py/mpconfig: Enable SSL finalizers if finalizers are enabled. 2023-08-30 12:38:13 +10:00
teensy
unix py/profile: Remove the requirement to disable MICROPY_COMP_CONST. 2023-08-30 10:58:04 +10:00
webassembly
windows
zephyr