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

@@ -29,7 +29,7 @@ ONE_SHOT_TIMER_PERIOD = 5000000
@pytest.mark.supported_targets
@pytest.mark.temp_skip_ci(targets=['esp32c6', 'esp32h2'], reason='c6/h2 support TBD')
@pytest.mark.temp_skip_ci(targets=['esp32c6', 'esp32h2', 'esp32p4'], reason='c6/h2/p4 support TBD')
@pytest.mark.generic
@pytest.mark.parametrize(
'config',