Commit Graph

8 Commits

Author SHA1 Message Date
Valera1978
e2e2acc2e3 init mondrianwifi 2019-10-28 12:00:21 +03:00
Valera1978
85abefc03c update bt 2018-07-05 19:01:12 +03:00
Valera1978
cc83172a46 update bt 2018-01-01 22:25:48 +03:00
Valera1978
22e1bcc46a init Oreo 2018-01-01 00:53:06 +03:00
Valera1978
a79b6c22e1 Update to Lineage 2017-03-24 16:17:50 +03:00
Valera1978
a8b1498c3c A workaround for kernels missing CLOCK_BOOTTIME_ALARM
If the kernel doesn't have support for CLOCK_BOOTTIME_ALARM,
then timer_create(CLOCK_BOOTTIME_ALARM) will fail.

Added #ifdef KERNEL_MISSING_CLOCK_BOOTTIME_ALARM guard to get around
the issue. Platforms that don't have CLOCK_BOOTTIME_ALARM should have
the following lines in the device's "bdroid_buildcfg.h" file:

 /* Defined if the kernel does not have support for CLOCK_BOOTTIME_ALARM */
 #define KERNEL_MISSING_CLOCK_BOOTTIME_ALARM TRUE
2016-10-16 22:33:17 +03:00
Valera
2a0d888962 Clean up. 2016-03-08 17:55:41 +03:00
Valera1978
bf2e0c8c76 Init 2016-01-10 17:51:48 +03:00