Skip to content

Commit

Permalink
samples: Bluetooth: Selected samples to support nRF54L10 and nRF54L05
Browse files Browse the repository at this point in the history
These SoCs are similar to nRF54L15. No change to the sample
is needed. This commit marks all samples with codeowner set to
@nrfconnect/ncs-dragoon.

Signed-off-by: Rubin Gerritsen <[email protected]>
  • Loading branch information
rugeGerritsen committed Nov 28, 2024
1 parent e2e81ed commit 903fe89
Show file tree
Hide file tree
Showing 19 changed files with 168 additions and 6 deletions.
4 changes: 4 additions & 0 deletions samples/bluetooth/channel_sounding_ras_initiator/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ tests:
sysbuild: true
build_only: true
integration_platforms:
- nrf54l15dk/nrf54l05/cpuapp
- nrf54l15dk/nrf54l10/cpuapp
- nrf54l15dk/nrf54l15/cpuapp
platform_allow:
- nrf54l15dk/nrf54l05/cpuapp
- nrf54l15dk/nrf54l10/cpuapp
- nrf54l15dk/nrf54l15/cpuapp
tags: bluetooth ci_build sysbuild
4 changes: 4 additions & 0 deletions samples/bluetooth/channel_sounding_ras_reflector/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ tests:
sysbuild: true
build_only: true
integration_platforms:
- nrf54l15dk/nrf54l05/cpuapp
- nrf54l15dk/nrf54l10/cpuapp
- nrf54l15dk/nrf54l15/cpuapp
platform_allow:
- nrf54l15dk/nrf54l05/cpuapp
- nrf54l15dk/nrf54l10/cpuapp
- nrf54l15dk/nrf54l15/cpuapp
tags: bluetooth ci_build sysbuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#
# Copyright (c) 2024 Nordic Semiconductor
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

CONFIG_NRFX_GPPI=y
CONFIG_BT_RX_STACK_SIZE=2048
4 changes: 4 additions & 0 deletions samples/bluetooth/conn_time_sync/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ tests:
- nrf52840dk/nrf52840
- nrf52833dk/nrf52833
- nrf5340dk/nrf5340/cpuapp
- nrf54l15dk/nrf54l05/cpuapp
- nrf54l15dk/nrf54l10/cpuapp
- nrf54l15dk/nrf54l15/cpuapp
platform_allow:
- nrf52840dk/nrf52840
- nrf52833dk/nrf52833
- nrf5340dk/nrf5340/cpuapp
- nrf54l15dk/nrf54l05/cpuapp
- nrf54l15dk/nrf54l10/cpuapp
- nrf54l15dk/nrf54l15/cpuapp
tags: bluetooth ci_build sysbuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/*
* Copyright (c) 2024 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
*/

/ {
aliases {
egu = &egu10;
};
};
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/*
* Copyright (c) 2024 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
*/

/ {
aliases {
egu = &egu10;
};
};
12 changes: 10 additions & 2 deletions samples/bluetooth/event_trigger/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,16 @@ tests:
- nrf52dk/nrf52832
- nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpunet
- nrf54l15dk/nrf54l05/cpuapp
- nrf54l15dk/nrf54l10/cpuapp
- nrf54l15dk/nrf54l15/cpuapp
- nrf54h20dk/nrf54h20/cpurad
platform_allow:
- nrf52dk/nrf52832
- nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpunet
- nrf54l15dk/nrf54l05/cpuapp
- nrf54l15dk/nrf54l10/cpuapp
- nrf54l15dk/nrf54l15/cpuapp
- nrf54h20dk/nrf54h20/cpurad
platform_allow: nrf52dk/nrf52832 nrf52840dk/nrf52840 nrf5340dk/nrf5340/cpunet
nrf54l15dk/nrf54l15/cpuapp nrf54h20dk/nrf54h20/cpurad
tags: bluetooth ci_build sysbuild
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_BT_RX_STACK_SIZE=2048
4 changes: 4 additions & 0 deletions samples/bluetooth/iso_combined_bis_and_cis/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ tests:
- nrf52840dk/nrf52840
- nrf52833dk/nrf52833
- nrf5340dk/nrf5340/cpuapp
- nrf54l15dk/nrf54l05/cpuapp
- nrf54l15dk/nrf54l10/cpuapp
- nrf54l15dk/nrf54l15/cpuapp
platform_allow:
- nrf52840dk/nrf52840
- nrf52833dk/nrf52833
- nrf5340dk/nrf5340/cpuapp
- nrf54l15dk/nrf54l05/cpuapp
- nrf54l15dk/nrf54l10/cpuapp
- nrf54l15dk/nrf54l15/cpuapp
tags: bluetooth ci_build sysbuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#
# Copyright (c) 2024 Nordic Semiconductor
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

CONFIG_NRFX_GPPI=y
CONFIG_BT_RX_STACK_SIZE=2048
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#
# Copyright (c) 2024 Nordic Semiconductor
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

