Skip to content

Commit eadb456

Browse files
rerickson1carlescufi
authored andcommitted
samples: mcumgr: smp_svr: Add support for MG100 board
Add support to build the sample for the MG100 board. Signed-off-by: Ryan Erickson <[email protected]>
1 parent 3996c03 commit eadb456

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

samples/subsys/mgmt/mcumgr/smp_svr/sample.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ common:
77
tests:
88
sample.mcumgr.smp_svr.bt:
99
extra_args: OVERLAY_CONFIG="overlay-bt.conf"
10-
platform_allow: nrf52dk_nrf52832 nrf52840dk_nrf52840 pinnacle_100_dvk
10+
platform_allow: nrf52dk_nrf52832 nrf52840dk_nrf52840 pinnacle_100_dvk mg100
1111
integration_platforms:
1212
- nrf52dk_nrf52832
1313
- nrf52840dk_nrf52840
@@ -27,28 +27,28 @@ tests:
2727
- nrf5340dk_nrf5340_cpuapp
2828
sample.mcumgr.smp_svr.serial:
2929
extra_args: OVERLAY_CONFIG="overlay-serial.conf"
30-
platform_allow: nrf52840dk_nrf52840 pinnacle_100_dvk
30+
platform_allow: nrf52840dk_nrf52840 pinnacle_100_dvk mg100
3131
integration_platforms:
3232
- nrf52840dk_nrf52840
3333
sample.mcumgr.smp_svr.serial:
3434
extra_args: OVERLAY_CONFIG="overlay-serial-console.conf"
35-
platform_allow: nrf52840dk_nrf52840 pinnacle_100_dvk
35+
platform_allow: nrf52840dk_nrf52840 pinnacle_100_dvk mg100
3636
integration_platforms:
3737
- nrf52840dk_nrf52840
3838
sample.mcumgr.smp_svr.shell:
3939
extra_args: OVERLAY_CONFIG="overlay-shell.conf"
40-
platform_allow: nrf52840dk_nrf52840 mimxrt1060_evk mimxrt1064_evk pinnacle_100_dvk
40+
platform_allow: nrf52840dk_nrf52840 mimxrt1060_evk mimxrt1064_evk pinnacle_100_dvk mg100
4141
integration_platforms:
4242
- nrf52840dk_nrf52840
4343
- mimxrt1060_evk
4444
- mimxrt1064_evk
4545
sample.mcumgr.smp_svr.shell_mgmt:
4646
extra_args: OVERLAY_CONFIG="overlay-shell-mgmt.conf"
47-
platform_allow: nrf52840dk_nrf52840 pinnacle_100_dvk
47+
platform_allow: nrf52840dk_nrf52840 pinnacle_100_dvk mg100
4848
integration_platforms:
4949
- nrf52840dk_nrf52840
5050
sample.mcumgr.smp_svr.fs:
5151
extra_args: OVERLAY_CONFIG="overlay-fs.conf"
52-
platform_allow: nrf52840dk_nrf52840 pinnacle_100_dvk
52+
platform_allow: nrf52840dk_nrf52840 pinnacle_100_dvk mg100
5353
integration_platforms:
5454
- nrf52840dk_nrf52840

0 commit comments

Comments
 (0)