test(dsi): enable the esp32p4 eco4 DSI LCD test

This commit is contained in:
morris
2025-12-15 17:30:21 +08:00
parent ff2b43f31b
commit 8ee40016d6
3 changed files with 22 additions and 0 deletions
@@ -41,3 +41,18 @@ def test_dsi_lcd_with_virt_flash_enc(dut: Dut) -> None:
dut.expect('Generating new flash encryption key...')
dut.run_all_single_board_cases()
@pytest.mark.generic
@pytest.mark.eco4
@pytest.mark.parametrize(
'config',
[
('esp32p4_eco4'),
],
indirect=True,
)
@idf_parametrize('target', ['esp32p4'], indirect=['target'])
@pytest.mark.temp_skip_ci(targets=['esp32p4'], reason='no runner')
def test_dsi_lcd_esp32p4_eco4(dut: Dut) -> None:
dut.run_all_single_board_cases()
@@ -0,0 +1,6 @@
CONFIG_IDF_TARGET="esp32p4"
CONFIG_ESP32P4_SELECTS_REV_LESS_V3=y
CONFIG_COMPILER_OPTIMIZATION_SIZE=y
CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE=y
CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT=y
+1
View File
@@ -134,3 +134,4 @@ env_markers =
esp32c5_eco3: Runner with esp32c5 eco3 connected
rev_default: Runner with default revision connected
flash_32m: Runner with 32MB flash
eco4: Runner with SOC chip that is exactly with the ECO4 version