ci: partially enable pytest for esp32c2

This commit is contained in:
Michael (XIAO Xufeng)
2022-05-22 03:28:15 +08:00
committed by morris
parent 6a8aed12ee
commit 4e231f9dac
11 changed files with 50 additions and 11 deletions

View File

@@ -28,7 +28,11 @@ LIGHT_SLEEP_TIME = 500000
ONE_SHOT_TIMER_PERIOD = 5000000
@pytest.mark.supported_targets
# IDF-5052
@pytest.mark.esp32
@pytest.mark.esp32s2
@pytest.mark.esp32s3
@pytest.mark.esp32c3
@pytest.mark.generic
@pytest.mark.parametrize(
'config',