We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cece71 commit 8f79d1eCopy full SHA for 8f79d1e
samples/boards/espressif/deep_sleep/Kconfig
@@ -6,6 +6,7 @@ mainmenu "Espressif Deep Sleep demo"
6
config EXAMPLE_EXT1_WAKEUP
7
bool "Enable wakeup from GPIO"
8
depends on !SOC_SERIES_ESP32C3
9
+ select GPIO
10
help
11
This option enables wake-up from deep sleep using GPIO2 and
12
GPIO4. The sample enables internal pull-down on EXT1 pins to
@@ -16,6 +17,7 @@ config EXAMPLE_EXT1_WAKEUP
16
17
config EXAMPLE_GPIO_WAKEUP
18
19
depends on SOC_SERIES_ESP32C3
20
21
22
This option enables wake-up from GPIO. Only GPIO0~5 can be used
23
as wake-up source. Be aware that when low level is used to trigger
0 commit comments