|
| 1 | +.. _ncs_release_notes_324: |
| 2 | + |
| 3 | +|NCS| v3.2.4 Release Notes |
| 4 | +########################## |
| 5 | + |
| 6 | +.. contents:: |
| 7 | + :local: |
| 8 | + :depth: 2 |
| 9 | + |
| 10 | +|NCS| delivers reference software and supporting libraries for developing low-power wireless applications with Nordic Semiconductor products in the nRF52, nRF53, nRF54, nRF70, and nRF91 Series. |
| 11 | +The SDK includes open source projects (TF-M, MCUboot, OpenThread, Matter, and the Zephyr RTOS), which are continuously integrated and redistributed with the SDK. |
| 12 | + |
| 13 | +Release notes might refer to "experimental" support for features, which indicates that the feature is incomplete in functionality or verification, and can be expected to change in future releases. |
| 14 | +To learn more, see :ref:`software_maturity`. |
| 15 | + |
| 16 | +Highlights |
| 17 | +********** |
| 18 | + |
| 19 | +This patch release adds the following changes on top of the :ref:`nRF Connect SDK v3.2.3 <ncs_release_notes_323>`, :ref:`nRF Connect SDK v3.2.2 <ncs_release_notes_322>`, :ref:`nRF Connect SDK v3.2.1 <ncs_release_notes_321>`, and :ref:`nRF Connect SDK v3.2.0 <ncs_release_notes_320>`: |
| 20 | + |
| 21 | +* nRF54H20: |
| 22 | + |
| 23 | + * Added: |
| 24 | + |
| 25 | + * Support for configuring Memory Privilege Controllers (MPCs) using UICR.MPCCONF and the MPCCONF service. |
| 26 | + * Support in MCUboot to write protect the MRAM code partitions of MCUboot and the images it boots. |
| 27 | + |
| 28 | +Release tag |
| 29 | +*********** |
| 30 | + |
| 31 | +The release tag for the |NCS| manifest repository (|ncs_repo|) is **v3.2.4**. |
| 32 | +Check the :file:`west.yml` file for the corresponding tags in the project repositories. |
| 33 | + |
| 34 | +To use this release, check out the tag in the manifest repository and run ``west update``. |
| 35 | +See :ref:`cloning_the_repositories` and :ref:`gs_updating_repos_examples` for more information. |
| 36 | + |
| 37 | +For information on the included repositories and revisions, see `Repositories and revisions for v3.2.4`_. |
| 38 | + |
| 39 | +IDE and tool support |
| 40 | +******************** |
| 41 | + |
| 42 | +`nRF Connect extension for Visual Studio Code <nRF Connect for Visual Studio Code_>`_ is the recommended IDE for |NCS| v3.2.4. |
| 43 | +See the :ref:`installation` section for more information about supported operating systems and toolchain. |
| 44 | + |
| 45 | +Supported modem firmware |
| 46 | +************************ |
| 47 | + |
| 48 | +See the following documentation for an overview of which modem firmware versions have been tested with this version of the |NCS|: |
| 49 | + |
| 50 | +* `Modem firmware compatibility matrix for the nRF9151 SoC`_ |
| 51 | +* `Modem firmware compatibility matrix for the nRF9160 SoC`_ |
| 52 | + |
| 53 | +Use the latest version of the `Programmer app`_ of `nRF Connect for Desktop`_ to update the modem firmware. |
| 54 | +See `Programming nRF91 Series DK firmware`_ for instructions. |
| 55 | + |
| 56 | +Modem-related libraries and versions |
| 57 | +==================================== |
| 58 | + |
| 59 | +.. list-table:: Modem-related libraries and versions |
| 60 | + :widths: 15 10 |
| 61 | + :header-rows: 1 |
| 62 | + |
| 63 | + * - Library name |
| 64 | + - Version information |
| 65 | + * - Modem library |
| 66 | + - `Changelog <Modem library changelog for v3.2.4_>`_ |
| 67 | + * - LwM2M carrier library |
| 68 | + - `Changelog <LwM2M carrier library changelog for v3.2.4_>`_ |
| 69 | + |
| 70 | +Known issues |
| 71 | +************ |
| 72 | + |
| 73 | +Known issues are only tracked for the latest official release. |
| 74 | +See `known issues for nRF Connect SDK v3.2.4`_ for the list of issues valid for the latest release. |
| 75 | + |
| 76 | +.. _ncs_release_notes_324_changelog: |
| 77 | + |
| 78 | +Changelog |
| 79 | +********* |
| 80 | + |
| 81 | +The following sections provide detailed lists of changes by component. |
| 82 | + |
| 83 | +Developing with nRF54H Series |
| 84 | +============================= |
| 85 | + |
| 86 | +* Added: |
| 87 | + |
| 88 | + * Support for configuring Memory Privilege Controllers (MPCs) using UICR.MPCCONF and the MPCCONF service in the IronSide Secure Element (IronSide SE) binary firmware (from IronSide SE v23.4.0+27). |
| 89 | + * Support in MCUboot for using the new IronSide SE services to write protect the MRAM code partitions of MCUboot and the images it boots. |
| 90 | + * A document describing the merged slot update strategy for nRF54H20 devices, allowing simultaneous updates of both application cores (APP and RAD) in a single update operation. |
| 91 | + For more information, see :ref:`ug_nrf54h20_partitioning_merged`. |
| 92 | + * A document describing the manifest based update strategy for nRF54H20 devices. |
| 93 | + For more information, see :ref:`ug_nrf54h20_mcuboot_manifest`. |
| 94 | + |
| 95 | +Zephyr |
| 96 | +====== |
| 97 | + |
| 98 | +The Zephyr fork in |NCS| (``sdk-zephyr``) contains all commits from the upstream Zephyr repository up to and including ``911b3da1394dc6846c706868b1d407495701926f``. |
| 99 | + |
| 100 | +For a complete list of |NCS| specific commits and cherry-picked commits since v3.2.0, run the following command: |
| 101 | + |
| 102 | +.. code-block:: none |
| 103 | +
|
| 104 | + git log --oneline manifest-rev ^ncs-v3.2.0 |
0 commit comments