Skip to content

Commit fab8ecb

Browse files
committed
samples: bluetooth: peripheral_hids_mouse: add support for nRF54L05/L10
Added support for the nRF54L05 and the nRF54L10 board targets in the Bluetooth Peripheral HIDS mouse sample. Ref: NCSDK-30655 Signed-off-by: Kamil Piszczek <[email protected]>
1 parent 25ba212 commit fab8ecb

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,9 @@ Bluetooth samples
283283

284284
* The :ref:`channel_sounding_ras_reflector` sample demonstrating how to implement a Channel Sounding Reflector that exposes the Ranging Responder GATT Service.
285285
* The :ref:`channel_sounding_ras_initiator` sample demonstrating basic distance estimation with Channel Sounding by setting up a Channel Sounding Initiator that acts as a Ranging Requestor GATT Client.
286+
* Support for the ``nrf54l15dk/nrf54l05/cpuapp`` and ``nrf54l15dk/nrf54l10/cpuapp`` board targets in the following sample:
287+
288+
* :ref:`peripheral_hids_mouse`
286289

287290
* Updated:
288291

samples/bluetooth/peripheral_hids_mouse/sample.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,17 @@ tests:
2020
- nrf52840dk/nrf52840
2121
- nrf5340dk/nrf5340/cpuapp
2222
- nrf5340dk/nrf5340/cpuapp/ns
23+
- nrf54l15dk/nrf54l05/cpuapp
24+
- nrf54l15dk/nrf54l10/cpuapp
2325
- nrf54l15dk/nrf54l15/cpuapp
2426
- nrf54h20dk/nrf54h20/cpuapp
2527
platform_allow:
2628
- nrf52dk/nrf52832
2729
- nrf52840dk/nrf52840
2830
- nrf5340dk/nrf5340/cpuapp
2931
- nrf5340dk/nrf5340/cpuapp/ns
32+
- nrf54l15dk/nrf54l05/cpuapp
33+
- nrf54l15dk/nrf54l10/cpuapp
3034
- nrf54l15dk/nrf54l15/cpuapp
3135
- nrf54h20dk/nrf54h20/cpuapp
3236
tags: bluetooth ci_build sysbuild

0 commit comments

Comments
 (0)