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 net: openthread: switch radio off when stopping diags 2021-04-14 17:38:27 +03:00
entropy.c
logging.c net: openthread: handle NONE level logs 2021-07-14 13:14:59 -04:00
memory.c net: openthread: added heap related otPlat methods implementation 2021-02-18 18:23:06 +02:00
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 net: openthread: OpenThread RCP mode integration into Zephyr 2020-11-19 12:34:14 +01:00
radio.c openthread: align platform code to ARM PSA changes 2021-10-01 11:37:38 +02:00
settings.c net: openthread: add missing settings deinit function 2020-12-09 22:53:53 +02:00
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