esp32c6: add esp_pm support

This commit is contained in:
wuzhenghui
2022-07-13 14:39:51 +08:00
committed by Song Ruo Jing
parent 62f9ddcb82
commit a7b549acca
4 changed files with 52 additions and 1 deletions

View File

@@ -21,6 +21,8 @@
#include "esp32h2/pm.h"
#elif CONFIG_IDF_TARGET_ESP32C2
#include "esp32c2/pm.h"
#elif CONFIG_IDF_TARGET_ESP32C6
#include "esp32c6/pm.h"
#endif
#ifdef __cplusplus