Skip to content

Commit 063de82

Browse files
maje-embrlubos
authored andcommitted
samples: peripheral: radio_test: Add experimental LLVM support
Introduced experimental LLVM support in the radio_test sample. Ref: NCSDK-33299 Signed-off-by: Marcin Jelinski <[email protected]>
1 parent 5a3700e commit 063de82

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,9 @@ nRF5340 samples
353353
Peripheral samples
354354
------------------
355355

356-
|no_changes_yet_note|
356+
* :ref:`radio_test` sample:
357+
358+
* Added experimental ``llvm`` toolchain support for the ``nrf54l15dk/nrf54l15/cpuapp`` board target.
357359

358360
PMIC samples
359361
------------

samples/peripheral/radio_test/sample.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,17 @@ tests:
104104
- ci_build
105105
- sysbuild
106106
- ci_samples_peripheral_radio_test
107+
sample.peripheral.radio_test.llvm:
108+
toolchain_allow: llvm
109+
sysbuild: true
110+
build_only: true
111+
integration_platforms:
112+
- nrf54l15dk/nrf54l15/cpuapp
113+
- nrf54lm20pdk/nrf54lm20a/cpuapp
114+
platform_allow:
115+
- nrf54l15dk/nrf54l15/cpuapp
116+
- nrf54lm20pdk/nrf54lm20a/cpuapp
117+
tags:
118+
- ci_build
119+
- sysbuild
120+
- ci_samples_peripheral_radio_test

0 commit comments

Comments
 (0)