Skip to content

Commit fd5df64

Browse files
butokfabiobaltieri
authored andcommitted
samples: smp_svr: Add frdm_mcxn947 to allow list for USB and UDP
Adds frdm_mcxn947 to the smp_svr sample allow list, for overlay-udp.conf and usb.overlay. Signed-off-by: Andrej Butok <[email protected]>
1 parent f475f3c commit fd5df64

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,17 @@ tests:
3030
- nrf52840dk/nrf52840
3131
sample.mcumgr.smp_svr.udp:
3232
extra_args: EXTRA_CONF_FILE="overlay-udp.conf"
33-
platform_allow: frdm_k64f
33+
platform_allow:
34+
- frdm_mcxn947/mcxn947/cpu0
35+
- frdm_k64f
3436
integration_platforms:
3537
- frdm_k64f
3638
sample.mcumgr.smp_svr.cdc:
3739
extra_args:
3840
- EXTRA_CONF_FILE="overlay-cdc.conf"
3941
- DTC_OVERLAY_FILE="usb.overlay"
4042
platform_allow:
43+
- frdm_mcxn947/mcxn947/cpu0
4144
- nrf52833dk/nrf52820
4245
- nrf52833dk/nrf52833
4346
- nrf52840dk/nrf52840

0 commit comments

Comments
 (0)