ci(adc): enable P4 ADC test and correct ADC performance thresh

This commit is contained in:
gaoxu
2024-10-28 09:46:51 +08:00
parent 0c82649db0
commit cfa487b4e0
9 changed files with 21 additions and 19 deletions

View File

@@ -11,6 +11,7 @@ from pytest_embedded import Dut
@pytest.mark.esp32c6
@pytest.mark.esp32h2
@pytest.mark.esp32c5
@pytest.mark.esp32p4
@pytest.mark.adc
@pytest.mark.parametrize('config', [
'iram_safe',
@@ -42,6 +43,7 @@ def test_adc_esp32c2_xtal_26mhz(dut: Dut) -> None:
@pytest.mark.esp32c6
@pytest.mark.esp32h2
@pytest.mark.esp32c5
@pytest.mark.esp32p4
@pytest.mark.adc
@pytest.mark.parametrize('config', [
'gdma_iram_safe',