From fd5df644542d057d63c7d08cc0ac01190d71d138 Mon Sep 17 00:00:00 2001 From: Andrej Butok Date: Fri, 22 Nov 2024 15:31:49 +0100 Subject: [PATCH] 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 --- samples/subsys/mgmt/mcumgr/smp_svr/sample.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/samples/subsys/mgmt/mcumgr/smp_svr/sample.yaml b/samples/subsys/mgmt/mcumgr/smp_svr/sample.yaml index a4342cab66e..7e2e4565bad 100644 --- a/samples/subsys/mgmt/mcumgr/smp_svr/sample.yaml +++ b/samples/subsys/mgmt/mcumgr/smp_svr/sample.yaml @@ -30,7 +30,9 @@ tests: - nrf52840dk/nrf52840 sample.mcumgr.smp_svr.udp: extra_args: EXTRA_CONF_FILE="overlay-udp.conf" - platform_allow: frdm_k64f + platform_allow: + - frdm_mcxn947/mcxn947/cpu0 + - frdm_k64f integration_platforms: - frdm_k64f sample.mcumgr.smp_svr.cdc: @@ -38,6 +40,7 @@ tests: - EXTRA_CONF_FILE="overlay-cdc.conf" - DTC_OVERLAY_FILE="usb.overlay" platform_allow: + - frdm_mcxn947/mcxn947/cpu0 - nrf52833dk/nrf52820 - nrf52833dk/nrf52833 - nrf52840dk/nrf52840