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
Revert "applications: nrf_desktop: Imply partial flash erase for USB next"
This reverts commit b366128.
The FLASH partial erase is no longer needed for USB next stack after
UDC nRF implementation was improved.
Jira: NCSDK-29639
Signed-off-by: Marek Pieta <[email protected]>
Signed-off-by: Divya Pillai <[email protected]>
Copy file name to clipboardExpand all lines: doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -247,6 +247,10 @@ nRF Desktop
247
247
* :ref:`zephyr:nrf54l15dk_nrf54l15`
248
248
* :ref:`zephyr:nrf54h20dk_nrf54h20`
249
249
250
+
* Removed imply for partial erase feature of the nRF SoC flash driver (:kconfig:option:`CONFIG_SOC_FLASH_NRF_PARTIAL_ERASE`) for the USB next stack (:ref:`CONFIG_DESKTOP_USB_STACK_NEXT <config_desktop_app_options>`).
251
+
The partial erase feature was used as a workaround for device errors that might be reported by the Windows USB host in Device Manager if a USB cable is connected while erasing a secondary image slot in the background.
252
+
The workaround is no longer needed after the nRF UDC driver was improved.
0 commit comments