Merge branch 'feat/enable_esp_flash_rom_impl_test_c5_c61' into 'master'

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

See merge request espressif/esp-idf!33820
This commit is contained in:
Jiang Guang Ming
2025-01-14 21:02:05 +08:00

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',