Skip to content

Commit

Permalink
samples: bluetooth: peripheral_hids_mouse: add support for nRF54L05/L10
Browse files Browse the repository at this point in the history
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 <Kamil.Piszczek@nordicsemi.no>
  • Loading branch information
kapi-no committed Nov 28, 2024
1 parent 1e2ddc4 commit a85130e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
4 changes: 4 additions & 0 deletions samples/bluetooth/peripheral_hids_mouse/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,17 @@ tests:
- nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpuapp
- nrf5340dk/nrf5340/cpuapp/ns
- nrf54l15dk/nrf54l05/cpuapp
- nrf54l15dk/nrf54l10/cpuapp
- nrf54l15dk/nrf54l15/cpuapp
- nrf54h20dk/nrf54h20/cpuapp
platform_allow:
- nrf52dk/nrf52832
- 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
Expand Down

0 comments on commit a85130e

Please sign in to comment.