Browse Source

doc: releases: add release note for OpenThread update

Add an entry to the release notes and migration guide regarding
moving OpenThread-related Kconfig options from
subsys/net/l2/openthred/Kconfig to modules/openthread/Kconfig.

Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
pull/80139/head
Arkadiusz Balys 3 months ago committed by Benjamin Cabé
parent
commit
e93fdca1e4
  1. 4
      doc/releases/migration-guide-4.2.rst
  2. 4
      doc/releases/release-notes-4.2.rst

4
doc/releases/migration-guide-4.2.rst

@ -300,6 +300,10 @@ Networking @@ -300,6 +300,10 @@ Networking
the server commands, enable :kconfig:option:`NET_ZPERF_SERVER`. If server support
is not needed, :kconfig:option:`ZVFS_POLL_MAX` can possibly be reduced.
* The OpenThread-related Kconfig options from ``subsys/net/l2/openthread/Kconfig`` have been moved to
``modules/openthread/Kconfig``. All the Kconfig options remain the same. You can still use them in the
same way as before, but to modify them, use the new path in the menuconfig or guiconfig.
SPI
===

4
doc/releases/release-notes-4.2.rst

@ -167,6 +167,10 @@ New APIs and options @@ -167,6 +167,10 @@ New APIs and options
* :kconfig:option:`CONFIG_NET_SOCKETS_INET_RAW`
* OpenThread
* Moved OpenThread-related Kconfig options from ``subsys/net/l2/openthread/Kconfig`` to ``modules/openthread/Kconfig``.
* Sensor
* :c:func:`sensor_value_to_deci`

Loading…
Cancel
Save