Skip to content

Commit 3dd2e62

Browse files
MarekPietakapi-no
authored andcommitted
applications: nrf_desktop: Drop MPSL flash sync timeout workaround
The issue is already fixed. The workaround is no longer needed. Jira: NCSDK-30717 Signed-off-by: Marek Pieta <[email protected]>
1 parent dc3dcfd commit 3dd2e62

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

applications/nrf_desktop/Kconfig.ble

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,13 @@ config DESKTOP_BT
1515
select BT_SETTINGS
1616
select BT_SIGNING
1717
select BT_SMP
18-
imply BT_CONN_TX_NOTIFY_WQ if SOC_FLASH_NRF_RADIO_SYNC_MPSL
1918
help
2019
Enable support for Bluetooth connectivity in the nRF Desktop
2120
application. Specific Bluetooth configurations and application
2221
modules are selected according to the HID device role. Apart from
2322
that, the defaults of Bluetooth-related Kconfigs are aligned with
2423
the nRF Desktop use case.
2524

26-
nRF Desktop conditionally implies using a separate workqueue for
27-
connection TX notify processing. This is done to work around the MPSL
28-
flash synchronization timeout known issue (NCSDK-29354).
29-
3025
if DESKTOP_BT
3126

3227
config DESKTOP_BT_PERIPHERAL

doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,11 @@ nRF Desktop
271271
* The ``dongle_small`` configuration for the nRF52833 DK.
272272
The configuration enables logs and mimics the dongle configuration used for small SoCs.
273273

274+
* Removed an imply from the nRF Desktop Bluetooth connectivity Kconfig option (:ref:`CONFIG_DESKTOP_BT <config_desktop_app_options>`).
275+
The imply enabled a separate workqueue for connection TX notify processing (:kconfig:option:`CONFIG_BT_CONN_TX_NOTIFY_WQ`) if MPSL was used for synchronization between the flash memory driver and radio (:kconfig:option:`CONFIG_SOC_FLASH_NRF_RADIO_SYNC_MPSL`).
276+
The MPSL flash synchronization issue (``NCSDK-29354`` in the :ref:`known_issues`) is fixed.
277+
The workaround is no longer needed.
278+
274279
nRF Machine Learning (Edge Impulse)
275280
-----------------------------------
276281

0 commit comments

Comments
 (0)