File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -260,6 +260,18 @@ Drivers and Sensors
260
260
Networking
261
261
**********
262
262
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
+
263
275
* Wi-Fi
264
276
* Added Passive scan support.
265
277
* The Wi-Fi scan API updated with Wi-Fi scan parameter to allow scan mode selection.
You can’t perform that action at this time.
0 commit comments