Browse Source

doc: release-notes-4.2: Information abot tc deprecation in mesh

Commit adds information about the removal of
the TinyCrypt crypto in Bluetooth Mesh.

Signed-off-by: Aleksandr Khromykh <aleksandr.khromykh@nordicsemi.no>
pull/91646/head
Aleksandr Khromykh 2 weeks ago committed by Benjamin Cabé
parent
commit
81c636ac7f
  1. 5
      doc/releases/release-notes-4.2.rst

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

@ -111,6 +111,11 @@ Deprecated APIs and options
was deprecated since Zephyr 4.0, and users were advised to migrate to alternative was deprecated since Zephyr 4.0, and users were advised to migrate to alternative
crypto backends. crypto backends.
* The :kconfig:option:`CONFIG_BT_MESH_USES_TINYCRYPT` Kconfig option has been removed. It
was deprecated since Zephyr 4.0. Users were advised to use
:kconfig:option:`CONFIG_BT_MESH_USES_MBEDTLS_PSA` or
:kconfig:option:`CONFIG_BT_MESH_USES_TFM_PSA` instead.
Stable API changes in this release Stable API changes in this release
================================== ==================================

Loading…
Cancel
Save