Skip to content

Commit cfb1448

Browse files
committed
doc: Added release notes for 3.2.0
Added release notes for 3.2.0 Signed-off-by: Francesco Domenico Servidio <francesco.servidio@nordicsemi.no>
1 parent f32b0f6 commit cfb1448

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1453
-7570
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
###################################################

applications/nrf_desktop/bootloader_dfu.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ The application image is always built for the RAM address space in only one vari
207207

208208
You can use the RAM load mode of the MCUboot bootloader to speed up the code execution for the application image, as code execution from the RAM is generally faster than from the NVM.
209209
This can improve the device performance during the activities that require high CPU usage.
210-
As an example, the nRF Desktop application uses the RAM load mode for the ``nrf54lm20dk/nrf54lm20a/cpuapp`` board target to achieve 8 kHz report rate over USB in the ``release_ram_load`` configuration variant (the second configuration variant - ``ram_load`` - is used for debugging purposes only).
210+
As an example, the nRF Desktop application uses the RAM load mode for the ``nrf54lm20dk/nrf54lm20a/cpuapp`` board target to improve HID report rate over USB.
211211

212212
To set the MCUboot mode of operations to the RAM load mode, enable the :kconfig:option:`SB_CONFIG_MCUBOOT_MODE_RAM_LOAD` Kconfig option in the sysbuild configuration.
213213

doc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ add_docset(tfm "2.2.0")
338338
#-------------------------------------------------------------------------------
339339
# docset: matter
340340

341-
add_docset(matter "1.4.1")
341+
add_docset(matter "1.5.0")
342342

343343
#-------------------------------------------------------------------------------
344344
# docset: nrfxlib

doc/nrf/dev_model_and_contributions/adding_code.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ This is demonstrated by the following code, that would be placed somewhere in yo
162162
- name: nrf
163163
repo-path: sdk-nrf
164164
remote: ncs
165-
revision: v3.1.0
165+
revision: v3.2.0
166166
import: true
167167
self:
168168
path: application
@@ -190,7 +190,7 @@ For example:
190190
- name: nrf
191191
repo-path: sdk-nrf
192192
remote: ncs
193-
revision: v3.1.0
193+
revision: v3.2.0
194194
import: true
195195
# Example for how to override a repository in the nRF Connect SDK with your own:
196196
- name: mcuboot

doc/nrf/links.txt

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241

242242
.. _`Zephyr hostap fork`: https://github.com/zephyrproject-rtos/hostap
243243

244-
.. _`tfm_secure_peripheral_partition.yaml`: https://github.com/nrfconnect/sdk-nrf/blob/main/samples/tfm/tfm_secure_peripheral/secure_peripheral_partition/tfm_secure_peripheral_partition.yaml
244+
.. _`tfm_secure_peripheral_partition.yaml`: https://github.com/nrfconnect/sdk-nrf/blob/main/samples/tfm/tfm_secure_peripheral/secure_peripheral_partition/tfm_secure_peripheral_partition.yaml.in
245245

246246
.. ### Source: github.io
247247

@@ -316,6 +316,7 @@
316316

317317
.. _`Nordic nRF9151 DK`:
318318
.. _`nRF9151 DK product page`: https://www.nordicsemi.com/Products/Development-hardware/nRF9151-DK
319+
.. _`nRF9151 SMA DK product page`: https://www.nordicsemi.com/Products/Development-hardware/nRF9151-SMA-DK
319320
.. _`nRF9151 DK Downloads`: https://www.nordicsemi.com/Products/Development-hardware/nRF9151-DK/Download?lang=en#infotabs
320321

321322
.. _`nRF9151 product website`: https://www.nordicsemi.com/Products/nRF9151
@@ -401,6 +402,7 @@
401402

402403
.. #### Source: www.nordicsemi.com/Events/, https://www.nordicsemi.com/Resources/, https://webinars.nordicsemi.com/events
403404

405+
.. _`nRF Connect SDK v3.2.0 webinar`:
404406
.. _`nRF Connect SDK v3.0.0 webinar`:
405407
.. _`nRF Connect SDK v2.9.0 webinar`:
406408
.. _`nRF Connect SDK v2.8.0 webinar`: https://webinars.nordicsemi.com/events
@@ -500,6 +502,7 @@
500502
.. _`Serial Modem`: https://docs.nordicsemi.com/bundle/addon-serial_modem-latest/page/index.html
501503

