ci(esp32c61): enable c61 generic target test

This commit is contained in:
wanckl
2024-08-26 19:06:03 +08:00
parent a82b8565b7
commit 4e095f4b9f
44 changed files with 102 additions and 25 deletions

View File

@@ -5,7 +5,7 @@ from pytest_embedded import Dut
@pytest.mark.supported_targets
@pytest.mark.temp_skip_ci(targets=['esp32c5'], reason='not support yet') # TODO: [ESP32C5] IDF-8704, IDF-10314
@pytest.mark.temp_skip_ci(targets=['esp32c5', 'esp32c61'], reason='not support yet') # TODO: [ESP32C5] IDF-10314 [ESP32C61] IDF-10977
@pytest.mark.generic
@pytest.mark.parametrize(
'config',