mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
test(dsi): enable the esp32p4 eco4 DSI LCD test
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user