mirror of
https://github.com/espressif/esp-idf
synced 2025-03-12 02:29:10 -04:00
* Extend sdmmc_slot_config_t with GPIO pin numbers for all SD bus signals. These new fields are available if SOC_SDMMC_USE_GPIO_MATRIX is set. * Add shorter "sd" and "wp" aliases for "gpio_sd" and "gpio_wp" field names in sdmmc_slot_config_t. * Deprecate sdmmc_host_pullup_en, prefer to enable this feature using SDMMC_SLOT_FLAG_INTERNAL_PULLUP instead.