35eb46cec3
samples/bluetooth/peripheral couldn't build on nucleo_f429zi since settings dependency on flash erase bock size. On this series, flash erase are done per sector with sector having varying size, so erase block size can't be used directly. This has to be sorted, but for now nucleo_f429zi is removed from sample withelist to unlock CI. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org> |
||
---|---|---|
.. | ||
src | ||
CMakeLists.txt | ||
README.rst | ||
prj.conf | ||
sample.yaml |
README.rst
.. _ble_peripheral: Bluetooth: Peripheral ##################### Overview ******** Application demonstrating the BLE Peripheral role. It has several well-known and vendor-specific GATT services that it exposes. 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` in the Zephyr tree. See :ref:`bluetooth samples section <bluetooth-samples>` for details.