Skip to content

Commit 6b1f238

Browse files
committed
samples/dfu/fw_loader/usb_mcumgr: nRF54lm20dongle configuration
Added peculiar configuration for the nrf54lm20dongle/nrf54lm20b/cpuapp It has only to build sucessfully as this sample is supposed to be use as part of a DFU multiimage sysbuild project. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
1 parent 4effee3 commit 6b1f238

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/*
2+
* Copyright (c) 2026 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
*/
6+
7+
/ {
8+
chosen {
9+
/delete-property/ zephyr,console;
10+
/delete-property/ zephyr,shell-uart;
11+
/delete-property/ zephyr,bt-mon-uart;
12+
/delete-property/ zephyr,bt-c2h-uart;
13+
zephyr,uart-mcumgr = &cdc_acm_uart0;
14+
};
15+
};
16+
17+
&zephyr_udc0 {
18+
/delete-node/ board_cdc_acm_uart;
19+
};
20+
21+
#include "../app.overlay"

samples/dfu/fw_loader/usb_mcumgr/sample.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@ tests:
99
- ci_samples_dfu
1010
platform_allow:
1111
- nrf54lm20dk/nrf54lm20a/cpuapp
12+
- nrf54lm20dongle/nrf54lm20b/cpuapp
1213
integration_platforms:
1314
- nrf54lm20dk/nrf54lm20a/cpuapp
15+
- nrf54lm20dongle/nrf54lm20b/cpuapp

0 commit comments

Comments
 (0)