Skip to content

Commit f1acedd

Browse files
committed
samples: bluetooth: peripheral_power_profiling: enable for ls05a
Same as ls05b. Signed-off-by: Piotr Kosycarz <piotr.kosycarz@nordicsemi.no>
1 parent 97b2fe5 commit f1acedd

5 files changed

Lines changed: 25 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
#
2+
# Copyright (c) 2026 Nordic Semiconductor ASA
3+
#
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
#
6+
7+
CONFIG_NFC_T2T_NRFXLIB=n
8+
9+
CONFIG_NFC_NDEF=n
10+
CONFIG_NFC_NDEF_MSG=n
11+
CONFIG_NFC_NDEF_RECORD=n
12+
CONFIG_NFC_NDEF_LE_OOB_REC=n
13+
CONFIG_NFC_NDEF_CH_MSG=n
14+
15+
CONFIG_BT_CTLR_PHY_CODED=n
16+
17+
CONFIG_PM_DEVICE=y
18+
CONFIG_PM_DEVICE_RUNTIME=y
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#include "nrf54ls05dk_nrf54ls05b_cpuapp.overlay"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#include "nrf54ls05dk_nrf54ls05b_cpuapp_auto_conn_advert.overlay"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#include "nrf54ls05dk_nrf54ls05b_cpuapp_auto_non_conn_advert.overlay"

samples/bluetooth/peripheral_power_profiling/sample.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ tests:
3636
- nrf54lm20dk/nrf54lm20a/cpuapp
3737
- nrf54lv10dk/nrf54lv10a/cpuapp
3838
- nrf54lv10dk/nrf54lv10a/cpuapp/ns
39+
- nrf54ls05dk/nrf54ls05a/cpuapp
3940
- nrf54ls05dk/nrf54ls05b/cpuapp
4041
- nrf54h20dk/nrf54h20/cpuapp
4142

@@ -45,6 +46,7 @@ tests:
4546
- nrf54ls05dk/nrf54ls05b/cpuapp
4647
platform_allow: &ppk_power_measure_54l_platform_allow
4748
- nrf54l15dk/nrf54l15/cpuapp
49+
- nrf54ls05dk/nrf54ls05a/cpuapp
4850
- nrf54ls05dk/nrf54ls05b/cpuapp
4951
- nrf54l15dk/nrf54l15/cpuapp/ns
5052
- nrf54lm20dk/nrf54lm20a/cpuapp
@@ -155,6 +157,7 @@ tests:
155157
- nrf54h20dk/nrf54h20/cpuapp
156158
platform_allow: &ppk_power_measure_platform_allow
157159
- nrf54l15dk/nrf54l15/cpuapp
160+
- nrf54ls05dk/nrf54ls05a/cpuapp
158161
- nrf54ls05dk/nrf54ls05b/cpuapp
159162
- nrf54l15dk/nrf54l15/cpuapp/ns
160163
- nrf54lm20dk/nrf54lm20a/cpuapp
@@ -233,5 +236,6 @@ tests:
233236
- nrf54lm20dk/nrf54lm20a/cpuapp
234237
- nrf54lm20dk/nrf54lm20a/cpuapp/ns
235238
- nrf54lv10dk/nrf54lv10a/cpuapp
239+
- nrf54ls05dk/nrf54ls05a/cpuapp
236240
- nrf54ls05dk/nrf54ls05b/cpuapp
237241
- nrf54h20dk/nrf54h20/cpuapp

0 commit comments

Comments
 (0)