mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
ci(p4): re-enable p4 jobs
This commit is contained in:
@@ -30,3 +30,15 @@ def test_adc(dut: Dut) -> None:
|
||||
@idf_parametrize('target', ['esp32c2'], indirect=['target'])
|
||||
def test_adc_esp32c2_xtal_26mhz(dut: Dut) -> None:
|
||||
dut.run_all_single_board_cases(timeout=120, reset=True)
|
||||
|
||||
|
||||
# P4 REV2 adc
|
||||
@pytest.mark.adc
|
||||
@pytest.mark.parametrize('config', ['p4_rev2'], indirect=True)
|
||||
@idf_parametrize(
|
||||
'target',
|
||||
['esp32p4'],
|
||||
indirect=['target'],
|
||||
)
|
||||
def test_adc_p4_rev2(dut: Dut) -> None:
|
||||
dut.run_all_single_board_cases(timeout=120, reset=True)
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
CONFIG_IDF_TARGET="esp32p4"
|
||||
CONFIG_ESP32P4_SELECTS_REV_LESS_V3=y
|
||||
@@ -24,7 +24,5 @@ no_runner_tags:
|
||||
- esp32c6,jtag
|
||||
- esp32c61,jtag
|
||||
- esp32h2,jtag
|
||||
- esp32p4,*
|
||||
- esp32p4,jtag
|
||||
- esp32p4_2,*
|
||||
- esp32s2,usb_host_flash_disk
|
||||
|
||||
Reference in New Issue
Block a user