test(i2c): Enable all i2c test on esp32p4, esp32c5

This commit is contained in:
C.S.M
2024-08-23 18:23:53 +08:00
parent 74dc204b59
commit acda9ad8bf
5 changed files with 9 additions and 11 deletions

View File

@@ -20,8 +20,10 @@ def test_i2c(dut: Dut) -> None:
@pytest.mark.esp32
@pytest.mark.esp32c3
@pytest.mark.esp32c5
@pytest.mark.esp32c6
@pytest.mark.esp32h2
@pytest.mark.esp32p4
@pytest.mark.esp32s2
@pytest.mark.esp32s3
@pytest.mark.generic_multi_device