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
Added reevant records on usb cdc acm smp mcumgr
support in NCS.
Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
Signed-off-by: Francesco Domenico Servidio <francesco.servidio@nordicsemi.no>
Copy file name to clipboardExpand all lines: doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -555,6 +555,19 @@ DECT NR+ samples
555
555
* Scheduler - Dynamic flow control based on load tier to prevent modem out-of-memory errors.
556
556
* Settings - Continuous Wave (CW) support and possibility to disable Synchronization Training Field (STF) on TX and RX.
557
557
558
+
DFU samples
559
+
-----------
560
+
561
+
* Updated the :ref:`single_slot_sample` sample configuration for demonstrating DFU on the :zephyr:board:`nrf54lm20dk` board target using the :ref:`fw_loader_ble_mcumgr` firmware loader.
562
+
563
+
* Added:
564
+
565
+
* The :ref:`fw_loader_usb_mcumgr` sample, which provides a minimal configuration for firmware loading using SMP over the USB CDC ACM virtual serial port.
566
+
The sample serves as a starting point for developing custom firmware loader applications that work with the MCUboot bootloader.
567
+
To enable this firmware loader implementation, use the :kconfig:option:`SB_CONFIG_FIRMWARE_LOADER_IMAGE_USB_MCUMGR` Kconfig option.
568
+
* Support for using the :ref:`fw_loader_usb_mcumgr` sample with the :ref:`single_slot_sample`.
569
+
You can test this configuration on the :zephyr:board:`nrf54lm20dk` board.
0 commit comments