Skip to content

Commit a451a03

Browse files
SeppoTakalocarlescufi
authored andcommitted
doc: release-notes: Add release notes about LwM2M and CoAP changes
CoAP fixes contain 64bit timer values. LwM2M now supports tickless mode. Signed-off-by: Seppo Takalo <[email protected]>
1 parent 838ab80 commit a451a03

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/releases/release-notes-3.5.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,18 @@ Drivers and Sensors
260260
Networking
261261
**********
262262

263+
* CoAP:
264+
265+
* Use 64 bit timer values for calculating transmission timeouts. This fixes potential problems for
266+
devices that stay on for more than 49 days when the 32 bit uptime counter might roll over and
267+
cause CoAP packets to not timeout at all on this event.
268+
269+
* LwM2M:
270+
271+
* Added support for tickless mode. This removes the 500 ms timeout from the socket loop
272+
so the engine does not constantly wake up the CPU. This can be enabled by
273+
:kconfig:option:`CONFIG_LWM2M_TICKLESS`.
274+
263275
* Wi-Fi
264276
* Added Passive scan support.
265277
* The Wi-Fi scan API updated with Wi-Fi scan parameter to allow scan mode selection.

0 commit comments

Comments
 (0)