mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
546a7fc495
SMP FreeRTOS currently does not support power management yet. This commit makes SMP FreeRTOS and esp_pm mutually exclusive.
8 lines
225 B
Plaintext
8 lines
225 B
Plaintext
CONFIG_IDF_TARGET="esp32s2"
|
|
TEST_COMPONENTS=esp_pm
|
|
CONFIG_PM_ENABLE=y
|
|
CONFIG_FREERTOS_USE_TICKLESS_IDLE=y
|
|
CONFIG_ULP_COPROC_TYPE_FSM=y
|
|
# SMP FreeRTOS currently does not support power management IDF-4997
|
|
CONFIG_FREERTOS_SMP=n
|