sdm: support sdm on esp32h2

This commit is contained in:
laokaiyao
2023-01-09 16:31:54 +08:00
parent b1ff550f69
commit 482a26e284
15 changed files with 107 additions and 31 deletions

View File

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
# SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD
# SPDX-License-Identifier: CC0-1.0
import pytest
@@ -15,6 +15,7 @@ CONFIGS = [
@pytest.mark.esp32c6
@pytest.mark.esp32s2
@pytest.mark.esp32s3
# @pytest.mark.esp32h2 // TODO: IDF-6263
@pytest.mark.generic
@pytest.mark.parametrize('config', CONFIGS, indirect=True)
def test_sdm(dut: IdfDut) -> None: