Skip to content

Commit 1cf0e39

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 1cf0e39

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

+1447
-7571
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: 21 additions & 13 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,8 +402,9 @@
401402

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

404-
.. _`nRF Connect SDK v3.0.0 webinar`:
405-
.. _`nRF Connect SDK v2.9.0 webinar`:
405+
.. _`nRF Connect SDK v3.2.0 webinar`: https://webinars.nordicsemi.com/events
406+
.. _`nRF Connect SDK v3.0.0 webinar`: https://webinars.nordicsemi.com/events
407+
.. _`nRF Connect SDK v2.9.0 webinar`: https://webinars.nordicsemi.com/events
406408
.. _`nRF Connect SDK v2.8.0 webinar`: https://webinars.nordicsemi.com/events
407409
.. _`nRF Connect SDK v2.7.0 webinar`: https://www.nordicsemi.com/Resources/Training/Webinars/2024/Webinar-Exciting-new-features-in-nRF-Connect-SDK-v270
408410
.. _`nRF Connect SDK v2.6.0 webinar`: https://www.nordicsemi.com/Resources/Training/Webinars/2024/Webinar-Exciting-new-features-in-nRF-Connect-SDK-v260
@@ -483,6 +485,10 @@
483485

484486
.. _`HCI Events`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrfxlib/softdevice_controller/doc/api.html#hci_events
485487

488+
.. _`SoftDevice Controller`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrfxlib/softdevice_controller/CHANGELOG.html
489+
490+
.. _`MPSL`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrfxlib/mpsl/CHANGELOG.html
491+
486492
.. _`nRF socket options`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrfxlib/nrf_modem/doc/sockets.html
487493

488494
.. _`Managing keys`: https://docs.nordicsemi.com/bundle/ncs-latest/page/mcuboot/imgtool.html#managing_keys
@@ -500,6 +506,7 @@
500506
.. _`Serial Modem`: https://docs.nordicsemi.com/bundle/addon-serial_modem-latest/page/index.html
501507

502508
.. _`known issues page on the main branch`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/known_issues.html
509+
.. _`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
503510
.. _`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
504511
.. _`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
505512
.. _`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 +557,7 @@
550557
.. _`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
551558
.. _`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
552559