502504
.. _`known issues page on the main branch`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/known_issues.html
505+
.. _`known issues for nRF Connect SDK v3.2.0`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/known_issues.html?v=v3-2-0
503506
.. _`known issues for nRF Connect SDK v3.1.1`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/known_issues.html?v=v3-1-1
504507
.. _`known issues for nRF Connect SDK v3.1.0`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/known_issues.html?v=v3-1-0
505508
.. _`known issues for nRF Connect SDK v3.0.2`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/known_issues.html?v=v3-0-2
@@ -550,6 +553,7 @@
550553
.. _`known issues for nRF Connect SDK v1.4.1`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/known_issues.html?v=v1-4-1
551554
.. _`known issues for nRF Connect SDK v1.4.0`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/known_issues.html?v=v1-4-0
552555

556+
.. _`Repositories and revisions for v3.2.0`: https://docs.nordicsemi.com/bundle/ncs-3.2.0/page/nrf/releases_and_maturity/repository_revisions.html
553557
.. _`Repositories and revisions for v3.1.1`: https://docs.nordicsemi.com/bundle/ncs-3.1.1/page/nrf/releases_and_maturity/repository_revisions.html
554558
.. _`Repositories and revisions for v3.1.0`: https://docs.nordicsemi.com/bundle/ncs-3.1.0/page/nrf/releases_and_maturity/repository_revisions.html
555559
.. _`Repositories and revisions for v3.0.2`: https://docs.nordicsemi.com/bundle/ncs-3.0.2/page/nrf/releases_and_maturity/repository_revisions.html
@@ -589,6 +593,7 @@
589593
.. _`Repositories and revisions for v1.9.1`: https://docs.nordicsemi.com/bundle/ncs-1.9.1/page/nrf/introduction.html#repositories_and_revisions
590594
.. _`Repositories and revisions`: https://docs.nordicsemi.com/bundle/ncs-1.9.0/page/nrf/introduction.html#repositories_and_revisions
591595

596+
.. _`Modem library changelog for v3.2.0`: https://docs.nordicsemi.com/bundle/ncs-3.2.0/page/nrfxlib/nrf_modem/doc/CHANGELOG.html#nrf-modem-changelog
592597
.. _`Modem library changelog for v3.1.1`: https://docs.nordicsemi.com/bundle/ncs-3.1.1/page/nrfxlib/nrf_modem/doc/CHANGELOG.html#nrf-modem-changelog
593598
.. _`Modem library changelog for v3.1.0`: https://docs.nordicsemi.com/bundle/ncs-3.1.0/page/nrfxlib/nrf_modem/doc/CHANGELOG.html#nrf-modem-changelog
594599
.. _`Modem library changelog for v3.0.2`: https://docs.nordicsemi.com/bundle/ncs-3.0.2/page/nrfxlib/nrf_modem/doc/CHANGELOG.html#nrf-modem-changelog
@@ -627,6 +632,7 @@
627632
.. _`Modem library changelog for v1.9.1`: https://docs.nordicsemi.com/bundle/ncs-1.9.1/page/nrfxlib/nrf_modem/doc/CHANGELOG.html
628633
.. _`Modem library changelog for v1.9.0`: https://docs.nordicsemi.com/bundle/ncs-1.9.0/page/nrfxlib/nrf_modem/doc/CHANGELOG.html
629634

635+
.. _`LwM2M carrier library changelog for v3.2.0`: https://docs.nordicsemi.com/bundle/ncs-3.2.0/page/nrf/libraries/bin/lwm2m_carrier/CHANGELOG.html#liblwm2m-carrier-changelog
630636
.. _`LwM2M carrier library changelog for v3.1.1`: https://docs.nordicsemi.com/bundle/ncs-3.1.1/page/nrf/libraries/bin/lwm2m_carrier/CHANGELOG.html#liblwm2m-carrier-changelog
631637
.. _`LwM2M carrier library changelog for v3.1.0`: https://docs.nordicsemi.com/bundle/ncs-3.1.0/page/nrf/libraries/bin/lwm2m_carrier/CHANGELOG.html#liblwm2m-carrier-changelog
632638
.. _`LwM2M carrier library changelog for v3.0.2`: https://docs.nordicsemi.com/bundle/ncs-3.0.2/page/nrf/libraries/bin/lwm2m_carrier/CHANGELOG.html#liblwm2m-carrier-changelog
@@ -904,6 +910,7 @@
904910
.. _`Product specification for nRF70 Series devices`: https://docs.nordicsemi.com/bundle/ps_nrf7002/page/keyfeatures_html5.html
905911
.. _`nRF7002 DK Hardware`: https://docs.nordicsemi.com/bundle/ug_nrf7002_dk/page/UG/nrf7002_DK/intro.html
906912
.. _`nRF70 Series hardware documentation`:
913+
.. _`nRF7002 Expansion Board II`: https://www.nordicsemi.com/Products/Development-hardware/nRF7002-EBII
907914

