Skip to content

Commit

Permalink
doc: migration guide: add missing toggles
Browse files Browse the repository at this point in the history
So that everything is as it should be.

Signed-off-by: Tomi Fontanilles <[email protected]>
  • Loading branch information
tomi-font committed Sep 24, 2024
1 parent 9102e5e commit 62dbff1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
18 changes: 11 additions & 7 deletions doc/nrf/releases_and_maturity/migration/migration_guide_2.8.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,15 @@ SUIT DFU for nRF54H20
Nordic Secure Immutable Bootloader (NSIB, B0, or B0n)
-----------------------------------------------------

Custom printing has been dropped in favor of using the logging subsystem, with output printed out to the default logging device.
The ``CONFIG_SECURE_BOOT_DEBUG`` Kconfig option has been removed.
To disable logging in B0 or B0n, set the :kconfig:option:`CONFIG_LOG` option to ``n``.
To send logs over RTT instead of UART, apply the following settings:
.. toggle::

Custom printing has been dropped in favor of using the logging subsystem, with output printed out to the default logging device.
The ``CONFIG_SECURE_BOOT_DEBUG`` Kconfig option has been removed.
To disable logging in B0 or B0n, set the :kconfig:option:`CONFIG_LOG` option to ``n``.
To send logs over RTT instead of UART, apply the following settings:

* Enable the :kconfig:option:`CONFIG_USE_SEGGER_RTT` and :kconfig:option:`CONFIG_RTT_CONSOLE` Kconfig options.
* Disable the :kconfig:option:`CONFIG_UART_CONSOLE` and :kconfig:option:`CONFIG_SERIAL` Kconfig options.
* Enable the :kconfig:option:`CONFIG_USE_SEGGER_RTT` and :kconfig:option:`CONFIG_RTT_CONSOLE` Kconfig options.
* Disable the :kconfig:option:`CONFIG_UART_CONSOLE` and :kconfig:option:`CONFIG_SERIAL` Kconfig options.

Libraries
=========
Expand Down Expand Up @@ -366,4 +368,6 @@ This section provides detailed lists of changes by :ref:`protocol <protocols>`.
Bluetooth® LE
-------------

* To use the Zephyr Bluetooth LE Controller, use the :ref:`bt-ll-sw-split <zephyr:snippet-bt-ll-sw-split>` snippet (see :ref:`app_build_snippets`).
.. toggle::

* To use the Zephyr Bluetooth LE Controller, use the :ref:`bt-ll-sw-split <zephyr:snippet-bt-ll-sw-split>` snippet (see :ref:`app_build_snippets`).
4 changes: 2 additions & 2 deletions subsys/nrf_security/src/drivers/cracen/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ config CRACEN_IKG_SEED_KMU_SLOT
range 0 183
default 183
help
The Cracen IKG seed spans over 3 KMU slots:
the one defined here plus the two following it.
The CRACEN IKG seed spans over 3 KMU slots:
the one defined here and the two subsequent ones.
This defines the KMU slot (along with the two following it) to which
the IKG seed is provisioned and that is pushed when loading the IKG seed.

Expand Down

0 comments on commit 62dbff1

Please sign in to comment.