Skip to content

Commit 6c03b3a

Browse files
rerickson1MaureenHelm
authored andcommitted
sample: smp_svr: add Pinnacle 100 DVK to test allow list
Add Pinnacle 100 DVK to sample.yaml where appropriate. Signed-off-by: Ryan Erickson <[email protected]>
1 parent c9645f4 commit 6c03b3a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ common:
77
tests:
88
sample.mcumg.smp_svr.bt:
99
extra_args: OVERLAY_CONFIG="overlay-bt.conf"
10-
platform_allow: nrf52dk_nrf52832 nrf52840dk_nrf52840
10+
platform_allow: nrf52dk_nrf52832 nrf52840dk_nrf52840 pinnacle_100_dvk
1111
integration_platforms:
1212
- nrf52dk_nrf52832
1313
- nrf52840dk_nrf52840
@@ -19,36 +19,36 @@ tests:
1919
sample.mcumg.smp_svr.cdc:
2020
extra_args: OVERLAY_CONFIG="overlay-cdc.conf"
2121
DTC_OVERLAY_FILE="usb.overlay"
22-
platform_allow: nrf52833dk_nrf52820 nrf52833dk_nrf52833 nrf52840dk_nrf52840 nrf5340dk_nrf5340_cpuapp
22+
platform_allow: nrf52833dk_nrf52820 nrf52833dk_nrf52833 nrf52840dk_nrf52840 nrf5340dk_nrf5340_cpuapp pinnacle_100_dvk
2323
integration_platforms:
2424
- nrf52833dk_nrf52820
2525
- nrf52833dk_nrf52833
2626
- nrf52840dk_nrf52840
2727
- nrf5340dk_nrf5340_cpuapp
2828
sample.mcumg.smp_svr.serial:
2929
extra_args: OVERLAY_CONFIG="overlay-serial.conf"
30-
platform_allow: nrf52840dk_nrf52840
30+
platform_allow: nrf52840dk_nrf52840 pinnacle_100_dvk
3131
integration_platforms:
3232
- nrf52840dk_nrf52840
3333
sample.mcumg.smp_svr.serial:
3434
extra_args: OVERLAY_CONFIG="overlay-serial-console.conf"
35-
platform_allow: nrf52840dk_nrf52840
35+
platform_allow: nrf52840dk_nrf52840 pinnacle_100_dvk
3636
integration_platforms:
3737
- nrf52840dk_nrf52840
3838
sample.mcumg.smp_svr.shell:
3939
extra_args: OVERLAY_CONFIG="overlay-shell.conf"
40-
platform_allow: nrf52840dk_nrf52840 mimxrt1060_evk mimxrt1064_evk
40+
platform_allow: nrf52840dk_nrf52840 mimxrt1060_evk mimxrt1064_evk pinnacle_100_dvk
4141
integration_platforms:
4242
- nrf52840dk_nrf52840
4343
- mimxrt1060_evk
4444
- mimxrt1064_evk
4545
sample.mcumg.smp_svr.shell_mgmt:
4646
extra_args: OVERLAY_CONFIG="overlay-shell-mgmt.conf"
47-
platform_allow: nrf52840dk_nrf52840
47+
platform_allow: nrf52840dk_nrf52840 pinnacle_100_dvk
4848
integration_platforms:
4949
- nrf52840dk_nrf52840
5050
sample.mcumg.smp_svr.fs:
5151
extra_args: OVERLAY_CONFIG="overlay-fs.conf"
52-
platform_allow: nrf52840dk_nrf52840
52+
platform_allow: nrf52840dk_nrf52840 pinnacle_100_dvk
5353
integration_platforms:
5454
- nrf52840dk_nrf52840

0 commit comments

Comments
 (0)