Skip to content

Commit 09d5b03

Browse files
FrancescoSercarlescufi
authored andcommitted
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 840c600 commit 09d5b03

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

+1454
-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
.. _`Nordic nRF9151 SMA DK`:
@@ -404,6 +405,7 @@
404405

405406
.. #### Source: www.nordicsemi.com/Events/, https://www.nordicsemi.com/Resources/, https://webinars.nordicsemi.com/events
406407

408+
.. _`nRF Connect SDK v3.2.0 webinar`:
407409
.. _`nRF Connect SDK v3.0.0 webinar`:
408410
.. _`nRF Connect SDK v2.9.0 webinar`:
409411
.. _`nRF Connect SDK v2.8.0 webinar`: https://webinars.nordicsemi.com/events
@@ -503,6 +505,7 @@
503505
.. _`Serial Modem`: https://docs.nordicsemi.com/bundle/addon-serial_modem-latest/page/index.html
504506

505507
.. _`known issues page on the main branch`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/known_issues.html
508+
.. _`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
506509
.. _`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
507510
.. _`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
508511
.. _`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
@@ -553,6 +556,7 @@
553556
.. _`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
554557
.. _`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
555558

559+
.. _`Repositories and revisions for v3.2.0`: https://docs.nordicsemi.com/bundle/ncs-3.2.0/page/nrf/releases_and_maturity/repository_revisions.html
556560
.. _`Repositories and revisions for v3.1.1`: https://docs.nordicsemi.com/bundle/ncs-3.1.1/page/nrf/releases_and_maturity/repository_revisions.html
557561
.. _`Repositories and revisions for v3.1.0`: https://docs.nordicsemi.com/bundle/ncs-3.1.0/page/nrf/releases_and_maturity/repository_revisions.html
558562
.. _`Repositories and revisions for v3.0.2`: https://docs.nordicsemi.com/bundle/ncs-3.0.2/page/nrf/releases_and_maturity/repository_revisions.html
@@ -592,6 +596,7 @@
592596
.. _`Repositories and revisions for v1.9.1`: https://docs.nordicsemi.com/bundle/ncs-1.9.1/page/nrf/introduction.html#repositories_and_revisions
593597
.. _`Repositories and revisions`: https://docs.nordicsemi.com/bundle/ncs-1.9.0/page/nrf/introduction.html#repositories_and_revisions
594598

599+
.. _`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
595600
.. _`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
596601
.. _`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
597602
.. _`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
@@ -630,6 +635,7 @@
630635
.. _`Modem library changelog for v1.9.1`: https://docs.nordicsemi.com/bundle/ncs-1.9.1/page/nrfxlib/nrf_modem/doc/CHANGELOG.html
631636
.. _`Modem library changelog for v1.9.0`: https://docs.nordicsemi.com/bundle/ncs-1.9.0/page/nrfxlib/nrf_modem/doc/CHANGELOG.html
632637

638+
.. _`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
633639
.. _`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
634640
.. _`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
635641
.. _`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
@@ -910,6 +916,7 @@
910916
.. _`Product specification for nRF70 Series devices`: https://docs.nordicsemi.com/bundle/ps_nrf7002/page/keyfeatures_html5.html
911917
.. _`nRF7002 DK Hardware`: https://docs.nordicsemi.com/bundle/ug_nrf7002_dk/page/UG/nrf7002_DK/intro.html
912918
.. _`nRF70 Series hardware documentation`:
919+
.. _`nRF7002 Expansion Board II`: https://www.nordicsemi.com/Products/Development-hardware/nRF7002-EBII
913920

914921
.. _`Measuring current`: https://docs.nordicsemi.com/bundle/ug_nrf7002_dk/page/UG/nrf7002_DK/hw_measure_current.html
915922
.. _`nRF70 Series`:
@@ -1030,6 +1037,7 @@
10301037
.. _`GPS interface and antenna`: https://docs.nordicsemi.com/bundle/nwp_033/page/WP/nwp_033/nwp_033_gps.html
10311038
.. _`Security protocol for cellular IoT`: https://docs.nordicsemi.com/bundle/nwp_044/page/WP/nwp_044/security_protocols.html
10321039
.. _`Wi-Fi Alliance Certification for nRF70 Series`: https://docs.nordicsemi.com/bundle/nwp_045/page/WP/nwp_045/intro.html
1040+
.. _`Wi-Fi Alliance Enterprise Certification for WPA2 and WPA3 on nRF7002 DK`: https://api.cert.wi-fi.org/api/certificate/download/public?variantId=143751
10331041
.. _`nWP049 - Matter over Thread: Power consumption and battery life`: https://docs.nordicsemi.com/bundle/nwp_049/page/WP/nwp_049/intro.html
10341042
.. _`nWP044 - Best practices for cellular IoT development LTE technology`: https://docs.nordicsemi.com/bundle/nwp_044/page/WP/nwp_044/lte_technology.html
10351043
.. _`nWP044 - Best practices for cellular IoT development`: https://docs.nordicsemi.com/bundle/nwp_044/page/WP/nwp_044/intro.html
@@ -1093,6 +1101,8 @@
10931101

