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

This commit is contained in:
wuzhenghui
2026-04-03 19:18:03 +08:00
parent 855b425046
commit c7cc3263a7
23 changed files with 811 additions and 0 deletions

View File

@@ -93,6 +93,11 @@ ESP-IDF 中集成的电源管理算法可以根据应用程序组件的需求,
为了跳过不必要的唤醒,可以将 ``skip_unhandled_events`` 选项设置为 ``true`` 来初始化 ``esp_timer``。带有此标志的定时器不会唤醒系统,有助于减少功耗。
应用示例
-------------------
:example:`lowpower/power_management` 示例演示了动态调频、自动 Light-sleep 与电源管理锁。
动态调频和外设驱动
------------------------------------------------