feat(esp_hw_support): support esp32p4 deepsleep

This commit is contained in:
wuzhenghui
2024-03-21 19:34:04 +08:00
parent 299199c5a5
commit ccaae61fee
8 changed files with 26 additions and 28 deletions

View File

@@ -1,6 +1,5 @@
# SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD
# SPDX-License-Identifier: CC0-1.0
import logging
import time
@@ -21,6 +20,7 @@ CONFIGS = [
pytest.mark.esp32c3,
pytest.mark.esp32c6,
pytest.mark.esp32h2,
pytest.mark.esp32p4,
pytest.mark.esp32c2,
],
),