CONFIG_NRFX_GPPI=y
CONFIG_BT_RX_STACK_SIZE=2048
4 changes: 4 additions & 0 deletions samples/bluetooth/iso_time_sync/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ tests:
- nrf52840dk/nrf52840
- nrf52833dk/nrf52833
- nrf5340dk/nrf5340/cpuapp
- nrf54l15dk/nrf54l05/cpuapp
- nrf54l15dk/nrf54l10/cpuapp
- nrf54l15dk/nrf54l15/cpuapp
platform_allow:
- nrf52840dk/nrf52840
- nrf52833dk/nrf52833
- nrf5340dk/nrf5340/cpuapp
- nrf54l15dk/nrf54l05/cpuapp
- nrf54l15dk/nrf54l10/cpuapp
- nrf54l15dk/nrf54l15/cpuapp
tags: bluetooth ci_build sysbuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
/*
* Copyright (c) 2024 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
*/

/ {
zephyr,user {
coex-pta-grant-gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>;
};

nrf_radio_coex: radio_coex_one_wire {
status = "okay";
compatible = "sdc-radio-coex-one-wire";
grant-gpios = <&gpio0 2 GPIO_ACTIVE_HIGH>;
concurrency-mode = <0>;
};

aliases {
egu = &egu10;
};
};

&gpio0 {
status = "okay";
};

&gpiote30 {
status = "okay";
};

&radio {
coex = <&nrf_radio_coex>;
};
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
/*
* Copyright (c) 2024 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
*/

/ {
zephyr,user {
coex-pta-grant-gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>;
};

nrf_radio_coex: radio_coex_one_wire {
status = "okay";
compatible = "sdc-radio-coex-one-wire";
grant-gpios = <&gpio0 2 GPIO_ACTIVE_HIGH>;
concurrency-mode = <0>;
};

aliases {
egu = &egu10;
};
};

&gpio0 {
status = "okay";
};

&gpiote30 {
status = "okay";
};

&radio {
coex = <&nrf_radio_coex>;
};
9 changes: 8 additions & 1 deletion samples/bluetooth/radio_coex_1wire/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@ tests:
build_only: true
integration_platforms:
- nrf52840dk/nrf52840
- nrf54l15dk/nrf54l05/cpuapp
- nrf54l15dk/nrf54l10/cpuapp
- nrf54l15dk/nrf54l15/cpuapp
- nrf54h20dk/nrf54h20/cpurad
platform_allow:
- nrf52840dk/nrf52840
- nrf54l15dk/nrf54l05/cpuapp
- nrf54l15dk/nrf54l10/cpuapp
- nrf54l15dk/nrf54l15/cpuapp
- nrf54h20dk/nrf54h20/cpurad
platform_allow: nrf52840dk/nrf52840 nrf54l15dk/nrf54l15/cpuapp nrf54h20dk/nrf54h20/cpurad
tags: bluetooth ci_build sysbuild
4 changes: 4 additions & 0 deletions samples/bluetooth/radio_notification_cb/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@ tests:
- nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpunet
- nrf54h20dk/nrf54h20/cpurad
- nrf54l15dk/nrf54l05/cpuapp
- nrf54l15dk/nrf54l10/cpuapp
- nrf54l15dk/nrf54l15/cpuapp
platform_allow:
- nrf52dk/nrf52832
- nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpunet
- nrf54h20dk/nrf54h20/cpurad
- nrf54l15dk/nrf54l05/cpuapp
- nrf54l15dk/nrf54l10/cpuapp
- nrf54l15dk/nrf54l15/cpuapp
tags: bluetooth ci_build sysbuild
14 changes: 11 additions & 3 deletions samples/bluetooth/subrating/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,17 @@ tests:
- nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpuapp
- nrf5340dk/nrf5340/cpuapp/ns
- nrf54l15dk/nrf54l05/cpuapp
- nrf54l15dk/nrf54l10/cpuapp
- nrf54l15dk/nrf54l15/cpuapp
- nrf54h20dk/nrf54h20/cpuapp
platform_allow:
- nrf52dk/nrf52832
- nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpuapp
- nrf5340dk/nrf5340/cpuapp/ns
- nrf54l15dk/nrf54l05/cpuapp
- nrf54l15dk/nrf54l10/cpuapp
- nrf54l15dk/nrf54l15/cpuapp
- nrf54h20dk/nrf54h20/cpuapp
platform_allow: nrf52dk/nrf52832 nrf52840dk/nrf52840 nrf5340dk/nrf5340/cpuapp
nrf5340dk/nrf5340/cpuapp/ns nrf54l15dk/nrf54l15/cpuapp
nrf54h20dk/nrf54h20/cpuapp
tags: bluetooth ci_build sysbuild

0 comments on commit 903fe89

Please sign in to comment.