Merge branch 'feature/esp32h2_build_test' into 'master'

ESP32H2 (CI): enable CI build stage test on esp32h2

Closes IDF-6263 and IDF-6264

See merge request espressif/esp-idf!21954
This commit is contained in:
C.S.M
2023-01-17 13:28:11 +08:00
181 changed files with 726 additions and 387 deletions

View File

@@ -13,6 +13,7 @@ CONFIGS = [
@pytest.mark.esp32
@pytest.mark.esp32c3
@pytest.mark.esp32c6
@pytest.mark.esp32h2
@pytest.mark.esp32s2
@pytest.mark.esp32s3
# @pytest.mark.esp32h2 // TODO: IDF-6263
@@ -25,6 +26,7 @@ def test_sdm(dut: IdfDut) -> None:
@pytest.mark.esp32c2
@pytest.mark.esp32c3
@pytest.mark.esp32c6
@pytest.mark.esp32h2
@pytest.mark.esp32s2
@pytest.mark.esp32s3
@pytest.mark.generic
@@ -36,6 +38,7 @@ def test_gpio_filter(dut: IdfDut) -> None:
@pytest.mark.esp32c2
@pytest.mark.esp32c3
@pytest.mark.esp32c6
@pytest.mark.esp32h2
@pytest.mark.esp32s2
@pytest.mark.esp32s3
@pytest.mark.generic