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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,9 @@ Added
30
30
The feature can be enabled with the :c:macro:`NRF_802154_TX_TIMESTAMP_PROVIDER_ENABLED` configuration macro. (KRKNWK-20426)
31
31
* The HFXO startup latency can now be configured on all SoC families.
32
32
On the nRF52 and nRF53 Series, a conservative default value of 1400 µs is assumed if :c:func:`nrf_802154_clock_hfclk_latency_set` is not called. (KRKNWK-20716)
33
+
* Added a TX diagnostic mode that permits sending arbitrary data payloads.
34
+
Enable this feature with the :c:macro:`NRF_802154_TX_DIAGNOSTIC_MODE` configuration macro.
35
+
When enabled, the driver must be built with reduced functionality. (KRKNWK-20784)
33
36
34
37
nRF Connect SDK v3.1.0 - nRF 802.15.4 Radio Driver
0 commit comments