fix(sdspi): fixed sdspi on p4

This commit is contained in:
Armando
2024-08-08 16:23:59 +08:00
parent c13f35a7cf
commit 29bf116021
9 changed files with 46 additions and 5 deletions

View File

@@ -6,6 +6,7 @@ from pytest_embedded_idf import IdfDut
@pytest.mark.esp32
@pytest.mark.esp32c3
@pytest.mark.esp32p4
@pytest.mark.esp32c5
@pytest.mark.sdcard_spimode
def test_sdspi(dut: IdfDut) -> None: