From 9e8d1713a8b12cc0c81356cc18bb0d00ebe2888a Mon Sep 17 00:00:00 2001 From: Rubin Gerritsen Date: Wed, 4 Sep 2024 09:05:23 +0200 Subject: [PATCH] samples: radio_notification_cb: Build for 54 series The radio_notification_conn_cb now supports 54 series devices. So the sample should also be buildable for these platforms. Signed-off-by: Rubin Gerritsen --- samples/bluetooth/radio_notification_cb/Kconfig.sysbuild | 2 +- samples/bluetooth/radio_notification_cb/sample.yaml | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/samples/bluetooth/radio_notification_cb/Kconfig.sysbuild b/samples/bluetooth/radio_notification_cb/Kconfig.sysbuild index cd7d12835254..1496b61eac1c 100644 --- a/samples/bluetooth/radio_notification_cb/Kconfig.sysbuild +++ b/samples/bluetooth/radio_notification_cb/Kconfig.sysbuild @@ -5,6 +5,6 @@ # config NRF_DEFAULT_EMPTY - default y + default y if SOC_COMPATIBLE_NRF5340_CPUNET source "share/sysbuild/Kconfig" diff --git a/samples/bluetooth/radio_notification_cb/sample.yaml b/samples/bluetooth/radio_notification_cb/sample.yaml index f0bbde9be078..d33bc32cb3e6 100644 --- a/samples/bluetooth/radio_notification_cb/sample.yaml +++ b/samples/bluetooth/radio_notification_cb/sample.yaml @@ -9,5 +9,12 @@ tests: - nrf52dk/nrf52832 - nrf52840dk/nrf52840 - nrf5340dk/nrf5340/cpunet - platform_allow: nrf52dk/nrf52832 nrf52840dk/nrf52840 nrf5340dk/nrf5340/cpunet + - nrf54l15pdk/nrf54l15/cpuapp + - nrf54h20dk/nrf54h20/cpurad + platform_allow: + - nrf52dk/nrf52832 + - nrf52840dk/nrf52840 + - nrf5340dk/nrf5340/cpunet + - nrf54l15pdk/nrf54l15/cpuapp + - nrf54h20dk/nrf54h20/cpurad tags: bluetooth ci_build sysbuild