feat(esp32c5): add system related supports

This commit is contained in:
laokaiyao
2024-01-02 11:16:55 +08:00
parent 81aec7b929
commit a48f4760d2
50 changed files with 3481 additions and 27 deletions

View File

@@ -29,6 +29,8 @@
#include "esp32c2/rtc.h"
#elif CONFIG_IDF_TARGET_ESP32C6
#include "esp32c6/rtc.h"
#elif CONFIG_IDF_TARGET_ESP32C5
#include "esp32c5/rtc.h"
#elif CONFIG_IDF_TARGET_ESP32H2
#include "esp32h2/rtc.h"
#elif CONFIG_IDF_TARGET_ESP32P4