]> granicus.if.org Git - esp-idf/commit
Merge branch 'feature/deep_sleep_wakeup_from_touch' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Wed, 8 Mar 2017 06:27:58 +0000 (14:27 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Wed, 8 Mar 2017 06:27:58 +0000 (14:27 +0800)
commit66c693eebb4a64656a89fe7cb2ccf29d6483ed2b
tree7844fa6f06ce2d6d4d40b342bff67e5ff72938fe
parent32d5985ad219c43f2dc1df44d1c9e46340006a19
parent4af5f572f49f21d23af3c21073178a9c40828503
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