esp-idf/components
Alex Lisitsyn cffab50ac3 esp32: Deactivate wakeup trigger after first wakeup
The files updated according to code review discussions.
In the sleep_modes.c removed immidiate disable of ULP  mode and leave just trigger deactivation.
The esp_sleep.h is updated to have the same defines for source as esp_sleep_wakeup_cause_t.
Updated documentation in sleep_modes.rst file to include cross references and address esp_sleep_wakeup_cause_t type.
The get_time_ms() is updated to explicitly use fabs(dt) instead of abs(dt) in  test_sleep.c.
Some other minor changes in test_sleep.c unit test.

(TW#18952)
Closes https://github.com/espressif/esp-idf/issues/1677
2018-03-29 11:24:59 +05:00
..
2018-01-29 09:22:04 +08:00
2018-01-24 17:45:49 +11:00
2018-02-05 14:15:26 +08:00
2018-02-20 12:32:12 +05:30
2018-02-22 20:01:41 +08:00
2018-02-22 10:28:26 +11:00
2017-10-23 19:47:33 +08:00