You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ut...@apache.org on 2017/11/30 22:34:18 UTC

[mynewt-core] branch 1_3_0_dev updated (ac7d77d -> 5e48701)

This is an automated email from the ASF dual-hosted git repository.

utzig pushed a change to branch 1_3_0_dev
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git.


    from ac7d77d  Merge pull request #680 from ccollins476ad/arduino-primo-led
     new 814aa5a  Update to release 1.3.0
     new e9f57ca  Fix typo
     new 5e48701  Update version info to release 1.3.0

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 RELEASE_NOTES.md                           |  2 +-
 docs/newt/install/newt_linux.rst           | 10 ++++----
 docs/newt/install/newt_mac.rst             | 40 +++++++++++++++---------------
 docs/newt/install/newt_windows.rst         | 18 +++++++-------
 docs/newtmgr/command_list/newtmgr_conn.rst |  2 +-
 docs/newtmgr/install_linux.rst             | 10 ++++----
 docs/newtmgr/install_mac.rst               | 20 +++++++--------
 docs/newtmgr/install_windows.rst           | 14 ++++-------
 repository.yml                             |  6 +++--
 9 files changed, 60 insertions(+), 62 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@mynewt.apache.org" <co...@mynewt.apache.org>'].

[mynewt-core] 01/03: Update to release 1.3.0

Posted by ut...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

utzig pushed a commit to branch 1_3_0_dev
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git

commit 814aa5a7ec8c523fab94f8f15f4e32b391fea447
Author: Fabio Utzig <ut...@apache.org>
AuthorDate: Thu Nov 30 19:51:51 2017 -0200

    Update to release 1.3.0
    
    Signed-off-by: Fabio Utzig <ut...@apache.org>
---
 RELEASE_NOTES.md | 2 +-
 repository.yml   | 6 ++++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 6fb0280..d093c02 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,6 @@
 # RELEASE NOTES
 
