Skip to content

Commit 58059df

Browse files
FrancescoSernordicjm
authored andcommitted
doc: updated misc docs post 3.2.0-rc2 to main
Updated misc docs post 3.2.0-rc2 to main. Signed-off-by: Francesco Domenico Servidio <[email protected]>
1 parent a4367fd commit 58059df

13 files changed

+26
-20
lines changed

applications/nrf5340_audio/doc/configuration.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ See the :file:`Kconfig.defaults` file in the :file:`nrf5340_audio` directory for
2525

2626
The default Kconfig option values are automatically updated if configuration changes are applied directly in the configuration files.
2727

28-
The application-specific Kconfig options mentioned on this page are listed in :ref:`nRF5340 Audio: Application-specific Kconfig options <config_audio_app_options>`.
28+
The application-specific Kconfig options mentioned on this page are listed in :ref:`nRF5340 Audio: Application-specific Kconfig options <nrf53_audio_app_config_audio_app_options>`.
2929

3030
|config|
3131

@@ -211,7 +211,7 @@ Configuring audio quality
211211
The nRF5340 Audio application provides extensive configuration options for audio quality.
212212
These settings affect the :ref:`nrf53_audio_app_overview_architecture_sync_module` and overall audio performance.
213213

214-
See :ref:`config_audio_app_options` for the list of options to configure the following audio quality settings:
214+
See :ref:`nrf53_audio_app_config_audio_app_options` for the list of options to configure the following audio quality settings:
215215

216216
* Frame duration (example: :option:`CONFIG_AUDIO_FRAME_DURATION_10_MS`)
217217
* Sample rates (example: :option:`CONFIG_AUDIO_SAMPLE_RATE_16000_HZ`)
@@ -226,7 +226,7 @@ Configuring Bluetooth LE Audio
226226
The nRF5340 Audio application introduces application-specific configuration options related to Bluetooth LE Audio.
227227
These options configure the Bluetooth stack components described in :ref:`nrf53_audio_app_overview_architecture`.
228228

229-
See :ref:`config_audio_app_options` for options starting with ``CONFIG_BT_AUDIO``.
229+
See :ref:`nrf53_audio_app_config_audio_app_options` for options starting with ``CONFIG_BT_AUDIO``.
230230

231231
.. _nrf53_audio_app_configuration_power_measurements:
232232

applications/nrf5340_audio/doc/configuration_options.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _config_audio_app_options:
1+
.. _nrf53_audio_app_config_audio_app_options:
22

33
nRF5340 Audio: Application-specific Kconfig options
44
###################################################

doc/nrf/links.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1987,10 +1987,6 @@
19871987
.. _`latest nRF54H20 SoC binaries`: https://files.nordicsemi.com/artifactory/SDSC/external/
19881988
.. _`latest nRF54H20 IronSide SE binaries`: https://files.nordicsemi.com/artifactory/SDSC/external/
19891989

1990-
.. ### Descr: Old 54H BICR file
1991-
1992-
.. _`BICR binary file`: https://files.nordicsemi.com/artifactory/SDSC/external/bicr_ext_loadcap.hex
1993-
19941990
.. ### Descr: New 54H BICR file
19951991

19961992
.. _`nRF54H20 DK BICR binary file`: https://files.nordicsemi.com/artifactory/SDSC/external/bicr/bicr.hex

doc/nrf/releases_and_maturity/abi_compatibility.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,17 @@ nRF54H20 IronSide SE binaries changelog
7474

7575
The following sections provide detailed lists of changes by component.
7676

77+
78+
IronSide Secure Element (IronSide SE) v23.1.1+20
79+
================================================
80+
81+
Fixed
82+
-----
83+
84+
* L2CACHE now prefetches several cache lines when an L2 cache miss occurs. (HM-26346)
85+
This will improve L2 cache performance in some situations and reduce L2 cache performance in other situations.
86+
* Fixed unintentional behavior of ``psa_copy_key()`` when it was used in an attempt to create a revocable key. (NCSDK-36369)
87+
7788
IronSide Secure Element (IronSide SE) v23.1.0+19
7889
================================================
7990

doc/nrf/releases_and_maturity/migration/2.4.99-cs3_to_2.6.99-cs2/migration_guide_2.4.99-cs3_to_2.6.99-cs2_environment.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ Programming the BICR
257257
The Board Information Configuration Registers (BICR) are non-volatile memory (NVM) registers that contain information on how the nRF54H20 SoC must interact with other board elements, including the information about the power and clock delivery to the SoC.
258258
To prepare the nRF54H20 DK for first use, you must manually program the values of the BICR using a precompiled BICR binary file (:file:`bicr_ext_loadcap.hex`).
259259

