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 @@ ESP-IDF 使用预测性时间补偿机制来实现自动 Light-sleep。系统会
要启用性能分析功能(单个锁的计时信息),请在 menuconfig 中启用 :ref:`CONFIG_PM_PROFILING` 选项。
应用示例
-------------------
:example:`lowpower/power_management` 示例演示了动态调频、自动 Light-sleep 与电源管理锁。
动态调频和外设驱动
------------------------------------------------