mirror of
https://github.com/micropython/micropython.git
synced 2026-03-17 22:30:20 +01:00
Some SD/MMC breakout boards don't support 4-bit bus mode. This adds a new macro MICROPY_HW_SDMMC_BUS_WIDTH that allows each board to define the width of the SD/MMC bus interface used on that board, defaulting to 4 bits.