zephyr/subsys/net/lib/openthread/platform
Pieter De Gendt c89d5c5e45 net: openthread: Fix alarm timers reference calculation
The OpenThread stack uses uint32_t to calculate expiry time for
alarms, while comparing to zephyr's uint64_t uptime.

This commit fixes broken milliseconds alarms after ~49.7 days of
uptime.

Fixes #39704

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
2021-10-26 09:28:27 -04:00
..
alarm.c net: openthread: Fix alarm timers reference calculation 2021-10-26 09:28:27 -04:00
CMakeLists.txt net: openthread: Add crypto backend based on PSA API 2021-10-17 11:51:38 -04:00
crypto_psa.c net: openthread: Add crypto backend based on PSA API 2021-10-17 11:51:38 -04:00
diag.c
entropy.c
logging.c net: openthread: handle NONE level logs 2021-07-14 13:14:59 -04:00
memory.c
misc.c net: openthread: Implement otPlatAssertFail 2021-07-01 13:22:01 -04:00
openthread-core-zephyr-config.h net: openthread: Add crypto backend based on PSA API 2021-10-17 11:51:38 -04:00
platform-zephyr.h
platform.c
radio.c openthread: align platform code to ARM PSA changes 2021-10-01 11:37:38 +02:00
settings.c
shell.c openthread: shell: Do not execute OT commands when OT is not ready 2021-05-12 08:31:08 -05:00
spi.c net: openthread: Align with the new NCP API 2021-04-30 12:55:02 -05:00
uart.c net: ot: rework NCP interface configuration 2021-08-23 18:53:47 -04:00