908915
.. _`Measuring current`: https://docs.nordicsemi.com/bundle/ug_nrf7002_dk/page/UG/nrf7002_DK/hw_measure_current.html
909916
.. _`nRF70 Series`:
@@ -1024,6 +1031,7 @@
10241031
.. _`GPS interface and antenna`: https://docs.nordicsemi.com/bundle/nwp_033/page/WP/nwp_033/nwp_033_gps.html
10251032
.. _`Security protocol for cellular IoT`: https://docs.nordicsemi.com/bundle/nwp_044/page/WP/nwp_044/security_protocols.html
10261033
.. _`Wi-Fi Alliance Certification for nRF70 Series`: https://docs.nordicsemi.com/bundle/nwp_045/page/WP/nwp_045/intro.html
1034+
.. _`Wi-Fi Alliance Enterprise Certification for WPA2 and WPA3 on nRF7002 DK`: https://api.cert.wi-fi.org/api/certificate/download/public?variantId=143751
10271035
.. _`nWP049 - Matter over Thread: Power consumption and battery life`: https://docs.nordicsemi.com/bundle/nwp_049/page/WP/nwp_049/intro.html
10281036
.. _`nWP044 - Best practices for cellular IoT development LTE technology`: https://docs.nordicsemi.com/bundle/nwp_044/page/WP/nwp_044/lte_technology.html
10291037
.. _`nWP044 - Best practices for cellular IoT development`: https://docs.nordicsemi.com/bundle/nwp_044/page/WP/nwp_044/intro.html
@@ -1087,6 +1095,8 @@
10871095

10881096
.. ### Source: files.nordicsemi.com
10891097

1098+
.. _`Twister test report for nRF Connect SDK v3.2.0`: https://files.nordicsemi.com/ui/api/v1/download/contentBrowsing/NCS/external/release/v3.2.0/test-report/twister_test_results_report.html?isNativeBrowsing=true
1099+
.. _`Hardware test report for nRF Connect SDK v3.2.0`: https://files.nordicsemi.com/ui/api/v1/download/contentBrowsing/NCS/external/release/v3.2.0/test-report/common_ncs_test_results_report.html?isNativeBrowsing=true
10901100
.. _`Twister test report for nRF Connect SDK v3.1.0`: https://files.nordicsemi.com/ui/api/v1/download/contentBrowsing/NCS/external/release/v3.1.0/test-report/twister_test_results_report.html?isNativeBrowsing=true
10911101
.. _`Hardware test report for nRF Connect SDK v3.1.0`: https://files.nordicsemi.com/ui/api/v1/download/contentBrowsing/NCS/external/release/v3.1.0/test-report/common_ncs_test_results_report.html?isNativeBrowsing=true
10921102
.. _`Twister test report for nRF Connect SDK v3.0.0`: https://files.nordicsemi.com/ui/api/v1/download/contentBrowsing/NCS/external/release/v3.0.0/test-report/twister_test_results_report.html?isNativeBrowsing=true
@@ -1197,7 +1207,7 @@
11971207
.. _`Profile Tuning Suite (PTS)`: https://www.bluetooth.com/develop-with-bluetooth/qualification-listing/qualification-test-tools/profile-tuning-suite/
11981208
.. _`Bluetooth Qualification Listing`: https://launchstudio.bluetooth.com/Listings/Search/
11991209
.. _`Qualification process with no required testing`: https://www.bluetooth.com/develop-with-bluetooth/qualification-listing/qualification-process-with-no-required-testing/
1200-
.. _`Qualification process with required testing`: https://www.bluetooth.com/develop-with-bluetooth/qualification-listing/qualification-process-with-required-testing/
1210+
.. _`Qualification process with required testing`: https://www.bluetooth.com/bluetooth-qualification-process-quick-start-guide/
12011211
.. _`Qualifications and listings`: https://support.bluetooth.com/hc/en-us/categories/360004202331-Qualifications-and-Listings/
12021212
.. _`Bluetooth Qualification Consultants`: https://www.bluetooth.com/develop-with-bluetooth/qualification-listing/qualification-consultants/
12031213
.. _`Bluetooth product types`: https://support.bluetooth.com/hc/en-us/articles/360049018712/
@@ -1587,6 +1597,7 @@
15871597

15881598
.. _`Matter 1.3 CSA blog post`: https://csa-iot.org/newsroom/matter-1-3-specification-released/
15891599
.. _`CSA press release for Matter 1.4`: https://csa-iot.org/newsroom/matter-1-4-enables-more-capable-smart-homes/
1600+
.. _`CSA press release for Matter 1.5`: https://csa-iot.org/newsroom/matter-1-5-introduces-cameras-closures-and-enhanced-energy-management-capabilities/
15901601

15911602
.. ### Source: Chocolatey
15921603

