ci(esp32h4): enable ci target test

This commit is contained in:
Chen Jichang
2026-04-08 11:06:38 +08:00
committed by morris
parent 73988b5968
commit 645ff40cde
50 changed files with 122 additions and 77 deletions

View File

@@ -8,7 +8,7 @@ from pytest_embedded_idf.utils import idf_parametrize
@pytest.mark.generic
@idf_parametrize(
'target',
['esp32c3', 'esp32s2', 'esp32s3', 'esp32c5', 'esp32c6', 'esp32c61', 'esp32h2', 'esp32p4', 'esp32s31'],
['esp32c3', 'esp32s2', 'esp32s3', 'esp32c5', 'esp32c6', 'esp32c61', 'esp32h2', 'esp32p4', 'esp32s31', 'esp32h4'],
indirect=['target'],
)
def test_esp_rom(dut: Dut) -> None: