|
|
@@ -1,4 +1,4 @@
|
|
|
-# SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
|
|
|
+# SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD
|
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
|
|
import logging
|
|
|
@@ -12,7 +12,7 @@ touch_wake_up_support = ['esp32', 'esp32s2']
|
|
|
|
|
|
CONFIGS = [
|
|
|
pytest.param('esp32_singlecore', marks=[pytest.mark.esp32]),
|
|
|
- pytest.param('basic', marks=[pytest.mark.esp32, pytest.mark.esp32s2, pytest.mark.esp32s3, pytest.mark.esp32c3]),
|
|
|
+ pytest.param('basic', marks=[pytest.mark.esp32, pytest.mark.esp32s2, pytest.mark.esp32s3, pytest.mark.esp32c3, pytest.mark.esp32c6]),
|
|
|
]
|
|
|
|
|
|
|