refactor: power management component use unified esp_pm_config_t

This commit is contained in:
jingli
2023-02-22 14:03:39 +08:00
parent 1484f2d4f6
commit 8f415a7f44
16 changed files with 57 additions and 338 deletions

View File

@@ -159,7 +159,6 @@ INPUT = \
$(PROJECT_PATH)/components/esp_netif/include/esp_netif_sntp.h \
$(PROJECT_PATH)/components/esp_partition/include/esp_partition.h \
$(PROJECT_PATH)/components/esp_phy/include/esp_phy_init.h \
$(PROJECT_PATH)/components/esp_pm/include/$(IDF_TARGET)/pm.h \
$(PROJECT_PATH)/components/esp_pm/include/esp_pm.h \
$(PROJECT_PATH)/components/esp_ringbuf/include/freertos/ringbuf.h \
$(PROJECT_PATH)/components/esp_rom/include/esp_rom_sys.h \