@@ -1720,7 +1731,7 @@
17201731

17211732
.. _`Coiote Device Management`: https://www.avsystem.com/products/coiote-iot-device-management-platform/
17221733
.. _`Coiote Device Management server`: https://eu.iot.avsystem.cloud/
1723-
.. _`Viewing device location in Coiote Device Management`: https://iotdevzone.avsystem.com/docs/Cloud_integrations/nRF_Cloud_Location_services/Configure_nRF_Cloud_integration/#view-device-location-in-coiote-dm
1734+
.. _`Viewing device location in Coiote Device Management`: https://iotdevzone.avsystem.com/docs/Coiote_IoT_DM/Cloud_integrations/cloud-integrations/#nrf-cloud-location-services
17241735
.. _`nRF9160 Anjay integration`: https://iotdevzone.avsystem.com/docs/LwM2M_Client/Nordic/nRF9160DK/
17251736
.. _`Thingy:91 integration`: https://iotdevzone.avsystem.com/docs/LwM2M_Client/Nordic/Thingy91/#thingy91
17261737

@@ -1761,8 +1772,7 @@
17611772
.. _`BME688`: https://www.bosch-sensortec.com/products/environmental-sensors/gas-sensors/bme688/
17621773
.. _`BME680`: https://www.bosch-sensortec.com/products/environmental-sensors/gas-sensors/bme680/
17631774
.. _`BMI270`: https://www.bosch-sensortec.com/products/motion-sensors/imus/bmi270/
1764-
.. _`Bosch BSEC`: https://www.bosch-sensortec.com/software-tools/software/bsec/
1765-
.. _`BSEC license`: https://www.bosch-sensortec.com/media/boschsensortec/downloads/software/bme688_development_software/2023_04/license_terms_bme688_bme680_bsec.pdf
1775+
.. _`BSEC license`: https://www.bosch-sensortec.com/media/boschsensortec/downloads/software/bme688_development_software/2024_12/20241219_clickthrough_license_terms_bsec_bme680_bme688_bme690.pdf
17661776

17671777
.. ### Source: wireshark.org
17681778

@@ -1890,8 +1900,6 @@
18901900

18911901
.. _`Semantic versioning`: https://semver.org/
18921902

1893-
.. _`mbedtls_memory_buffer_alloc_init`: https://tls.mbed.org/api/memory__buffer__alloc_8h.html#ac70d134be54133c272d8eab2cb85dfbf
1894-
18951903
.. _`HERE Positioning`: https://www.here.com/platform/positioning
18961904

18971905
.. _`dfu-util tool`: http://dfu-util.sourceforge.net/
@@ -1987,10 +1995,6 @@
19871995
.. _`latest nRF54H20 SoC binaries`: https://files.nordicsemi.com/artifactory/SDSC/external/
19881996
.. _`latest nRF54H20 IronSide SE binaries`: https://files.nordicsemi.com/artifactory/SDSC/external/
19891997

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

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

doc/nrf/protocols/matter/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ For a full list of |NCS| and Matter versions, view the following table:
2323
+--------------------------+-----------------------------------------------------+------------------------+
2424
| nRF Connect SDK version | Matter specification version | Matter SDK version |
2525
+==========================+=====================================================+========================+
26-
| v3.1.99 (latest) | :ref:`1.5.0 <ug_matter_overview_dev_model_support>` | 1.5.0.0 |
26+
| |release| | :ref:`1.5.0 <ug_matter_overview_dev_model_support>` | 1.5.0.0 |
2727
+--------------------------+-----------------------------------------------------+------------------------+
2828
| v3.1.1 | :ref:`1.4.2 <ug_matter_overview_dev_model_support>` | 1.4.2.0 |
2929
+--------------------------+ | |
30-
| |release| | | |
30+
| 3.1.0 | | |
3131
+--------------------------+-----------------------------------------------------+------------------------+
3232
| v3.0.2 | :ref:`1.4.1 <ug_matter_overview_dev_model_support>` | 1.4.1.0 |
3333
+--------------------------+ | |

doc/nrf/releases_and_maturity.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,3 @@ If an issue is found in a release after it has taken place, those issues are lis
2727
releases_and_maturity/repository_revisions
2828
releases_and_maturity/software_maturity
2929
releases_and_maturity/abi_compatibility
30-
releases_and_maturity/known_issues

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 improves L2 cache performance in some situations and reduces L2 cache performance in other situations.
86+
* Fixed unintentional behavior of ``psa_copy_key()`` when used to create a revocable key. (NCSDK-36369)
87+
7788
IronSide Secure Element (IronSide SE) v23.1.0+19
7889
================================================
7990

0 commit comments

Comments
 (0)