ci(p4): enable esp32p4 target test

This commit is contained in:
Armando
2024-01-02 10:21:45 +08:00
parent 20f80a2d05
commit 1ab742b3c3
52 changed files with 222 additions and 18 deletions

View File

@@ -9,6 +9,7 @@ from pytest_embedded import Dut
@pytest.mark.esp32s3
@pytest.mark.esp32c6
@pytest.mark.esp32h2
@pytest.mark.esp32p4
@pytest.mark.generic
def test_servo_mg996r_example(dut: Dut) -> None:
dut.expect_exact('example: Create timer and operator')