ci(emmc): enable emmc example test on ESP32-P4

This commit is contained in:
gaoxu
2025-07-01 14:46:52 +08:00
parent f9c7d37af7
commit 26fe24b890
2 changed files with 1 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ from pytest_embedded_idf.utils import idf_parametrize
],
indirect=True,
)
@idf_parametrize('target', ['esp32s3'], indirect=['target'])
@idf_parametrize('target', ['esp32s3', 'esp32p4'], indirect=['target'])
def test_examples_sd_card_sdmmc(dut: Dut) -> None:
dut.expect('example: Initializing eMMC', timeout=20)
dut.expect('example: Using SDMMC peripheral', timeout=10)