Files
esp-idf/components
Ivan Grokhotkov 125bbf0882 esp_timer: don’t busy loop in esp_timer_impl_set_alarm
Previously the loop in esp_timer_impl_set_alarm was necessary to catch
the case when timer count wraps around (goes from 2^32 - 1 to 0).
Since ALARM_OVERFLOW_VAL was reduced from 2^32 - 1 to 0xefffffff,
this is no longer necessary.

Fixes https://github.com/espressif/esp-idf/issues/1891
2018-06-11 02:37:19 +00:00
..
2018-04-30 14:22:45 +05:30
2018-05-22 12:04:47 +07:00
2016-11-16 15:57:34 +11:00
2018-06-04 16:44:35 +10:00
2017-03-07 10:18:47 +11:00
2018-06-06 10:25:01 +08:00