Skip to content

Commit bbbe315

Browse files
greg-ferrlubos
authored andcommitted
doc: update changelogs for 2.1.0 release
Updated changelogs in nrfxlib with 2.1.0 sections. Signed-off-by: Grzegorz Ferenc <[email protected]>
1 parent 11763cf commit bbbe315

File tree

7 files changed

+31
-20
lines changed

7 files changed

+31
-20
lines changed

lc3/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ Changelog
3333

3434
All notable changes to this project are documented in this section.
3535

36-
main branch
37-
===========
36+
nRF Connect SDK v2.1.0
37+
======================
3838

39-
Initial release.
39+
Initial release in the sdk-nrxlib repository.
4040
This release includes the following changes to the codec.
4141

4242
LC3 v1.0.4

mpsl/CHANGELOG.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ Changelog
77
:local:
88
:depth: 2
99

10-
Main branch
11-
***********
10+
nRF Connect SDK v2.1.0
11+
**********************
1212

13-
All the notable changes included in the main branch are documented in this section.
13+
All the notable changes included in the |NCS| v2.1.0 release are documented in this section.
1414

1515
Added
1616
=====

nfc/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-
main branch
13-
***********
12+
nRF Connect SDK v2.1.0
13+
**********************
1414

1515
Added
1616
=====

nrf_802154/README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,6 @@ The lists of the necessary files can be found in the following locations:
6060
doc/multiprotocol_support
6161
doc/antenna_diversity
6262
doc/rd_service_layer_lib
63+
doc/rd_limitations
6364
doc/CHANGELOG
6465
doc/api

nrf_802154/doc/CHANGELOG.rst

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

1010
All notable changes to this project are documented in this file.
11+
See also :ref:`nrf_802154_limitations` for permanent limitations.
1112

12-
Main branch
13-
***********
13+
nRF Connect SDK v2.1.0 - nRF 802.15.4 Radio Driver
14+
**************************************************
1415

1516
Bug fixes
1617
=========
@@ -109,13 +110,6 @@ Bug fixes
109110
* Fix an issue with the IE Vendor OUI endianness. (KRKNWK-10633)
110111
* Fixed various bugs in the MAC Encryption layer. (KRKNWK-10646)
111112

112-
Limitations
113-
===========
114-
115-
* Application and device drivers (excluding those compliant with :ref:`mpsl`) must not use IRQ priority higher than :c:macro:`NRF_802154_SWI_PRIORITY` and :c:macro:`NRF_802154_SL_RTC_IRQ_PRIORITY`.
116-
* Transmitting an 802.15.4 frame with improperly populated Auxiliary Security Header field might result in assert.
117-
Make sure that you populate the Auxiliary Security Header field according to the IEEE Std 802.15.4-2015 specification, section 9.4.
118-
119113
nRF Connect SDK v1.6.0 - nRF 802.15.4 Radio Driver
120114
**************************************************
121115

nrf_802154/doc/rd_limitations.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
.. _nrf_802154_limitations:
2+
3+
Limitations
4+
###########
5+
6+
When working with the nRF 802.15.4 Radio Driver, you should be aware of the following limitations.
7+
In addition, see :ref:`known_issues` for temporary issues that will be fixed in future releases.
8+
9+
IRQ priority limitations
10+
Application and device drivers (excluding those compliant with :ref:`mpsl`) must not use IRQ priority higher than :c:macro:`NRF_802154_SWI_PRIORITY` and :c:macro:`NRF_802154_SL_RTC_IRQ_PRIORITY`.
11+
12+
KRKNWK-11204: Transmitting an 802.15.4 frame with improperly populated Auxiliary Security Header field will result in assert
13+
**Workaround:** Make sure that you populate the Auxiliary Security Header field according to the IEEE Std 802.15.4-2015 specification, section 9.4.
14+
15+
KRKNWK-12482: Reception of correct frames will occasionally end in failure with error ``NRF_802154_RX_ERROR_RUNTIME``
16+
This issue can occur for the ``nrf5340dk_nrf5340_cpunet`` target if a custom application (other than :ref:`multiprotocol-rpmsg-sample` sample or :ref:`zephyr:nrf-ieee802154-rpmsg-sample` sample) is used.

softdevice_controller/CHANGELOG.rst

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

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

12-
Main branch
13-
***********
12+
nRF Connect SDK v2.1.0
13+
**********************
1414

15-
All the notable changes included in the main branch are documented in this section.
15+
All the notable changes included in the |NCS| v2.1.0 release are documented in this section.
1616

1717
Added
1818
=====

0 commit comments

Comments
 (0)