Kconfig: add more help info for pm related options help

This commit is contained in:
wuzhenghui
2023-05-08 15:11:22 +08:00
parent 5c74093300
commit 388746ca31
2 changed files with 10 additions and 1 deletions

View File

@@ -271,6 +271,9 @@ menu "FreeRTOS"
# Minimal value is 2 because of a check in FreeRTOS.h (search configEXPECTED_IDLE_TIME_BEFORE_SLEEP)
help
FreeRTOS will enter light sleep mode if no tasks need to run for this number of ticks.
You can enable PM_PROFILING feature in esp_pm components and dump the sleep status with
esp_pm_dump_locks, if the proportion of rejected sleeps is too high, please increase
this value to improve scheduling efficiency
endmenu # Kernel