ulp-fsm: support ulp-fsm example on S3

This commit is contained in:
Marius Vikhammer
2022-06-08 18:32:05 +08:00
parent a6980a6b6a
commit 797358f953
4 changed files with 25 additions and 11 deletions

View File

@@ -72,7 +72,7 @@ def test_deep_sleep(dut: Dut) -> None:
CONFIGS_S2_S3 = [
pytest.param('basic', marks=[pytest.mark.esp32s2, pytest.mark.esp32s3]), # S2/S3 runner on isolated runners for now, IDF-XX
pytest.param('basic', marks=[pytest.mark.esp32s2, pytest.mark.esp32s3]), # S2/S3 runner on isolated runners for now, IDF-5213
]