|
| 1 | +.. _ncs_release_notes_331: |
| 2 | + |
| 3 | +|NCS| v3.3.1 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.3.0 <ncs_release_notes_330>`: |
| 20 | +#TODO |
| 21 | + |
| 22 | +Release tag |
| 23 | +*********** |
| 24 | + |
| 25 | +The release tag for the |NCS| manifest repository (|ncs_repo|) is **v3.3.1**. |
| 26 | +Check the :file:`west.yml` file for the corresponding tags in the project repositories. |
| 27 | + |
| 28 | +To use this release, check out the tag in the manifest repository and run ``west update``. |
| 29 | +See :ref:`cloning_the_repositories` and :ref:`gs_updating_repos_examples` for more information. |
| 30 | + |
| 31 | +For information on the included repositories and revisions, see `Repositories and revisions for v3.3.1`_. |
| 32 | + |
| 33 | +IDE and tool support |
| 34 | +******************** |
| 35 | + |
| 36 | +`nRF Connect extension for Visual Studio Code <nRF Connect for Visual Studio Code_>`_ is the recommended IDE for |NCS| v3.3.1. |
| 37 | +See the :ref:`installation` section for more information about supported operating systems and toolchain. |
| 38 | + |
| 39 | +Supported modem firmware |
| 40 | +************************ |
| 41 | + |
| 42 | +See the following documentation for an overview of which modem firmware versions have been tested with this version of the |NCS|: |
| 43 | + |
| 44 | +* `Modem firmware compatibility matrix for the nRF9151 SoC`_ |
| 45 | +* `Modem firmware compatibility matrix for the nRF9160 SoC`_ |
| 46 | + |
| 47 | +Use the latest version of the `Programmer app`_ of `nRF Connect for Desktop`_ to update the modem firmware. |
| 48 | +See `Programming nRF91 Series DK firmware`_ for instructions. |
| 49 | + |
| 50 | +Modem-related libraries and versions |
| 51 | +==================================== |
| 52 | + |
| 53 | +.. list-table:: Modem-related libraries and versions |
| 54 | + :widths: 15 10 |
| 55 | + :header-rows: 1 |
| 56 | + |
| 57 | + * - Library name |
| 58 | + - Version information |
| 59 | + * - Modem library |
| 60 | + - `Changelog <Modem library changelog for v3.3.1_>`_ |
| 61 | + * - LwM2M carrier library |
| 62 | + - `Changelog <LwM2M carrier library changelog for v3.3.1_>`_ |
| 63 | + |
| 64 | +Known issues |
| 65 | +************ |
| 66 | + |
| 67 | +Known issues are only tracked for the latest official release. |
| 68 | +See `known issues for nRF Connect SDK v3.3.1`_ for the list of issues valid for the latest release. |
| 69 | + |
| 70 | +.. _ncs_release_notes_331_changelog: |
| 71 | + |
| 72 | +Changelog |
| 73 | +********* |
| 74 | + |
| 75 | +The following sections provide detailed lists of changes by component. |
| 76 | + |
| 77 | +Developing with nRF54L Series |
| 78 | +============================= |
| 79 | + |
| 80 | +* Updated builds without Partition Manager to generate the :file:`bootconf.hex` file when |NSIB| is used as the bootloader. |
| 81 | + |
| 82 | +Samples |
| 83 | +======= |
| 84 | + |
| 85 | +This section provides detailed lists of changes by :ref:`sample <samples>`. |
| 86 | + |
| 87 | +Bluetooth samples |
| 88 | +----------------- |
| 89 | + |
| 90 | +* Added the :ref:`channel_sounding_ipt_initiator` and :ref:`channel_sounding_ipt_reflector` samples to demonstrate how to use the Bluetooth Channel Sounding (CS) Inline Phase Correction Term Transfer (IPT) feature. |
| 91 | + |
| 92 | +Peripheral samples |
| 93 | +------------------ |
| 94 | + |
| 95 | +* :ref:`radio_test` sample: |
| 96 | + |
| 97 | + * Added the ``set_channel_sequence_hopping_mode`` shell command that allows for setting the hopping mode for the channel sequence. |
| 98 | + |
| 99 | +Zephyr |
| 100 | +====== |
| 101 | + |
| 102 | +The Zephyr fork in |NCS| (``sdk-zephyr``) contains all commits from the upstream Zephyr repository up to and including ``93b5f19f994b9a9376985299c1427a1630f6950e``. |
| 103 | + |
| 104 | +For a complete list of |NCS| specific commits and cherry-picked commits since v3.3.0, run the following command: |
| 105 | + |
| 106 | +.. code-block:: none |
| 107 | +
|
| 108 | + git log --oneline manifest-rev ^ncs-v3.3.0 |
0 commit comments