Skip to content

Commit 3f49ad7

Browse files
committed
samples: Bluetooth: Selected samples to support nRF54L10 and nRF54L05
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]>
1 parent 7ca8c8b commit 3f49ad7

File tree

19 files changed

+168
-6
lines changed

19 files changed

+168
-6
lines changed

samples/bluetooth/channel_sounding_ras_initiator/sample.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ tests:
66
sysbuild: true
77
build_only: true
88
integration_platforms:
9+
- nrf54l15dk/nrf54l05/cpuapp
10+
- nrf54l15dk/nrf54l10/cpuapp
911
- nrf54l15dk/nrf54l15/cpuapp
1012
platform_allow:
13+
- nrf54l15dk/nrf54l05/cpuapp
14+
- nrf54l15dk/nrf54l10/cpuapp
1115
- nrf54l15dk/nrf54l15/cpuapp
1216
tags: bluetooth ci_build sysbuild

samples/bluetooth/channel_sounding_ras_reflector/sample.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ tests:
66
sysbuild: true
77
build_only: true
88
integration_platforms:
9+
- nrf54l15dk/nrf54l05/cpuapp
10+
- nrf54l15dk/nrf54l10/cpuapp
911
- nrf54l15dk/nrf54l15/cpuapp
1012
platform_allow:
13+
- nrf54l15dk/nrf54l05/cpuapp
14+
- nrf54l15dk/nrf54l10/cpuapp
1115
- nrf54l15dk/nrf54l15/cpuapp
1216
tags: bluetooth ci_build sysbuild
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#
2+
# Copyright (c) 2024 Nordic Semiconductor
3+
#
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
#
6+
7+
CONFIG_NRFX_GPPI=y
8+
CONFIG_BT_RX_STACK_SIZE=2048

samples/bluetooth/conn_time_sync/sample.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,14 @@ tests:
99
- nrf52840dk/nrf52840
1010
- nrf52833dk/nrf52833
1111
- nrf5340dk/nrf5340/cpuapp
12+
- nrf54l15dk/nrf54l05/cpuapp
13+
- nrf54l15dk/nrf54l10/cpuapp
1214
- nrf54l15dk/nrf54l15/cpuapp
1315
platform_allow:
1416
- nrf52840dk/nrf52840
1517
- nrf52833dk/nrf52833
1618
- nrf5340dk/nrf5340/cpuapp
19+
- nrf54l15dk/nrf54l05/cpuapp
20+
- nrf54l15dk/nrf54l10/cpuapp
1721
- nrf54l15dk/nrf54l15/cpuapp
1822
tags: bluetooth ci_build sysbuild
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/*
2+
* Copyright (c) 2024 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
*/
6+
7+
/ {
8+
aliases {
9+
egu = &egu10;
10+
};
11+
};
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/*
2+
* Copyright (c) 2024 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
*/
6+
7+
/ {
8+
aliases {
9+
egu = &egu10;
10+
};
11+
};

samples/bluetooth/event_trigger/sample.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,16 @@ tests:
99
- nrf52dk/nrf52832
1010
- nrf52840dk/nrf52840
1111
- nrf5340dk/nrf5340/cpunet
12+
- nrf54l15dk/nrf54l05/cpuapp
13+
- nrf54l15dk/nrf54l10/cpuapp
14+
- nrf54l15dk/nrf54l15/cpuapp
15+
- nrf54h20dk/nrf54h20/cpurad
16+
platform_allow:
17+
- nrf52dk/nrf52832
18+
- nrf52840dk/nrf52840
19+
- nrf5340dk/nrf5340/cpunet
20+
- nrf54l15dk/nrf54l05/cpuapp
21+
- nrf54l15dk/nrf54l10/cpuapp
1222
- nrf54l15dk/nrf54l15/cpuapp
1323
- nrf54h20dk/nrf54h20/cpurad
14-
platform_allow: nrf52dk/nrf52832 nrf52840dk/nrf52840 nrf5340dk/nrf5340/cpunet
15-
nrf54l15dk/nrf54l15/cpuapp nrf54h20dk/nrf54h20/cpurad
1624
tags: bluetooth ci_build sysbuild
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_BT_RX_STACK_SIZE=2048

0 commit comments

Comments
 (0)