You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nrf_802154/doc/CHANGELOG.rst
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,37 @@ Changelog
9
9
10
10
All notable changes to this project are documented in this file.
11
11
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.
0 commit comments