zephyr/subsys
Joakim Andersson 87d9eadf50 Bluetooth: mesh: Convert bluetooth mesh to using k_timeout struct
Convert bluetooth mesh to using k_timeout struct. Many of the mesh
modules uses timeout calculations, so it is most practical to keep
the s32_t type and only initialize a k_timeout_t struct when
calling the kernel.

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
2020-04-30 13:46:48 +03:00
..
bluetooth Bluetooth: mesh: Convert bluetooth mesh to using k_timeout struct 2020-04-30 13:46:48 +03:00
canbus net: buf: Move LEGACY_TIMEOUT_API selection to specific subsystems 2020-04-03 23:17:53 +03:00
console kernel/timeout: Make timeout arguments an opaque type 2020-03-31 19:40:47 -04:00
cpp
debug debug: thread_analyzer: Implement thread analyzer 2020-04-28 09:11:13 -04:00
dfu
disk timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
fb subsys/cfb: move MSB_FIRST down to font capabilities 2020-04-27 13:27:03 +02:00
fs nvs: fix return with held lock 2020-04-06 22:09:12 -04:00
jwt
logging soc: arm: replace DT_CPU_CLOCK_FREQUENCY with new dt macros 2020-04-23 23:55:37 -05:00
mgmt mgmt: smp: add UDP transport for SMP 2020-04-17 10:16:25 +03:00
net net: tcp2: Fix FIN+ACK retransmissions in ESTABLISHED 2020-04-30 12:52:11 +03:00
power power: device: reduce space required to identify pm-capable devices 2020-04-27 15:36:48 +02:00
random drivers: entropy: replace CONFIG_ENTROPY_NAME with DT macro 2020-04-13 09:14:21 -05:00
settings
shell shell: Refactor command getters 2020-04-23 18:30:41 +02:00
stats
storage
testsuite sanitycheck: support coverage with unit tests 2020-04-29 09:01:06 -04:00
tracing timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
usb Bluetooth: hci_raw: Move buffer management to common place 2020-04-20 21:59:47 +03:00
CMakeLists.txt
Kconfig