esp-idf/tools/unit-test-app/configs/pm_c2
Darian Leung 546a7fc495 esp_pm: Disable esp_pm when SMP FreeRTOS is enabled
SMP FreeRTOS currently does not support power management yet. This
commit makes SMP FreeRTOS and esp_pm mutually exclusive.
2022-06-15 16:17:59 +08:00

7 lines
196 B
Plaintext

CONFIG_IDF_TARGET="esp32c2"
TEST_COMPONENTS=esp_pm
CONFIG_PM_ENABLE=y
CONFIG_FREERTOS_USE_TICKLESS_IDLE=y
# SMP FreeRTOS currently does not support power management IDF-4997
CONFIG_FREERTOS_SMP=n