esp-idf/docs/api-reference
Alex Lisitsyn 2d90da0817 esp32: Deactivate wakeup trigger after first wakeup
The timer wakeup function once activated cannot be disabled later using existing api. If user wants to use different wakeup sources after first sleep but it does not work. This change disables timer wakeup trigger in configuration that will be set into appropriate RTC registers in esp_light_sleep_start() function.

Added function esp_sleep_disable_wakeup_source() to deactivate wakeup trigger for selected source.
Updated documentation for this function in sleep_modes.rst file to pass make html.
Updated unit test to check this functionality for light sleep.
The test_sleep.c unit test is updated to add reliability for auto unit testing.

(TW#18952)
Closes https://github.com/espressif/esp-idf/issues/1677
2018-03-16 18:22:02 +05:00
..
bluetooth component/bt: Update BLE examples tutorials and ReadMe files 2018-01-25 16:59:40 +08:00
ethernet docs: Generate Doxygen directives for API documentation 2017-05-19 18:26:02 +02:00
peripherals Merge branch 'adc_calibration_update' into 'master' 2018-02-26 06:15:06 +08:00
protocols Import mDNS changes 2018-01-16 10:58:34 +02:00
storage Add SPIFFS Component to IDF 2017-09-11 19:56:40 +03:00
system esp32: Deactivate wakeup trigger after first wakeup 2018-03-16 18:22:02 +05:00
wifi docs: Add introduction section for WiFi, replace boilerplate 2017-11-15 17:40:38 +11:00
index.rst docs: generate documentation for Kconfig options 2017-08-22 15:12:34 +08:00
kconfig.rst build system: Document --warn-undefined-variables and add a config item for it 2017-09-05 16:11:03 +10:00
template.rst docs: Generate Doxygen directives for API documentation 2017-05-19 18:26:02 +02:00