ci: add pd_vddsdio in lightsleep UT tests

- Add pd_vddsdio in lightsleep UT tests to ensure proper functionality
This commit is contained in:
wuzhenghui
2023-06-07 19:51:06 +08:00
parent a5c992c8af
commit 797efb1dd3
12 changed files with 18 additions and 1 deletions
@@ -10,6 +10,7 @@ from pytest_embedded import Dut
'config',
[
pytest.param('default', marks=[pytest.mark.supported_targets]),
pytest.param('pd_vddsdio', marks=[pytest.mark.supported_targets]),
pytest.param('psram', marks=[pytest.mark.esp32, pytest.mark.esp32s2, pytest.mark.esp32s3]),
pytest.param('single_core_esp32', marks=[pytest.mark.esp32]),
]
@@ -0,0 +1,3 @@
CONFIG_PM_SLP_IRAM_OPT=y
CONFIG_ESP_SLEEP_POWER_DOWN_FLASH=y
CONFIG_ESP_SLEEP_CACHE_SAFE_ASSERTION=y