260-
1. Download the `BICR binary file`_ .
260+
1. Download the ``BICR binary file``.
261261
#. List all the connected development kits to see their serial number (matching the one on the DK's sticker)::
262262

263263
nrfutil device list

doc/nrf/releases_and_maturity/migration/nRF54H20_migration_2.7/migration_guide_2.6.99-cs2_to_2_7_environment.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Programming the BICR
210210
The Board Information Configuration Registers (BICR) are non-volatile memory (NVM) registers that contain information on how the nRF54H20 SoC must interact with other board elements, including the information about the power and clock delivery to the SoC.
211211
To prepare the nRF54H20 DK for first use, you must manually program the values of the BICR using a precompiled BICR binary file (:file:`bicr_ext_loadcap.hex`).
212212

213-
1. Download the `BICR binary file`_ .
213+
1. Download the ``BICR binary file``.
214214
#. Connect the nRF54H20 DK to your computer using the **DEBUGGER** port on the DK.
215215

216216
.. note::

doc/nrf/releases_and_maturity/migration/nRF54H20_migration_2.7/transition_guide_2.4.99-cs3_to_2.7_environment.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ Programming the BICR
214214
The Board Information Configuration Registers (BICR) are non-volatile memory (NVM) registers that contain information on how the nRF54H20 SoC must interact with other board elements, including the information about the power and clock delivery to the SoC.
215215
To prepare the nRF54H20 DK for first use, you must manually program the values of the BICR using a precompiled BICR binary file (:file:`bicr_ext_loadcap.hex`).
216216

217-
1. Download the `BICR binary file`_ .
217+
1. Download the ``BICR binary file``.
218218
#. Connect the nRF54H20 DK to your computer using the **DEBUGGER** port on the DK.
219219

220220
.. note::

doc/nrf/releases_and_maturity/releases/release-notes-2.8.0.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -530,11 +530,11 @@ nRF5340 Audio
530530

531531
* The functions ``bt_hci_err_to_str()`` and ``bt_security_err_to_str()`` that are used to allow printing error codes as strings.
532532
Each function returns string representations of the error codes when the corresponding Kconfig option, :kconfig:option:`CONFIG_BT_HCI_ERR_TO_STR` or :kconfig:option:`CONFIG_BT_SECURITY_ERR_TO_STR`, is enabled.
533-
* CSIS to the BIS sink if the scan delegator feature, :ref:`CONFIG_BT_AUDIO_SCAN_DELEGATOR <config_audio_app_options>`, is enabled.
533+
* CSIS to the BIS sink if the scan delegator feature, :ref:`CONFIG_BT_AUDIO_SCAN_DELEGATOR <nrf53_audio_app_config_audio_app_options>`, is enabled.
534534
Once a phone is connected to a BIS sink, the phone will find and connect to the second headset.
535535
Also, the phone can control the BIS headset in a group and deliver the PAST to both headsets at the same time.
536536
* Create CIG after reading the PACS from the first connected unicast server.
537-
* A minimal scan delegator to the unicast server if the feature, :ref:`CONFIG_BT_AUDIO_SCAN_DELEGATOR <config_audio_app_options>`, is enabled.
537+
* A minimal scan delegator to the unicast server if the feature, :ref:`CONFIG_BT_AUDIO_SCAN_DELEGATOR <nrf53_audio_app_config_audio_app_options>`, is enabled.
538538
* Available or support context type to PACS in broadcast sink and unicast client if the feature, :kconfig:option:`CONFIG_BT_PAC_SRC_NOTIFIABLE` is enabled.
539539
* The :ref:`nrf_auraconfig` sample.
540540

doc/nrf/releases_and_maturity/releases/release-notes-3.2.0-preview2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ nRF5340 Audio
235235
* Added:
236236

237237
* The :ref:`Audio application API documentation <audio_api>` page.
238-
* The :ref:`config_audio_app_options` page.
238+
* The :ref:`nrf53_audio_app_config_audio_app_options` page.
239239
* The API documentation in the header files listed on the :ref:`audio_api` page.
240240
* Ability to connect by address as a unicast client.
241241

doc/nrf/releases_and_maturity/releases/release-notes-3.2.0-preview3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ nRF5340 Audio
244244
This means that if another device appears with the same address, it will be treated as the same server.
245245
* Experimental support for stereo in :ref:`unicast server application<nrf53_audio_unicast_server_app_configuration_stereo>`.
246246
* The :ref:`Audio application API documentation <audio_api>` page.
247-
* The :ref:`config_audio_app_options` page.
247+
* The :ref:`nrf53_audio_app_config_audio_app_options` page.
248248
* The API documentation in the header files listed on the :ref:`audio_api` page.
249249
* Ability to connect by address as a unicast client.
250250

0 commit comments

Comments
 (0)