mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-02 14:49:04 +00:00
Merge branch 'feature/deep_sleep_wakeup_from_touch' into 'master'
add wakeup from touch sensor, and deep sleep example - add new deep sleep wakeup mode - change documentation to explain incompatibilities between different wakeup mode, add error checks - add new ULP instructions necessary for ULP wakeup scenario - fix issues with I_WR_REG, I_SLEEP, I_END instructions - add deep sleep example, illustrating the use of timer, gpio, touch, and ULP wakeup triggers See merge request !461
This commit is contained in:
@@ -240,7 +240,7 @@
|
||||
#define RTC_CNTL_TIME_VALID_S 30
|
||||
|
||||
/* frequency of RTC slow clock, Hz */
|
||||
#define RTC_CTNL_SLOWCLK_FREQ 150000
|
||||
#define RTC_CNTL_SLOWCLK_FREQ 150000
|
||||
|
||||
#define RTC_CNTL_TIME0_REG (DR_REG_RTCCNTL_BASE + 0x10)
|
||||
/* RTC_CNTL_TIME_LO : RO ;bitpos:[31:0] ;default: 32'h0 ; */
|
||||
|
Reference in New Issue
Block a user