fix(sdmmc): Allow disabling SDIO specific steps in sdmmc card init

This commit is contained in:
sonika.rathi
2025-07-21 11:47:59 +02:00
committed by BOT
parent 863d682614
commit 4d91eac13f
14 changed files with 160 additions and 6 deletions

View File

@@ -6,6 +6,14 @@ from pytest_embedded_idf.utils import idf_parametrize
@pytest.mark.sdcard
@pytest.mark.parametrize(
'config',
[
'default',
'nosdio',
],
indirect=True,
)
@idf_parametrize('target', ['esp32', 'esp32s3', 'esp32p4'], indirect=['target'])
def test_sdmmc(dut: IdfDut) -> None:
# SDMMC driver can't be reinitialized if the test fails,