feat(sd): sd host driver layer driver NG

This commit is contained in:
armando
2025-05-13 10:43:47 +08:00
parent f9765d0316
commit 402bf0ce58
24 changed files with 2980 additions and 36 deletions

View File

@@ -943,6 +943,10 @@ config SOC_SDMMC_NUM_SLOTS
int
default 2
config SOC_SDMMC_DATA_WIDTH_MAX
int
default 8
config SOC_WIFI_WAPI_SUPPORT
bool
default y

View File

@@ -442,8 +442,9 @@
/* On ESP32, clock/cmd/data pins use IO MUX.
* Card detect, write protect, interrupt use GPIO Matrix on all chips.
*/
#define SOC_SDMMC_USE_IOMUX 1
#define SOC_SDMMC_NUM_SLOTS 2
#define SOC_SDMMC_USE_IOMUX 1
#define SOC_SDMMC_NUM_SLOTS 2
#define SOC_SDMMC_DATA_WIDTH_MAX 8
/*-------------------------- WI-FI HARDWARE CAPS -------------------------------*/
#define SOC_WIFI_WAPI_SUPPORT (1) /*!< Support WAPI */