feat(example): support esp32p4 timer/gpio/uart sleep wakeup

This commit is contained in:
wuzhenghui
2023-12-29 19:17:12 +08:00
committed by BOT
parent 65e9d0ddb9
commit 1e17cecd24
2 changed files with 8 additions and 2 deletions

View File

@@ -15,6 +15,8 @@
#if CONFIG_IDF_TARGET_ESP32C3 || CONFIG_IDF_TARGET_ESP32C2 || CONFIG_IDF_TARGET_ESP32H2 \
|| CONFIG_IDF_TARGET_ESP32C6
#define BOOT_BUTTON_NUM 9
#elif CONFIG_IDF_TARGET_ESP32P4
#define BOOT_BUTTON_NUM 35
#else
#define BOOT_BUTTON_NUM 0
#endif