From a2b0d3abdb7176f14908f565e37d0fade63b45da Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 19 May 2016 11:07:20 +0300 Subject: [PATCH] doc: boards/arduino_101: Minor updates to BLE firmware documentation Change-Id: Idf1ddb822a96387269c547b7102445bee9e7cc20 Signed-off-by: Johan Hedberg --- doc/board/arduino_101_ble.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/board/arduino_101_ble.rst b/doc/board/arduino_101_ble.rst index c3e0da10714..ef6766d74fb 100644 --- a/doc/board/arduino_101_ble.rst +++ b/doc/board/arduino_101_ble.rst @@ -11,6 +11,9 @@ onto it. The best option currently is to use MyNewt possible to use the controller with the native Bluetooth stack of Zephyr. +Building the firmware yourself +****************************** + #. Set up the newt tool. For Fedora the dependencies are: .. code-block:: console @@ -35,7 +38,7 @@ Zephyr. #. Currently the necessary code is only available in the 'develop' branch of MyNewt, aliased by version number '0.0.0'. To use this, edit :file:`project.yml` and change "vers: 0-latest" to - "vers: 0.0.0". After that, initialize the project with: + "vers: 0-dev". After that, initialize the project with: .. code-block:: console