feat(example): support esp32c5 timer/gpio/uart wakeup

This commit is contained in:
Lou Tianhao
2024-04-07 15:24:42 +08:00
parent 86221b2ed7
commit 3fb4909483
29 changed files with 1040 additions and 80 deletions

View File

@@ -152,8 +152,6 @@ if(NOT BOOTLOADER_BUILD)
if(CONFIG_IDF_TARGET_ESP32C5)
list(REMOVE_ITEM srcs
"sleep_modes.c" # TODO: [ESP32C5] IDF-8638, IDF-8640
"sleep_wake_stub.c" # TODO: [ESP32C5] IDF-8638, IDF-8640
"sleep_gpio.c" # TODO: [ESP32C5] IDF-8638, IDF-8640
"port/esp_clk_tree_common.c" # TODO: [ESP32C5] IDF-8638, IDF-8640
)