ci: enable build pytest ut and examples on esp32c2

This commit is contained in:
morris
2022-05-07 15:26:45 +08:00
parent 6d288575dc
commit 47e4fe83ba
6 changed files with 35 additions and 15 deletions

View File

@@ -32,8 +32,8 @@ from _pytest.terminal import TerminalReporter
from pytest_embedded.plugin import apply_count, parse_configuration
from pytest_embedded.utils import find_by_suffix
SUPPORTED_TARGETS = ['esp32', 'esp32s2', 'esp32c3', 'esp32s3']
PREVIEW_TARGETS = ['linux', 'esp32h2', 'esp32c2']
SUPPORTED_TARGETS = ['esp32', 'esp32s2', 'esp32c3', 'esp32s3', 'esp32c2']
PREVIEW_TARGETS = ['linux', 'esp32h2']
DEFAULT_SDKCONFIG = 'default'