Changelog¶
All notable changes to this project are documented in this file.
nRF Connect SDK v1.6.1¶
No changes in this release.
nRF Connect SDK 1.6.0 - nRF 802.15.4 Radio Driver¶
Initial common release.
Added¶
Added the source code of the 802.15.4 Radio Driver.
Added the 802.15.4 Service Layer library.
Added the source code of the 802.15.4 Radio Driver API serialization library.
Added the possibility to schedule two delayed reception windows.
Added CSL phase injection.
Added outgoing frame encryption and frame counter injection.
Added Thread Link Metrics IEs injection.
Notable Changes¶
The release notes of the legacy versions of the Radio Driver are available in the Radio Driver section of the Infocenter.
The changelog of the previous versions of the 802.15.4 SL library is now located at the bottom of this page.
The Radio Driver documentation will now also include the Service Layer documentation.
Future versions of the Radio Driver and the Service Layer will follow NCS version tags.
The 802.15.4 Radio Driver API has been modified to support more than a single delayed reception window simultaneously. The
nrf_802154_receive_at()
,nrf_802154_receive_at_cancel()
, andnrf_802154_receive_failed()
functions take an additional parameter that identifies a given reception window unambiguously.
nRF 802.15.4 Service Layer 0.5.0¶
Added the possibility to check the 802.15.4 capabilities.
nRF 802.15.4 Service Layer 0.4.0¶
Added multiprotocol support for the nRF53 family.
nRF 802.15.4 Service Layer 0.3.0¶
PA/LNA implementation has been moved to MPSL. Obsolete implementation and API have been removed.
nRF 802.15.4 Service Layer 0.2.0¶
Initial release.