Skip to content

Commit 6a95efc

Browse files
committed
doc: Update doc versions in nrfxlib for 3.3.0
Updated doc versions in nrfxlib for 3.3.0 NCSDK-38562 Signed-off-by: Richa Pandey <richa.pandey@nordicsemi.no>
1 parent 9bfb9e6 commit 6a95efc

7 files changed

Lines changed: 21 additions & 10 deletions

File tree

doc/shortcuts.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,9 @@
88
.. |nRF52833DK| replace:: nRF52833 DK board (PCA10100)
99
.. |nRF52820DK| replace:: nRF52820 DK board (PCA10100)
1010
.. |nRF52811DK| replace:: nRF52811 DK board (PCA10100)
11+
12+
.. |pm_deprecation_note| replace:: The :ref:`nrf:partition_manager` is a component in the |NCS| and is responsible for handling the memory partitioning at build time.
13+
This functionality is in the process of being deprecated and replaced by Zephyr's default devicetree-based memory partitioning.
14+
It is recommended that all new designs with Nordic devices are built with DTS instead of Partition Manager.
15+
Partition Manager will be removed from the |NCS| in December 2026 from the main branch.
16+
For more information on how to configure partitions using DTS and how to migrate your existing configuration to DTS, see the :ref:`nrf:release_notes` page.

mpsl/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Changelog
1010

1111
All the notable changes to this project are documented on this page.
1212

13-
Main branch
14-
***********
13+
nRF Connect SDK v3.3.0
14+
**********************
1515

1616
Added
1717
=====

nrf_802154/doc/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Changelog
1010
All notable changes to this project are documented in this file.
1111
See also :ref:`nrf_802154_limitations` for permanent limitations.
1212

13-
Main branch - nRF 802.15.4 Radio Driver
14-
***************************************
13+
nRF Connect SDK v3.3.0 - nRF 802.15.4 Radio Driver
14+
**************************************************
1515

1616
Added
1717
=====

nrf_fuel_gauge/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Changelog
99

1010
All notable changes to this project are documented on this page.
1111

12-
Main branch
13-
***********
12+
nRF Connect SDK v3.3.0
13+
**********************
1414

1515
Changes
1616
=======

nrf_modem/doc/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Changelog
99

1010
All notable changes to this project are documented in this file.
1111

12-
nrf_modem
13-
*********
12+
nrf_modem 3.3.0
13+
***************
1414

1515
The library is now released in three variants, with different feature sets and support for different variants of the nRF91 Series firmware.
1616

nrf_modem/doc/architecture.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ The following figure shows a simplified Modem library architecture:
1919
Shared memory configuration
2020
***************************
2121

22+
.. note::
23+
24+
|pm_deprecation_note|
25+
2226
The shared memory between the application and modem cores must reside within the lowest 128 kilobytes of RAM.
2327
The application is responsible for reserving the memory area before passing it onto the library.
2428

softdevice_controller/CHANGELOG.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Changelog
99

1010
All the notable changes to this project are documented on this page.
1111

12-
Main branch
13-
***********
12+
nRF Connect SDK v3.3.0
13+
**********************
1414

1515
Added
1616
=====
@@ -42,6 +42,7 @@ Bug fixes
4242
* Fixed an issue where the controller could generate one too many HCI LE CS Subevent Result events for a CS procedure. (DRGN-27538)
4343

4444
The issue would only happen if all the following conditions are met:
45+
4546
* The CS procedure terminates due to running out of channels, based on the configured channel map and channel map repetition.
4647
* The configured duration of the last CS subevent in the CS procedure is just enough to fit all the remaining CS steps.
4748

0 commit comments

Comments
 (0)