mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
7 lines
196 B
Plaintext
7 lines
196 B
Plaintext
|
CONFIG_IDF_TARGET="esp32c6"
|
||
|
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
|