mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 20:54:32 +02:00
test(lp_core): re-enabled C5 lp-core test
This commit is contained in:
@@ -4,6 +4,7 @@ components/ulp/test_apps/lp_core/lp_core_basic_tests:
|
|||||||
disable:
|
disable:
|
||||||
- if: SOC_LP_CORE_SUPPORTED != 1
|
- if: SOC_LP_CORE_SUPPORTED != 1
|
||||||
- if: CONFIG_NAME == "xtal" and SOC_CLK_LP_FAST_SUPPORT_XTAL != 1
|
- if: CONFIG_NAME == "xtal" and SOC_CLK_LP_FAST_SUPPORT_XTAL != 1
|
||||||
|
- if: CONFIG_NAME == "lp_vad" and SOC_LP_VAD_SUPPORTED != 1
|
||||||
|
|
||||||
components/ulp/test_apps/lp_core/lp_core_hp_uart:
|
components/ulp/test_apps/lp_core/lp_core_hp_uart:
|
||||||
disable:
|
disable:
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD
|
* SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*/
|
*/
|
||||||
@@ -131,8 +131,7 @@ TEST_CASE("Test LP core delay", "[lp_core]")
|
|||||||
#define LP_TIMER_TEST_DURATION_S (5)
|
#define LP_TIMER_TEST_DURATION_S (5)
|
||||||
#define LP_TIMER_TEST_SLEEP_DURATION_US (20000)
|
#define LP_TIMER_TEST_SLEEP_DURATION_US (20000)
|
||||||
|
|
||||||
#if !TEMPORARY_DISABLED_FOR_TARGETS(ESP32C5)
|
#if SOC_DEEP_SLEEP_SUPPORTED
|
||||||
#if SOC_DEEP_SLEEP_SUPPORTED && CONFIG_RTC_FAST_CLK_SRC_RC_FAST
|
|
||||||
|
|
||||||
static void do_ulp_wakeup_deepsleep(lp_core_test_commands_t ulp_cmd)
|
static void do_ulp_wakeup_deepsleep(lp_core_test_commands_t ulp_cmd)
|
||||||
{
|
{
|
||||||
@@ -229,8 +228,7 @@ TEST_CASE_MULTIPLE_STAGES("LP Timer can wakeup lp core periodically during deep
|
|||||||
do_ulp_wakeup_with_lp_timer_deepsleep,
|
do_ulp_wakeup_with_lp_timer_deepsleep,
|
||||||
check_reset_reason_and_sleep_duration);
|
check_reset_reason_and_sleep_duration);
|
||||||
|
|
||||||
#endif //#if SOC_DEEP_SLEEP_SUPPORTED && CONFIG_RTC_FAST_CLK_SRC_RC_FAST
|
#endif //#if SOC_DEEP_SLEEP_SUPPORTED
|
||||||
#endif //!TEMPORARY_DISABLED_FOR_TARGETS(ESP32C5)
|
|
||||||
|
|
||||||
TEST_CASE("LP Timer can wakeup lp core periodically", "[lp_core]")
|
TEST_CASE("LP Timer can wakeup lp core periodically", "[lp_core]")
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user