-5 September 2017 - Apache Mynewt v1.2.0
+30 November 2017 - Apache Mynewt v1.3.0
 
 For full release notes, please visit the
 [Apache Mynewt Wiki](https://cwiki.apache.org/confluence/display/MYNEWT/Release+Notes).
diff --git a/repository.yml b/repository.yml
index 0f805c3..8babce0 100644
--- a/repository.yml
+++ b/repository.yml
@@ -30,9 +30,10 @@ repo.versions:
     "1.0.0": "mynewt_1_0_0_tag"
     "1.1.0": "mynewt_1_1_0_tag"
     "1.2.0": "mynewt_1_2_0_tag"
+    "1.3.0": "mynewt_1_3_0_tag"
 
-    "0-latest": "1.2.0"    # 1.2.0
-    "1-latest": "1.2.0"    # 1.2.0
+    "0-latest": "1.3.0"    # 1.3.0
+    "1-latest": "1.3.0"    # 1.3.0
     "0-dev": "0.0.0"       # master
 
     "0.8-latest": "0.8.0"
@@ -40,6 +41,7 @@ repo.versions:
     "1.0-latest": "1.0.0"  # 1.0.0
     "1.1-latest": "1.1.0"  # 1.1.0
     "1.2-latest": "1.2.0"  # 1.2.0
+    "1.3-latest": "1.3.0"  # 1.3.0
 
 repo.newt_compatibility:
     # Allow all versions for 0.0.0.  This is a workaround to prevent a warning

-- 
To stop receiving notification emails like this one, please contact
"commits@mynewt.apache.org" <co...@mynewt.apache.org>.

[mynewt-core] 02/03: Fix typo

Posted by ut...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

utzig pushed a commit to branch 1_3_0_dev
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git

commit e9f57cad1304434040370e231a8c0f90238fd64d
Author: Fabio Utzig <ut...@apache.org>
AuthorDate: Thu Nov 30 20:32:32 2017 -0200

    Fix typo
---
 docs/newtmgr/command_list/newtmgr_conn.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/newtmgr/command_list/newtmgr_conn.rst b/docs/newtmgr/command_list/newtmgr_conn.rst
index 4db8f93..afa8f10 100644
--- a/docs/newtmgr/command_list/newtmgr_conn.rst
+++ b/docs/newtmgr/command_list/newtmgr_conn.rst
@@ -124,7 +124,7 @@ support.
    <li>
 
 **bhd**: newtmgr protocol over BLE. This type uses the blehostd
-implemenation.
+implementation.
 
 .. raw:: html
 

-- 
To stop receiving notification emails like this one, please contact
"commits@mynewt.apache.org" <co...@mynewt.apache.org>.

[mynewt-core] 03/03: Update version info to release 1.3.0

Posted by ut...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

utzig pushed a commit to branch 1_3_0_dev
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git

commit 5e48701c295469fbff7732f47ce3394c8d6eebf4
Author: Fabio Utzig <ut...@apache.org>
AuthorDate: Thu Nov 30 20:33:57 2017 -0200

    Update version info to release 1.3.0
---
 docs/newt/install/newt_linux.rst   | 10 +++++-----
 docs/newt/install/newt_mac.rst     | 40 +++++++++++++++++++-------------------
 docs/newt/install/newt_windows.rst | 18 ++++++++---------
 docs/newtmgr/install_linux.rst     | 10 +++++-----
 docs/newtmgr/install_mac.rst       | 20 +++++++++----------
 docs/newtmgr/install_windows.rst   | 14 +++++--------
 6 files changed, 54 insertions(+), 58 deletions(-)

diff --git a/docs/newt/install/newt_linux.rst b/docs/newt/install/newt_linux.rst
index 0296540..60672e2 100644
--- a/docs/newt/install/newt_linux.rst
+++ b/docs/newt/install/newt_linux.rst
@@ -1,7 +1,7 @@
 Installing Newt on Linux
 ------------------------
 
-You can install the latest release (1.1.0) of the newt tool from a
+You can install the latest release (1.3.0) of the newt tool from a
 Debian binary package (amd64). You can also download and build the
 latest release version of newt from source.
 
@@ -10,7 +10,7 @@ This page shows you how to:
 1. Set up your computer to download Debian binary packages from the
    runtimeco APT repository.
    **Note:** The key for signing the repository has changed. If you set
-   up your computer before release 1.1.0, you will need to download and
+   up your computer before release 1.3.0, you will need to download and
    import the public key again.
 
 2. Install the latest release version of newt from a Debian binary
@@ -132,8 +132,8 @@ Download and install the package manually.
 
 .. code-block:: console
 
-    $wget https://raw.githubusercontent.com/runtimeco/debian-mynewt/master/pool/main/n/newt/newt_1.1.0-1_amd64.deb
-    $sudo dpkg -i newt_1.1.0-1_amd64.deb
+    $wget https://raw.githubusercontent.com/runtimeco/debian-mynewt/master/pool/main/n/newt/newt_1.3.0-1_amd64.deb
+    $sudo dpkg -i newt_1.3.0-1_amd64.deb
 
 See `Checking the Installed Version of Newt <#check>`__ to verify that
 you are using the installed version of newt.
@@ -193,7 +193,7 @@ release version.
     $which newt
     /usr/bin/newt
     $newt version
-    Apache Newt version: 1.1.0
+    Apache Newt version: 1.3.0
 
 2. Get information about newt:
 
diff --git a/docs/newt/install/newt_mac.rst b/docs/newt/install/newt_mac.rst
index c616fc9..a93b8e7 100644
--- a/docs/newt/install/newt_mac.rst
+++ b/docs/newt/install/newt_mac.rst
@@ -6,7 +6,7 @@ Mac OS 10.10 and higher.
 
 This page shows you how to install the following versions of newt:
 
--  Upgrade to or install the latest release version (1.1.0).
+-  Upgrade to or install the latest release version (1.3.0).
 -  Install earlier release versions.
 -  Install the latest from the master branch (unstable).
 
@@ -43,13 +43,13 @@ Upgrading to or Installing the Latest Release Version
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 Perform the following to upgrade or install the latest release version
-of newt (1.1.0).
+of newt (1.3.0).
 
 Upgrading to the Latest Release Version of Newt
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-If you previously installed newt 1.0.0 using brew, run the following
-commands to upgrade to newt 1.1.0:
+If you previously installed newt using brew, run the following commands
+to upgrade to newt 1.3.0:
 
 .. code-block:: console
 
@@ -59,7 +59,7 @@ commands to upgrade to newt 1.1.0:
 
  #### Installing the Latest Release Version of Newt
 
-Run the following command to install the latest release version (1.1.0)
+Run the following command to install the latest release version (1.3.0)
 of newt:
 
 .. code-block:: console
@@ -68,14 +68,14 @@ of newt:
     $ brew update
     $ brew install mynewt-newt
     ==> Installing mynewt-newt from runtimeco/mynewt
-    ==> Downloading https://github.com/runtimeco/binary-releases/raw/master/mynewt-newt-tools_1.1.0/mynewt-newt-1.1.0.sierra.bottle.tar.gz
-    ==> Downloading from https://raw.githubusercontent.com/runtimeco/binary-releases/master/mynewt-newt-tools_1.1.0/mynewt-newt-1.1.0.sierra.bottle.tar.gz
+    ==> Downloading https://github.com/runtimeco/binary-releases/raw/master/mynewt-newt-tools_1.3.0/mynewt-newt-1.3.0.sierra.bottle.tar.gz
+    ==> Downloading from https://raw.githubusercontent.com/runtimeco/binary-releases/master/mynewt-newt-tools_1.3.0/mynewt-newt-1.3.0.sierra.bottle.tar.gz
     ######################################################################## 100.0%
-    ==> Pouring mynewt-newt-1.1.0.sierra.bottle.tar.gz
-    🍺  /usr/local/Cellar/mynewt-newt/1.1.0: 3 files, 10.5MB
+    ==> Pouring mynewt-newt-1.3.0.sierra.bottle.tar.gz
+    🍺  /usr/local/Cellar/mynewt-newt/1.3.0: 3 files, 10.5MB
 
- **Notes:** Homebrew bottles for newt 1.1.0 are available for Mac OS
-Sierra, El Captian, and Yosemite. If you are running an earlier version
+ **Notes:** Homebrew bottles for newt 1.3.0 are available for Mac OS
+Sierra, El Capitan, and Yosemite. If you are running an earlier version
 of Mac OS, the installation will install the latest version of Go and
 compile newt locally.
 
@@ -89,9 +89,9 @@ Check that you are using the installed version of newt:
     $which newt
     /usr/local/bin/newt
     $ls -l /usr/local/bin/newt
-    lrwxr-xr-x  1 user  staff  36 Jul 25 19:04 /usr/local/bin/newt -> ../Cellar/mynewt-newt/1.1.0/bin/newt
+    lrwxr-xr-x  1 user  staff  36 Jul 25 19:04 /usr/local/bin/newt -> ../Cellar/mynewt-newt/1.3.0/bin/newt
     $newt version
-    Apache Newt version: 1.1.0
+    Apache Newt version: 1.3.0
 
 **Note:** If you previously built newt from source and the output of
 ``which newt`` shows
@@ -196,7 +196,7 @@ commands:
 Installing Newt from the Master Branch
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-We recommend that you use the latest release version (1.1.0) of newt. If
+We recommend that you use the latest release version (1.3.0) of newt. If
 you would like to use the master branch with the latest updates, you can
 install newt from the HEAD of the master branch.
 
@@ -230,16 +230,16 @@ version:
     ==> go install
     🍺  /usr/local/Cellar/mynewt-newt/HEAD-5a6266e: 3 files, 10.5MB, built in 5 seconds
     $newt version
-    Apache Newt version: 1.1.0-dev
+    Apache Newt version: 1.3.0-dev
 
- To switch back to the latest stable release version (1.1.0) of newt,
+ To switch back to the latest stable release version (1.3.0) of newt,
 you can run:
 
 .. code-block:: console
 
-    $brew switch mynewt-newt 1.1.0
-    Cleaning /usr/local/Cellar/mynewt-newt/1.1.0
+    $brew switch mynewt-newt 1.3.0
+    Cleaning /usr/local/Cellar/mynewt-newt/1.3.0
     Cleaning /usr/local/Cellar/mynewt-newt/HEAD-5a6266e
-    1 links created for /usr/local/Cellar/mynewt-newt/1.1.0
+    1 links created for /usr/local/Cellar/mynewt-newt/1.3.0
     $newt version
-    Apache Newt version: 1.1.0
+    Apache Newt version: 1.3.0
diff --git a/docs/newt/install/newt_windows.rst b/docs/newt/install/newt_windows.rst
index 6b60c18..ec276b3 100644
--- a/docs/newt/install/newt_windows.rst
+++ b/docs/newt/install/newt_windows.rst
@@ -18,7 +18,7 @@ This guide shows you how to perform the following:
 
 1. Install MSYS2/MinGW.
 2. Install Git.
-3. Install latest release of newt (1.2.0) from binary.
+3. Install latest release of newt (1.3.0) from binary.
 4. Install latest release of newt from source.
 
 See `Installing Previous Releases of
@@ -115,7 +115,7 @@ tested on Windows 10 64 bit platform.
 
 .. code-block:: console
 
-   $ wget -P /tmp https://raw.githubusercontent.com/runtimeco/binary-releases/master/mynewt-newt-tools_1.2.0/newt_1_2_0_windows_amd64.tar.gz
+   $ wget -P /tmp https://raw.githubusercontent.com/runtimeco/binary-releases/master/mynewt-newt-tools_1.3.0/newt_1_3_0_windows_amd64.tar.gz
 
 3. Extract the file:
 
@@ -126,14 +126,14 @@ tested on Windows 10 64 bit platform.
 
 .. code-block:: console
 
-   $ tar -xzf /tmp/newt_1_2_0_windows_amd64.tar.gz -C $GOPATH/bin
+   $ tar -xzf /tmp/newt_1_3_0_windows_amd64.tar.gz -C $GOPATH/bin
 
 -  If you are installing newt for the first time and do not have a Go
    workspace setup, you can extract into /usr/bin directory:
 
 .. code-block:: console
 
-   $ tar -xzf /tmp/newt_1_2_0_windows_amd64.tar.gz -C /usr/bin
+   $ tar -xzf /tmp/newt_1_3_0_windows_amd64.tar.gz -C /usr/bin
 
 4. Verify the installed version of newt. See `Checking the Installed
 Version <#check_newt>`__.
@@ -154,16 +154,16 @@ version of `Go <https://golang.org/dl/>`__. Newt requires Go version
 
 .. code-block:: console
 
-    $ wget -P /tmp https://github.com/apache/mynewt-newt/archive/mynewt_1_2_0_tag.tar.gz
-    $ tar -xzf /tmp/mynewt_1_2_0_tag.tar.gz
+    $ wget -P /tmp https://github.com/apache/mynewt-newt/archive/mynewt_1_3_0_tag.tar.gz
+    $ tar -xzf /tmp/mynewt_1_3_0_tag.tar.gz
 
 4. Run the build.sh to build the newt tool.
 
 .. code-block:: console
 
-    $ cd mynewt-newt-mynewt_1_2_0_tag
+    $ cd mynewt-newt-mynewt_1_3_0_tag
     $ ./build.sh
-    $ rm /tmp/mynewt_1_2_0_tag.tar.gz
+    $ rm /tmp/mynewt_1_3_0_tag.tar.gz
 
 5. You should see the ``newt/newt.exe`` executable. Move the executable
 to a bin directory in your PATH:
@@ -191,7 +191,7 @@ Checking the Installed Version
 .. code-block:: console
 
     $ newt version
-    Apache Newt version: 1.2.0
+    Apache Newt version: 1.3.0
 
 2. Get information about newt:
 
diff --git a/docs/newtmgr/install_linux.rst b/docs/newtmgr/install_linux.rst
index eca61e9..5b5e6bb 100644
--- a/docs/newtmgr/install_linux.rst
+++ b/docs/newtmgr/install_linux.rst
@@ -1,7 +1,7 @@
 Installing Newtmgr on Linux
 ---------------------------
 
-You can install the latest release (1.2.0) of the newtmgr tool from a
+You can install the latest release (1.3.0) of the newtmgr tool from a
 Debian binary package (amd64). You can also download and build the
 latest release version of newtmgr from source.
 
@@ -135,8 +135,8 @@ Download and install the package manually.
 
 .. code-block:: console
 
-    $wget https://raw.githubusercontent.com/runtimeco/debian-mynewt/master/pool/main/n/newtmgr/newtmgr_1.2.0-1_amd64.deb
-    $sudo dpkg -i newtmgr_1.2.0-1_amd64.deb
+    $wget https://raw.githubusercontent.com/runtimeco/debian-mynewt/master/pool/main/n/newtmgr/newtmgr_1.3.0-1_amd64.deb
+    $sudo dpkg -i newtmgr_1.3.0-1_amd64.deb
 
 See `Checking the Installed Version of Newtmgr <#check>`__ to verify
 that you are using the installed version of newtmgr.
@@ -177,8 +177,8 @@ newtmgr.
 
 
     $ cd src/mynewt.apache.org/newtmgr
-    $ git checkout mynewt_1_2_0_tag
-    Note: checking out 'mynewt_1_2_0_tag'.
+    $ git checkout mynewt_1_3_0_tag
+    Note: checking out 'mynewt_1_3_0_tag'.
 
  5. Build newtmgr from the latest release version:
 
diff --git a/docs/newtmgr/install_mac.rst b/docs/newtmgr/install_mac.rst
index cf3a807..d6505ec 100644
--- a/docs/newtmgr/install_mac.rst
+++ b/docs/newtmgr/install_mac.rst
@@ -6,7 +6,7 @@ Mac OS 10.11 and higher.
 
 This page shows you how to install the following versions of newtmgr:
 
--  Upgrade to or install the latest release version (1.2.0).
+-  Upgrade to or install the latest release version (1.3.0).
 -  Install the latest from the master branch (unstable).
 
 See `Installing Previous Releases of Newtmgr </newtmgr/prev_releases>`__
@@ -58,13 +58,13 @@ newtmgr:
     $ brew update
     $ brew install mynewt-newtmgr
     ==> Installing mynewt-newtmgr from runtimeco/mynewt
-    ==> Downloading https://github.com/runtimeco/binary-releases/raw/master/mynewt-newt-tools_1.2.0/mynewt-newtmgr-1.2.0.sierra.bottle.tar.gz
-    ==> Downloading from https://raw.githubusercontent.com/runtimeco/binary-releases/master/mynewt-newt-tools_1.2.0/mynewt-newtmgr-1.2.0.sierra.bottle.tar.gz
+    ==> Downloading https://github.com/runtimeco/binary-releases/raw/master/mynewt-newt-tools_1.3.0/mynewt-newtmgr-1.3.0.sierra.bottle.tar.gz
+    ==> Downloading from https://raw.githubusercontent.com/runtimeco/binary-releases/master/mynewt-newt-tools_1.3.0/mynewt-newtmgr-1.3.0.sierra.bottle.tar.gz
     ######################################################################## 100.0%
-    ==> Pouring mynewt-newtmgr-1.2.0.sierra.bottle.tar.gz
-    🍺  /usr/local/Cellar/mynewt-newtmgr/1.2.0: 3 files, 17.3MB
+    ==> Pouring mynewt-newtmgr-1.3.0.sierra.bottle.tar.gz
+    🍺  /usr/local/Cellar/mynewt-newtmgr/1.3.0: 3 files, 17.3MB
 
- **Notes:** Homebrew bottles for newtmgr 1.2.0 are available for Mac OS
+ **Notes:** Homebrew bottles for newtmgr 1.3.0 are available for Mac OS
 Sierra, El Captian. If you are running an earlier version of Mac OS, the
 installation will install the latest version of Go and compile newtmgr
 locally.
@@ -78,7 +78,7 @@ Check that you are using the installed version of newtmgr:
     $which newtmgr
     /usr/local/bin/newtmgr
     ls -l /usr/local/bin/newtmgr
-    lrwxr-xr-x  1 user  staff  42 Sep 11 21:15 /usr/local/bin/newtmgr -> ../Cellar/mynewt-newtmgr/1.2.0/bin/newtmgr
+    lrwxr-xr-x  1 user  staff  42 Sep 11 21:15 /usr/local/bin/newtmgr -> ../Cellar/mynewt-newtmgr/1.3.0/bin/newtmgr
 
 **Note:** If you previously built newtmgr from source and the output of
 ``which newtmgr`` shows
@@ -166,9 +166,9 @@ run:
 
 .. code-block:: console
 
-    $brew switch mynewt-newtmgr 1.2.0
-    Cleaning /usr/local/Cellar/mynewt-newtmgr/1.2.0
+    $brew switch mynewt-newtmgr 1.3.0
+    Cleaning /usr/local/Cellar/mynewt-newtmgr/1.3.0
     Cleaning /usr/local/Cellar/mynewt-newtmgr/HEAD-2d5217f
-    1 links created for /usr/local/Cellar/mynewt-newtmgr/1.2.0
+    1 links created for /usr/local/Cellar/mynewt-newtmgr/1.3.0
 
 
diff --git a/docs/newtmgr/install_windows.rst b/docs/newtmgr/install_windows.rst
index 9c11b46..3f280ab 100644
--- a/docs/newtmgr/install_windows.rst
+++ b/docs/newtmgr/install_windows.rst
@@ -1,10 +1,6 @@
 Installing Newtmgr on Windows
 -----------------------------
 
-**Note**: Newtmgr 1.2 on Windows will be released in 1.2.1 patch
-release. If you want to use newtmgr on Windows, please use Apache Mynewt
-1.1.0 release.
-
 This guide shows you how to install the latest release of newtmgr from
 binary or from source. The tool is written in Go (golang).
 
@@ -37,7 +33,7 @@ tested on Windows 10 64 bit platform.
 .. code-block:: console
 
 
-    $ wget -P /tmp https://raw.githubusercontent.com/runtimeco/binary-releases/master/mynewt-newt-tools_1.2.0/newtmgr_1_2_0_windows_amd64.tar.gz
+    $ wget -P /tmp https://raw.githubusercontent.com/runtimeco/binary-releases/master/mynewt-newt-tools_1.3.0/newtmgr_1_3_0_windows_amd64.tar.gz
 
  3. Extract the file:
 
@@ -48,14 +44,14 @@ tested on Windows 10 64 bit platform.
 
    ::
 
-        tar -xzf /tmp/newtmgr_1_2_0_windows_amd64.tar.gz -C $GOPATH/bin
+        tar -xzf /tmp/newtmgr_1_3_0_windows_amd64.tar.gz -C $GOPATH/bin
 
 -  If you are installing newtmgr for the first time and do not have Go
    setup, you can extract into /usr/bin directory:
 
    ::
 
-        tar -xzf /tmp/newtmgr_1_2_0_windows_amd64.tar.gz -C /usr/bin
+        tar -xzf /tmp/newtmgr_1_3_0_windows_amd64.tar.gz -C /usr/bin
 
  4. Verify the installed version of newtmgr. See `Checking the Installed
 Version <#check_newtmgr>`__.
@@ -106,8 +102,8 @@ step:
 
 
     $ cd src/mynewt.apache.org/newtmgr
-    $ git checkout mynewt_1_2_0_tag
-    Note: checking out 'mynewt_1_2_0_tag'.
+    $ git checkout mynewt_1_3_0_tag
+    Note: checking out 'mynewt_1_3_0_tag'.
 
  6. Build newtmgr from the latest release version:
 

-- 
To stop receiving notification emails like this one, please contact
"commits@mynewt.apache.org" <co...@mynewt.apache.org>.