mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-23 08:36:37 +00:00
The default DTS of VEGABoard does not enable the necessary nodes for the SW LL to function; as such an overlay is needed for each sample that is intended to be run on the VEGABoard. Some of the samples miss this overlay so this patch adds them. Signed-off-by: Alex Porosanu <alexandru.porosanu@nxp.com> |
||
---|---|---|
.. | ||
src | ||
CMakeLists.txt | ||
prj.conf | ||
README.rst | ||
rv32m1_vega_ri5cy.overlay | ||
sample.yaml |
.. _peripheral_hids: Bluetooth: Peripheral HIDs ########################## Overview ******** Similar to the :ref:`Peripheral <ble_peripheral>` sample, except that this application specifically exposes the HID GATT Service. The report map used is for a generic mouse. Requirements ************ * BlueZ running on the host, or * A board with BLE support Building and Running ******************** This sample can be found under :zephyr_file:`samples/bluetooth/peripheral_hids` in the Zephyr tree. See :ref:`bluetooth samples section <bluetooth-samples>` for details.