560+
.. _`Repositories and revisions for v3.2.0`: https://docs.nordicsemi.com/bundle/ncs-3.2.0/page/nrf/releases_and_maturity/repository_revisions.html
553561
.. _`Repositories and revisions for v3.1.1`: https://docs.nordicsemi.com/bundle/ncs-3.1.1/page/nrf/releases_and_maturity/repository_revisions.html
554562
.. _`Repositories and revisions for v3.1.0`: https://docs.nordicsemi.com/bundle/ncs-3.1.0/page/nrf/releases_and_maturity/repository_revisions.html
555563
.. _`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 +597,7 @@
589597
.. _`Repositories and revisions for v1.9.1`: https://docs.nordicsemi.com/bundle/ncs-1.9.1/page/nrf/introduction.html#repositories_and_revisions
590598
.. _`Repositories and revisions`: https://docs.nordicsemi.com/bundle/ncs-1.9.0/page/nrf/introduction.html#repositories_and_revisions
591599

600+
.. _`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
592601
.. _`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
593602
.. _`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
594603
.. _`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 +636,7 @@
627636
.. _`Modem library changelog for v1.9.1`: https://docs.nordicsemi.com/bundle/ncs-1.9.1/page/nrfxlib/nrf_modem/doc/CHANGELOG.html
628637
.. _`Modem library changelog for v1.9.0`: https://docs.nordicsemi.com/bundle/ncs-1.9.0/page/nrfxlib/nrf_modem/doc/CHANGELOG.html
629638

639+
.. _`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
630640
.. _`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
631641
.. _`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
632642
.. _`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 +914,7 @@
904914
.. _`Product specification for nRF70 Series devices`: https://docs.nordicsemi.com/bundle/ps_nrf7002/page/keyfeatures_html5.html
905915
.. _`nRF7002 DK Hardware`: https://docs.nordicsemi.com/bundle/ug_nrf7002_dk/page/UG/nrf7002_DK/intro.html
906916
.. _`nRF70 Series hardware documentation`:
917+
.. _`nRF7002 Expansion Board II`: https://www.nordicsemi.com/Products/Development-hardware/nRF7002-EBII
907918

908919
.. _`Measuring current`: https://docs.nordicsemi.com/bundle/ug_nrf7002_dk/page/UG/nrf7002_DK/hw_measure_current.html
909920
.. _`nRF70 Series`:
@@ -1024,6 +1035,7 @@
10241035
.. _`GPS interface and antenna`: https://docs.nordicsemi.com/bundle/nwp_033/page/WP/nwp_033/nwp_033_gps.html
10251036
.. _`Security protocol for cellular IoT`: https://docs.nordicsemi.com/bundle/nwp_044/page/WP/nwp_044/security_protocols.html
10261037
.. _`Wi-Fi Alliance Certification for nRF70 Series`: https://docs.nordicsemi.com/bundle/nwp_045/page/WP/nwp_045/intro.html
1038+
.. _`Wi-Fi Alliance Enterprise Certification for WPA2 and WPA3 on nRF7002 DK`: https://api.cert.wi-fi.org/api/certificate/download/public?variantId=143751
10271039
.. _`nWP049 - Matter over Thread: Power consumption and battery life`: https://docs.nordicsemi.com/bundle/nwp_049/page/WP/nwp_049/intro.html
10281040
.. _`nWP044 - Best practices for cellular IoT development LTE technology`: https://docs.nordicsemi.com/bundle/nwp_044/page/WP/nwp_044/lte_technology.html
10291041
.. _`nWP044 - Best practices for cellular IoT development`: https://docs.nordicsemi.com/bundle/nwp_044/page/WP/nwp_044/intro.html
@@ -1087,6 +1099,8 @@
10871099

10881100
.. ### Source: files.nordicsemi.com
10891101

1102+
.. _`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
1103+
.. _`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
10901104
.. _`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
10911105
.. _`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
10921106
.. _`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 +1211,7 @@
11971211
.. _`Profile Tuning Suite (PTS)`: https://www.bluetooth.com/develop-with-bluetooth/qualification-listing/qualification-test-tools/profile-tuning-suite/
11981212
.. _`Bluetooth Qualification Listing`: https://launchstudio.bluetooth.com/Listings/Search/
11991213
.. _`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/
1214+
.. _`Qualification process with required testing`: https://www.bluetooth.com/bluetooth-qualification-process-quick-start-guide/
12011215
.. _`Qualifications and listings`: https://support.bluetooth.com/hc/en-us/categories/360004202331-Qualifications-and-Listings/
12021216
.. _`Bluetooth Qualification Consultants`: https://www.bluetooth.com/develop-with-bluetooth/qualification-listing/qualification-consultants/
12031217
.. _`Bluetooth product types`: https://support.bluetooth.com/hc/en-us/articles/360049018712/
@@ -1587,6 +1601,7 @@
15871601

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

15911606
.. ### Source: Chocolatey
15921607

@@ -1720,7 +1735,7 @@
17201735

17211736
.. _`Coiote Device Management`: https://www.avsystem.com/products/coiote-iot-device-management-platform/
17221737
.. _`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
1738+
.. _`Viewing device location in Coiote Device Management`: https://iotdevzone.avsystem.com/docs/Coiote_IoT_DM/Cloud_integrations/cloud-integrations/#nrf-cloud-location-services
17241739
.. _`nRF9160 Anjay integration`: https://iotdevzone.avsystem.com/docs/LwM2M_Client/Nordic/nRF9160DK/
17251740
.. _`Thingy:91 integration`: https://iotdevzone.avsystem.com/docs/LwM2M_Client/Nordic/Thingy91/#thingy91
17261741

@@ -1761,8 +1776,7 @@
17611776
.. _`BME688`: https://www.bosch-sensortec.com/products/environmental-sensors/gas-sensors/bme688/
17621777
.. _`BME680`: https://www.bosch-sensortec.com/products/environmental-sensors/gas-sensors/bme680/
17631778
.. _`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
1779+
.. _`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
17661780

17671781
.. ### Source: wireshark.org
17681782

@@ -1890,8 +1904,6 @@
18901904

18911905
.. _`Semantic versioning`: https://semver.org/
18921906

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

18971909
.. _`dfu-util tool`: http://dfu-util.sourceforge.net/
@@ -1987,10 +1999,6 @@
19871999
.. _`latest nRF54H20 SoC binaries`: https://files.nordicsemi.com/artifactory/SDSC/external/
19882000
.. _`latest nRF54H20 IronSide SE binaries`: https://files.nordicsemi.com/artifactory/SDSC/external/
19892001

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

19962004
.. _`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)