|
|
@@ -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]),
|
|
|
]
|