|
| 1 | +.. _ncs_release_notes_244: |
| 2 | + |
| 3 | +|NCS| v2.4.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, 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 changes on top of the :ref:`nRF Connect SDK v2.4.0 <ncs_release_notes_240>`, :ref:`nRF Connect SDK v2.4.1 <ncs_release_notes_241>`, :ref:`nRF Connect SDK v2.4.2 <ncs_release_notes_242>` and :ref:`nRF Connect SDK v2.4.3 <ncs_release_notes_243>`. |
| 20 | +The changes have an effect on Matter and Bluetooth®. |
| 21 | + |
| 22 | +See :ref:`ncs_release_notes_244_changelog` for the complete list of changes. |
| 23 | + |
| 24 | +Release tag |
| 25 | +*********** |
| 26 | + |
| 27 | +The release tag for the |NCS| manifest repository (|ncs_repo|) is **v2.4.4**. |
| 28 | +Check the :file:`west.yml` file for the corresponding tags in the project repositories. |
| 29 | + |
| 30 | +To use this release, check out the tag in the manifest repository and run ``west update``. |
| 31 | +See :ref:`cloning_the_repositories` and :ref:`gs_updating_repos_examples` for more information. |
| 32 | + |
| 33 | +For information on the included repositories and revisions, see `Repositories and revisions for v2.4.4`_. |
| 34 | + |
| 35 | +IDE and tool support |
| 36 | +******************** |
| 37 | + |
| 38 | +`nRF Connect for Visual Studio Code extension <nRF Connect for Visual Studio Code_>`_ is the only officially supported IDE for |NCS| v2.4.4. |
| 39 | +SEGGER Embedded Studio Nordic Edition is no longer tested or recommended for new projects. |
| 40 | + |
| 41 | +:ref:`Toolchain Manager <gs_app_tcm>`, used to install the |NCS| automatically from `nRF Connect for Desktop`_, is available for Windows, Linux, and macOS. |
| 42 | + |
| 43 | +Supported modem firmware |
| 44 | +************************ |
| 45 | + |
| 46 | +See `Modem firmware compatibility matrix`_ for an overview of which modem firmware versions have been tested with this version of the |NCS|. |
| 47 | + |
| 48 | +Use the latest version of the nRF Programmer app of `nRF Connect for Desktop`_ to update the modem firmware. |
| 49 | +See :ref:`nrf9160_gs_updating_fw_modem` for instructions. |
| 50 | + |
| 51 | +Modem-related libraries and versions |
| 52 | +==================================== |
| 53 | + |
| 54 | +.. list-table:: Modem-related libraries and versions |
| 55 | + :widths: 15 10 |
| 56 | + :header-rows: 1 |
| 57 | + |
| 58 | + * - Library name |
| 59 | + - Version information |
| 60 | + * - Modem library |
| 61 | + - `Changelog <Modem library changelog for v2.4.4_>`_ |
| 62 | + * - LwM2M carrier library |
| 63 | + - `Changelog <LwM2M carrier library changelog for v2.4.4_>`_ |
| 64 | + |
| 65 | +Known issues |
| 66 | +************ |
| 67 | + |
| 68 | +Known issues are only tracked for the latest official release. |
| 69 | +See `known issues for nRF Connect SDK v2.4.4`_ for the list of issues valid for the latest release. |
| 70 | + |
| 71 | +.. _ncs_release_notes_244_changelog: |
| 72 | + |
| 73 | +Changelog |
| 74 | +********* |
| 75 | + |
| 76 | +Protocols |
| 77 | +========= |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | +Zephyr |
| 83 | +====== |
| 84 | + |
| 85 | +The Zephyr fork in |NCS| (``sdk-zephyr``) contains all commits from the upstream Zephyr repository up to and including ``4bbd91a9083a588002d4397577863e0c54ba7038``. |
| 86 | +It also contains some |NCS| specific additions and commits cherry-picked from the upstream Zephyr repository including the following one: |
| 87 | + |
| 88 | +* Added workaround in sdk-zephyr for the Anomaly 168 that is affecting the nRF5340 SoC. |
| 89 | + |
| 90 | +For a complete list of |NCS| specific commits and cherry-picked commits since v2.4.0, run the following command: |
| 91 | + |
| 92 | +.. code-block:: none |
| 93 | +
|
| 94 | + git log --oneline manifest-rev ^v3.3.99-ncs2 |
0 commit comments