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>
This commit is contained in:
parent
66e78e05d3
commit
e93fdca1e4
2 changed files with 8 additions and 0 deletions
|
@ -300,6 +300,10 @@ Networking
|
||||||
the server commands, enable :kconfig:option:`NET_ZPERF_SERVER`. If server support
|
the server commands, enable :kconfig:option:`NET_ZPERF_SERVER`. If server support
|
||||||
is not needed, :kconfig:option:`ZVFS_POLL_MAX` can possibly be reduced.
|
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
|
SPI
|
||||||
===
|
===
|
||||||
|
|
||||||
|
|
|
@ -167,6 +167,10 @@ New APIs and options
|
||||||
|
|
||||||
* :kconfig:option:`CONFIG_NET_SOCKETS_INET_RAW`
|
* :kconfig:option:`CONFIG_NET_SOCKETS_INET_RAW`
|
||||||
|
|
||||||
|
* OpenThread
|
||||||
|
|
||||||
|
* Moved OpenThread-related Kconfig options from ``subsys/net/l2/openthread/Kconfig`` to ``modules/openthread/Kconfig``.
|
||||||
|
|
||||||
* Sensor
|
* Sensor
|
||||||
|
|
||||||
* :c:func:`sensor_value_to_deci`
|
* :c:func:`sensor_value_to_deci`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue