Files
esp-idf/components
KonstantinKondrashov e6223440b3 esp_timer: Fix set_alarm. Case when timestamp < now_time
arg1 = MAX(int64_t arg1, uint64_t arg2) gave the wrong result, if arg1 < 0, it was presented as a larger value.
And ALARM_REG = (uin32_t)arg1. This leads to an infinite loop.
Fixed: both args are int64_t.

Closes: WIFI-1511
2019-12-12 14:02:26 +08:00
..
2019-10-09 16:46:46 +08:00
2019-12-10 10:23:00 +08:00
2019-12-09 09:48:37 +08:00
2019-12-09 09:48:37 +08:00
2019-12-07 16:11:30 +08:00
2019-12-09 09:48:31 +08:00
2019-12-10 14:30:25 +08:00
2019-11-29 18:05:24 +08:00
2019-08-14 10:03:27 +10:00
2019-11-20 11:17:27 +01:00
2019-12-09 09:44:56 +08:00
2019-11-20 11:17:27 +01:00
2019-11-22 09:03:23 +03:00
2019-12-11 14:53:26 +01:00
2019-12-09 09:44:56 +08:00