-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: update docs for 2.4.3 #13587
Merged
cvinayak
merged 1 commit into
nrfconnect:v2.4-branch
from
peknis:update_doc_for_ver_2.4.3
Jan 30, 2024
Merged
doc: update docs for 2.4.3 #13587
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
.. _ncs_release_notes_243: | ||
|
||
|NCS| v2.4.3 Release Notes | ||
########################## | ||
|
||
.. contents:: | ||
:local: | ||
:depth: 2 | ||
|
||
|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. | ||
The SDK includes open source projects (TF-M, MCUboot, OpenThread, Matter, and the Zephyr RTOS), which are continuously integrated and redistributed with the SDK. | ||
|
||
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. | ||
To learn more, see :ref:`software_maturity`. | ||
|
||
Highlights | ||
********** | ||
|
||
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>`, and :ref:`nRF Connect SDK v2.4.2 <ncs_release_notes_242>`. | ||
The changes have an effect on Bluetooth Mesh. | ||
|
||
See :ref:`ncs_release_notes_243_changelog` for the complete list of changes. | ||
|
||
Release tag | ||
*********** | ||
|
||
The release tag for the |NCS| manifest repository (|ncs_repo|) is **v2.4.3**. | ||
Check the :file:`west.yml` file for the corresponding tags in the project repositories. | ||
|
||
To use this release, check out the tag in the manifest repository and run ``west update``. | ||
See :ref:`cloning_the_repositories` and :ref:`gs_updating_repos_examples` for more information. | ||
|
||
For information on the included repositories and revisions, see `Repositories and revisions for v2.4.3`_. | ||
|
||
IDE and tool support | ||
******************** | ||
|
||
`nRF Connect for Visual Studio Code extension <nRF Connect for Visual Studio Code_>`_ is the only officially supported IDE for |NCS| v2.4.3. | ||
SEGGER Embedded Studio Nordic Edition is no longer tested or recommended for new projects. | ||
|
||
:ref:`gs_app_tcm`, used to install the |NCS| automatically from `nRF Connect for Desktop`_, is available for Windows, Linux, and macOS. | ||
|
||
Supported modem firmware | ||
************************ | ||
|
||
See `Modem firmware compatibility matrix`_ for an overview of which modem firmware versions have been tested with this version of the |NCS|. | ||
|
||
Use the latest version of the nRF Programmer app of `nRF Connect for Desktop`_ to update the modem firmware. | ||
See :ref:`nrf9160_gs_updating_fw_modem` for instructions. | ||
|
||
Modem-related libraries and versions | ||
==================================== | ||
|
||
.. list-table:: Modem-related libraries and versions | ||
:widths: 15 10 | ||
:header-rows: 1 | ||
|
||
* - Library name | ||
- Version information | ||
* - Modem library | ||
- `Changelog <Modem library changelog for v2.4.3_>`_ | ||
* - LwM2M carrier library | ||
- `Changelog <LwM2M carrier library changelog for v2.4.3_>`_ | ||
|
||
Known issues | ||
************ | ||
|
||
Known issues are only tracked for the latest official release. | ||
See `known issues for nRF Connect SDK v2.4.3`_ for the list of issues valid for the latest release. | ||
|
||
.. _ncs_release_notes_243_changelog: | ||
|
||
Changelog | ||
********* | ||
|
||
Protocols | ||
========= | ||
|
||
Bluetooth | ||
--------- | ||
|
||
Fixed an issue that affects SoftDevice Controller when running in continuous scan mode. | ||
This mode of operation is typical, but not limited to Bluetooth Mesh. | ||
The controller may end up in an irresponsive state due to this issue. | ||
See the :ref:`changelog <nrfxlib:softdevice_controller_changelog>` of the SoftDevice Controller library for details. | ||
|
||
The following sections provide detailed lists of changes by component. | ||
|
||
Zephyr | ||
====== | ||
|
||
The Zephyr fork in |NCS| (``sdk-zephyr``) contains all commits from the upstream Zephyr repository up to and including ``4bbd91a9083a588002d4397577863e0c54ba7038``. | ||
|
||
For a complete list of |NCS| specific commits and cherry-picked commits since v2.4.0, run the following command: | ||
|
||
.. code-block:: none | ||
|
||
git log --oneline manifest-rev ^v3.3.99-ncs1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
[ | ||
"2.4.3", | ||
"2.4.2", | ||
"2.4.1", | ||
"2.4.0", | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When is highlights going to be updated?