test(spi_flash): Enable esp_flash rom impl test on c5 c61

This commit is contained in:
Jiang Guang Ming
2024-09-25 18:59:47 +08:00
committed by BOT
parent fdb1897392
commit 642340616e

View File

@@ -25,6 +25,8 @@ def test_esp_flash(dut: Dut) -> None:
@pytest.mark.esp32c2 @pytest.mark.esp32c2
@pytest.mark.esp32c6 @pytest.mark.esp32c6
@pytest.mark.esp32h2 @pytest.mark.esp32h2
@pytest.mark.esp32c5
@pytest.mark.esp32c61
@pytest.mark.generic @pytest.mark.generic
@pytest.mark.parametrize( @pytest.mark.parametrize(
'config', 'config',