Skip to content

Commit a79fdc3

Browse files
greg-ferSebastianBoe
authored andcommitted
doc: update changelogs for NCS 1.7.0
Changed master branch heading to nRF Connect SDK 1.7.0. NCSDK-11022 Signed-off-by: Grzegorz Ferenc <[email protected]>
1 parent 580e325 commit a79fdc3

File tree

6 files changed

+48
-18
lines changed

6 files changed

+48
-18
lines changed

crypto/nrf_cc310_mbedcrypto/CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Changelog - nrf_cc3xx_mbedcrypto
1010
All notable changes to this project are documented in this file.
1111

1212
nrf_cc3xx_mbedcrypto - 0.9.11
13-
****************************
13+
*****************************
1414

1515
New version of the runtime library with the following bug fix:
1616

mpsl/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-
Master branch
13-
*************
12+
nRF Connect SDK v1.7.0
13+
**********************
1414

15-
All the notable changes added to the master branch are documented in this section.
15+
All the notable changes included in the |NCS| v1.7.0 release are documented in this section.
1616

1717
Added
1818
=====

nfc/CHANGELOG.rst

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

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

12-
master
13-
******
12+
nRF Connect SDK v1.7.0
13+
**********************
14+
15+
All the notable changes included in the |NCS| v1.7.0 release are documented in this section.
1416

1517
Modified
1618
========

nrf_802154/doc/CHANGELOG.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,37 @@ Changelog
99

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

12+
nRF Connect SDK 1.7.0 - nRF 802.15.4 Radio Driver
13+
*************************************************
14+
15+
Added
16+
=====
17+
18+
* Adopted usage of the Zephyr temperature platform for the RSSI correction.
19+
* Support for the coexistence feature from :ref:`nrfxlib:mpsl`.
20+
* Support for nRF21540 FEM GPIO interface on nRF53 Series.
21+
22+
Notable changes
23+
===============
24+
25+
* Modified the 802.15.4 Radio Driver Transmit API.
26+
It now allows specifying whether to encrypt or inject dynamic data into the outgoing frame, or do both.
27+
The :c:type:`nrf_802154_transmitted_frame_props_t` type is used for this purpose.
28+
29+
Bug fixes
30+
=========
31+
32+
* Fixed an issue where it would not be possible to transmit frames with invalid Auxiliary Security Header if :kconfig:`CONFIG_NRF_802154_ENCRYPTION` was set to ``n``. (KRKNWK-11218)
33+
* Fix an issue with the IE Vendor OUI endianness. (KRKNWK-10633)
34+
* Fixed various bugs in the MAC Encryption layer. (KRKNWK-10646)
35+
36+
Limitations
37+
===========
38+
39+
* Application and device drivers (excluding those compliant with :ref:`nrfxlib:mpsl`) must not use IRQ priority higher than :c:macro:`NRF_802154_SWI_PRIORITY` and :c:macro:`NRF_802154_SL_RTC_IRQ_PRIORITY`.
40+
* Transmitting an 802.15.4 frame with improperly populated Auxiliary Security Header field might result in assert.
41+
Make sure that you populate the Auxiliary Security Header field according to the IEEE Std 802.15.4-2015 specification, section 9.4.
42+
1243
nRF Connect SDK 1.6.0 - nRF 802.15.4 Radio Driver
1344
*************************************************
1445

softdevice_controller/CHANGELOG.rst

Lines changed: 4 additions & 8 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-
Master branch
13-
*************
12+
nRF Connect SDK v1.7.0
13+
**********************
1414

15-
All the notable changes added to the master branch are documented in this section.
15+
All the notable changes included in the |NCS| v1.7.0 release are documented in this section.
1616

1717
Added
1818
=====
@@ -28,6 +28,7 @@ Changes
2828
* The scanner is now scheduling cooperatively when the scan window is equal to the scan interval.
2929
This improves the performance in the case of Bluetooth Mesh applications (DRGN-13146).
3030
* Support for radio front-end module (FEM) in nRF53 Series, based on the :ref:`mpsl_fem` (DRGN-14908).
31+
* The application must now call the APIs prefixed with ``sdc_support_`` before calling :c:func:`sdc_cfg_set` (DRGN-15899).
3132

3233
Bug fixes
3334
=========
@@ -40,11 +41,6 @@ Bug fixes
4041
* Fixed an issue where an assert may occur when legacy advertiser is used after "HCI LE Clear Advertising Sets" (DRGN-15993).
4142
* Fixed an issue where an assert could occur when in LLPM mode and the connection interval was more than 1 ms (DRGN-16079).
4243

43-
Changes
44-
=======
45-
46-
* The application must now call the APIs prefixed with ``sdc_support_` before calling :c:func:`sdc_cfg_set` (DRGN-15899).
47-
4844
nRF Connect SDK v1.6.0
4945
**********************
5046

zboss/CHANGELOG.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,20 @@ Changelog
77
:local:
88
:depth: 2
99

10-
All notable changes to this project in |NCS| are documented in this file.
10+
All notable changes to this project in the |NCS| are documented in this file.
1111

12+
nRF Connect SDK v1.7.0
13+
**********************
1214

13-
Master branch
14-
*************
15+
All the notable changes included in the |NCS| v1.7.0 release are documented in this section.
1516

1617
Changes
1718
=======
1819

1920
* Added API for reading active neighbor list.
2021
* Extended NCP protocol with vendor-specific commands set.
2122
* Updated the ZBOSS stack to version ``3.8.0.1+4.0.0``.
22-
For detailed information, see `ZBOSS stack release notes`_ for the |NCS|'s Master branch.
23+
For detailed information, see `ZBOSS stack release notes`_ for the |NCS| v1.7.0.
2324

2425
nRF Connect SDK v1.6.0
2526
**********************

0 commit comments

Comments
 (0)