From 9bdfef468c180c8c7e70ae4782780cfd1edf7a71 Mon Sep 17 00:00:00 2001 From: Bjarki Arge Andreasen Date: Thu, 12 Sep 2024 10:43:45 +0200 Subject: [PATCH] [nrf fromlist] samples: net: wifi: add build of nrf7002eb Add build for nrf7002eb shield on thingy53 board. Signed-off-by: Bjarki Arge Andreasen Upstream PR: https://github.com/zephyrproject-rtos/zephyr/pull/78330 (cherry picked from commit fb69b42d5eea9d89526106a709aff6faa833986d) (cherry picked from commit 9dbb226be696653e793499b46b1acc9e97b6e926) --- samples/net/wifi/sample.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/samples/net/wifi/sample.yaml b/samples/net/wifi/sample.yaml index 694a4d68f92..1c106e4897a 100644 --- a/samples/net/wifi/sample.yaml +++ b/samples/net/wifi/sample.yaml @@ -62,3 +62,11 @@ tests: integration_platforms: - nrf5340dk/nrf5340/cpuapp - nucleo_h723zg + sample.net.wifi.nrf7002eb: + extra_args: + - CONFIG_NRF_WIFI_BUILD_ONLY_MODE=y + - SHIELD=nrf7002eb + platform_allow: + - thingy53/nrf5340/cpuapp + integration_platforms: + - thingy53/nrf5340/cpuapp