feat(driver_sdspi): c61 sdspi support

This commit is contained in:
wanckl
2024-10-12 20:26:37 +08:00
parent 92d335548f
commit 8a467ffd9a
11 changed files with 13 additions and 22 deletions

View File

@@ -57,6 +57,8 @@ def test_examples_perf_benchmark_sdcard_sdmmc(dut: Dut) -> None:
@pytest.mark.temp_skip_ci(targets=['esp32'], reason='IDFCI-2059, temporary lack runner')
@pytest.mark.esp32c3
@pytest.mark.esp32s2
@pytest.mark.esp32c5
@pytest.mark.temp_skip_ci(targets=['esp32c61'], reason='C5 C61 GPSPI same, so testing on C5 is enough')
@pytest.mark.sdcard_spimode
@pytest.mark.parametrize(
'config',