feat(example): implement power management example for ESP chips

This commit is contained in:
wuzhenghui
2026-04-03 19:18:03 +08:00
parent 4eb97bb84d
commit f4eca3c42f
25 changed files with 891 additions and 1 deletions

View File

@@ -130,6 +130,11 @@ These functions are particularly useful for:
To enable profiling features (timing information for individual locks), enable the :ref:`CONFIG_PM_PROFILING` option in menuconfig.
Application Example
-------------------
The :example:`lowpower/power_management` example demonstrates dynamic frequency scaling, automatic Light-sleep, and power management locks.
Dynamic Frequency Scaling and Peripheral Drivers
------------------------------------------------