zephyr/subsys
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
..
bluetooth bluetooth: ATT: Ignore signed writes on EATT bearer 2021-10-25 19:24:17 -04:00
canbus kconfig: canbus: experimental settings now uses select EXPERIMENTAL 2021-10-22 13:59:21 +02:00
console console: Kconfig: Remove EXPERIMENTAL marker 2021-10-22 09:46:22 -04:00
cpp ARC: MWDT: get rid of MWDT startup libs 2021-09-01 17:08:32 -04:00
debug kconfig: debug: experimental settings now uses select EXPERIMENTAL 2021-10-25 10:46:48 +02:00
demand_paging demand_paging: eviction/nru: fix incorrect dirty bit return val 2021-09-20 19:43:02 -04:00
dfu dfu: boot: Add implementation for multi-image swap type check 2021-08-26 09:13:13 -04:00
disk
emul emul: Add data and parent pointers to emulators 2021-10-05 19:21:39 -04:00
fb
fs fs: core: remove include of <sys/stat.h> from fs.c. 2021-10-16 06:30:23 -04:00
ipc ipc: ipc_service: Rework multi-instance backend. 2021-10-11 20:58:09 -04:00
jwt jwt: mbedTLS requires csprng 2021-10-07 14:02:40 -05:00
logging logging: rtt: Fix compilation error when multithreading disable 2021-10-19 23:06:20 -04:00
lorawan kconfig: lorawan: experimental settings now uses select EXPERIMENTAL 2021-10-25 10:46:48 +02:00
mgmt mgmt/mcumgr: Add Kconfig option to select number of supported images 2021-10-05 19:20:51 -04:00
modbus modbus: copy trans_id & proto_id to response header 2021-08-26 06:56:25 -04:00
net net: openthread: Fix alarm timers reference calculation 2021-10-26 09:28:27 -04:00
pm pm: Use stats subsys for tracking system states 2021-10-17 10:56:21 -04:00
portability cmsis_rtos_v1: fix thread instances management. 2021-09-09 12:01:06 -04:00
random random: Fix sys_csrand_get build condition 2021-10-07 14:02:40 -05:00
settings toolchain: migrate iterable sections calls to the external API 2021-08-12 17:47:04 -04:00
shell kconfig: shell: experimental settings now uses select EXPERIMENTAL 2021-10-25 10:46:48 +02:00
stats shell: Fix various build issues with string formattors 2021-10-20 10:54:38 -05:00
storage storage/flash_map: Separate layout and integrity functions 2021-10-21 17:18:44 -04:00
task_wdt task_wdt: ensure hw wdt is started before being fed 2021-10-21 07:35:11 -04:00
testsuite modules: Add fff mocking framework 2021-10-22 09:43:13 -04:00
timing
tracing tracing: Automatic syscall tracing 2021-10-23 20:45:17 -04:00
usb usb: Fix building error in usb_descriptor with misra test 2021-09-01 12:34:01 -05:00
CMakeLists.txt usb: remove Kconfig option CONFIG_USB 2021-08-03 19:00:12 -04:00
Kconfig