From a85130effcef3ef3e6d03c849e67f50da39ee2f3 Mon Sep 17 00:00:00 2001 From: Kamil Piszczek Date: Thu, 28 Nov 2024 13:46:40 +0100 Subject: [PATCH] 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 --- .../releases/release-notes-changelog.rst | 3 +++ samples/bluetooth/peripheral_hids_mouse/sample.yaml | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst b/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst index 821344d3ad08..b04750032ac0 100644 --- a/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst +++ b/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst @@ -250,6 +250,9 @@ Bluetooth samples * The :ref:`channel_sounding_ras_reflector` sample demonstrating how to implement a Channel Sounding Reflector that exposes the Ranging Responder GATT Service. * 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. + * Support for the :ref:`zephyr:nrf54l15dk_nrf54l05` and :ref:`zephyr:nrf54l15dk_nrf54l10` board targets in the following sample: + + * :ref:`peripheral_hids_mouse` * Updated: diff --git a/samples/bluetooth/peripheral_hids_mouse/sample.yaml b/samples/bluetooth/peripheral_hids_mouse/sample.yaml index 8da5479cd421..2e45ebeee596 100644 --- a/samples/bluetooth/peripheral_hids_mouse/sample.yaml +++ b/samples/bluetooth/peripheral_hids_mouse/sample.yaml @@ -20,6 +20,8 @@ tests: - nrf52840dk/nrf52840 - nrf5340dk/nrf5340/cpuapp - nrf5340dk/nrf5340/cpuapp/ns + - nrf54l15dk/nrf54l05/cpuapp + - nrf54l15dk/nrf54l10/cpuapp - nrf54l15dk/nrf54l15/cpuapp - nrf54h20dk/nrf54h20/cpuapp platform_allow: @@ -27,6 +29,8 @@ tests: - nrf52840dk/nrf52840 - nrf5340dk/nrf5340/cpuapp - nrf5340dk/nrf5340/cpuapp/ns + - nrf54l15dk/nrf54l05/cpuapp + - nrf54l15dk/nrf54l10/cpuapp - nrf54l15dk/nrf54l15/cpuapp - nrf54h20dk/nrf54h20/cpuapp tags: bluetooth ci_build sysbuild