Skip to content

Commit 7598b3e

Browse files
committed
samples: peripheral: radio_test: support ls05
Enable support for ls05. Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent 34283c1 commit 7598b3e

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#
2+
# Copyright (c) 2025 Nordic Semiconductor
3+
#
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
#
6+
7+
# Disable the unsupported driver
8+
CONFIG_NRFX_TIMER0=n
9+
10+
# Enable the necessary drivers
11+
CONFIG_NRFX_TIMER10=y

samples/peripheral/radio_test/sample.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ tests:
2525
- nrf54l15dk/nrf54l10/cpuapp
2626
- nrf54l15dk/nrf54l15/cpuapp
2727
- nrf54lm20dk/nrf54lm20a/cpuapp
28+
- nrf54ls05dk/nrf54ls05b/cpuapp
2829
- nrf54lv10dk/nrf54lv10a/cpuapp
2930
- nrf54h20dk/nrf54h20/cpurad
3031
tags:

0 commit comments

Comments
 (0)