Skip to content

Commit ab4f46b

Browse files
committed
nrf_modem: update changelog
Update changelog to include the latest additions, including DECT clock synchronization. Signed-off-by: Håvard Vermeer <[email protected]>
1 parent 6e41f3a commit ab4f46b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

nrf_modem/doc/CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ Core library
2020
DECT NR+
2121
========
2222

23+
* Added the DECT clock synchronization API for precise timing with external 1 PPS signals. See :ref:`nrf_modem_dect_clock_sync` for more information.
24+
25+
* The :c:func:`nrf_modem_dect_clock_sync_enable` and :c:func:`nrf_modem_dect_clock_sync_disable` functions to control external clock synchronization.
26+
* The :c:func:`nrf_modem_dect_clock_sync_get_pulse_info` function to query synchronization pulse timing.
27+
* The :c:func:`nrf_modem_dect_clock_sync_get_state` function to retrieve synchronization status and accuracy.
28+
* The :c:func:`nrf_modem_dect_clock_sync_enable_ref_output` and :c:func:`nrf_modem_dect_clock_sync_disable_ref_output` functions to control reference signal output on COEX1 pin.
29+
* The :c:func:`nrf_modem_dect_clock_sync_event_handler_set` function to set event handler for asynchronous operations.
30+
2331
* Added:
2432

2533
* The :c:func:`nrf_modem_dect_phy_test_rf_tx_cw_control` function to control continuous wave transmission for device certification purposes.

0 commit comments

Comments
 (0)