10941102
.. ### Source: files.nordicsemi.com
10951103

1104+
.. _`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
1105+
.. _`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
10961106
.. _`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
10971107
.. _`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
10981108
.. _`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
@@ -1203,7 +1213,7 @@
12031213
.. _`Profile Tuning Suite (PTS)`: https://www.bluetooth.com/develop-with-bluetooth/qualification-listing/qualification-test-tools/profile-tuning-suite/
12041214
.. _`Bluetooth Qualification Listing`: https://launchstudio.bluetooth.com/Listings/Search/
12051215
.. _`Qualification process with no required testing`: https://www.bluetooth.com/develop-with-bluetooth/qualification-listing/qualification-process-with-no-required-testing/
1206-
.. _`Qualification process with required testing`: https://www.bluetooth.com/develop-with-bluetooth/qualification-listing/qualification-process-with-required-testing/
1216+
.. _`Qualification process with required testing`: https://www.bluetooth.com/bluetooth-qualification-process-quick-start-guide/
12071217
.. _`Qualifications and listings`: https://support.bluetooth.com/hc/en-us/categories/360004202331-Qualifications-and-Listings/
12081218
.. _`Bluetooth Qualification Consultants`: https://www.bluetooth.com/develop-with-bluetooth/qualification-listing/qualification-consultants/
12091219
.. _`Bluetooth product types`: https://support.bluetooth.com/hc/en-us/articles/360049018712/
@@ -1593,6 +1603,7 @@
15931603

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

15971608
.. ### Source: Chocolatey
15981609

@@ -1726,7 +1737,7 @@
17261737

17271738
.. _`Coiote Device Management`: https://www.avsystem.com/products/coiote-iot-device-management-platform/
17281739
.. _`Coiote Device Management server`: https://eu.iot.avsystem.cloud/
1729-
.. _`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
1740+
.. _`Viewing device location in Coiote Device Management`: https://iotdevzone.avsystem.com/docs/Coiote_IoT_DM/Cloud_integrations/cloud-integrations/#nrf-cloud-location-services
17301741
.. _`nRF9160 Anjay integration`: https://iotdevzone.avsystem.com/docs/LwM2M_Client/Nordic/nRF9160DK/
17311742
.. _`Thingy:91 integration`: https://iotdevzone.avsystem.com/docs/LwM2M_Client/Nordic/Thingy91/#thingy91
17321743

@@ -1767,8 +1778,7 @@
17671778
.. _`BME688`: https://www.bosch-sensortec.com/products/environmental-sensors/gas-sensors/bme688/
17681779
.. _`BME680`: https://www.bosch-sensortec.com/products/environmental-sensors/gas-sensors/bme680/
17691780
.. _`BMI270`: https://www.bosch-sensortec.com/products/motion-sensors/imus/bmi270/
1770-
.. _`Bosch BSEC`: https://www.bosch-sensortec.com/software-tools/software/bsec/
1771-
.. _`BSEC license`: https://www.bosch-sensortec.com/media/boschsensortec/downloads/software/bme688_development_software/2023_04/license_terms_bme688_bme680_bsec.pdf
1781+
.. _`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
17721782

17731783
.. ### Source: wireshark.org
17741784

@@ -1896,8 +1906,6 @@
18961906

18971907
.. _`Semantic versioning`: https://semver.org/
18981908

1899-
.. _`mbedtls_memory_buffer_alloc_init`: https://tls.mbed.org/api/memory__buffer__alloc_8h.html#ac70d134be54133c272d8eab2cb85dfbf
1900-
19011909
.. _`HERE Positioning`: https://www.here.com/platform/positioning
19021910

19031911
.. _`dfu-util tool`: http://dfu-util.sourceforge.net/
@@ -1993,10 +2001,6 @@
19932001
.. _`latest nRF54H20 SoC binaries`: https://files.nordicsemi.com/artifactory/SDSC/external/
19942002
.. _`latest nRF54H20 IronSide SE binaries`: https://files.nordicsemi.com/artifactory/SDSC/external/
19952003

1996-
.. ### Descr: Old 54H BICR file
1997-
1998-
.. _`BICR binary file`: https://files.nordicsemi.com/artifactory/SDSC/external/bicr_ext_loadcap.hex
1999-
20002004
.. ### Descr: New 54H BICR file
20012005

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