From 9edc472c3ea78034a500b71cd916fa47a38fc54c Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 6 Jun 2016 15:14:53 +0300 Subject: [PATCH] doc: boards/arduino_101: Update BLE firmare for latest MyNewt version The dependencies for the HCI firmware are now part of the latest stable MyNewt release, so special editing of project.yml is no longer needed. Change-Id: Ia3658ab1da03e208cd5230e0cda4c96a4628e8f0 Signed-off-by: Johan Hedberg --- doc/board/arduino_101_ble.rst | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/doc/board/arduino_101_ble.rst b/doc/board/arduino_101_ble.rst index fa42a74d170..481cdc094ba 100644 --- a/doc/board/arduino_101_ble.rst +++ b/doc/board/arduino_101_ble.rst @@ -35,25 +35,22 @@ Building the firmware yourself Project arduino-mynewt successfully created. $ cd arduino-mynewt/ -#. 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-dev". After that, initialize the project with: +#. After that, initialize the project with: .. code-block:: console $ newt install -v apache-mynewt-core Downloading repository description for apache-mynewt-core... success! - Downloading repository incubator-mynewt-core (branch: master; commit: develop) at https://github.com/apache/incubator-mynewt-core.git - Cloning into '/tmp/newt-repo604330290'... - remote: Counting objects: 21889, done. - remote: Compressing objects: 100% (97/97), done. - remote: Total 21889 (delta 49), reused 0 (delta 0), pack-reused 21784 - Receiving objects: 100% (21889/21889), 7.63 MiB | 1.13 MiB/s, done. - Resolving deltas: 100% (12945/12945), done. + Downloading repository incubator-mynewt-core (branch: master; commit: mynewt_0_9_0_tag) at https://github.com/apache/incubator-mynewt-core.git + Cloning into '/tmp/newt-repo072720113'... + remote: Counting objects: 24003, done. + remote: Compressing objects: 100% (559/559), done. + remote: Total 24003 (delta 373), reused 13 (delta 13), pack-reused 23359 + Receiving objects: 100% (24003/24003), 8.53 MiB | 1.82 MiB/s, done. + Resolving deltas: 100% (14213/14213), done. Checking connectivity... done. - apache-mynewt-core successfully installed version 0.0.0-none + apache-mynewt-core successfully installed version 0.9.0-none #. Create a target for the bootloader: