You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ad...@apache.org on 2016/05/10 23:27:24 UTC

[3/3] incubator-mynewt-site git commit: Added changes to About page to reflect recent release and longer roadmap

Added changes to About page to reflect recent release and longer roadmap


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/1c05897a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/1c05897a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/1c05897a

Branch: refs/heads/master
Commit: 1c05897a858a0ec0929a832e4ef4922f1bf811d8
Parents: ac9519b
Author: aditihilbert <ad...@runtime.io>
Authored: Tue May 10 16:27:06 2016 -0700
Committer: aditihilbert <ad...@runtime.io>
Committed: Tue May 10 16:27:06 2016 -0700

----------------------------------------------------------------------
 custom-theme/about.html      |  2 +-
 docs/about.md                | 32 +++++++++++++++++++++-----------
 docs/os/tutorials/ibeacon.md |  8 ++++++++
 3 files changed, 30 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/1c05897a/custom-theme/about.html
----------------------------------------------------------------------
diff --git a/custom-theme/about.html b/custom-theme/about.html
index 768517a..86ae4ba 100644
--- a/custom-theme/about.html
+++ b/custom-theme/about.html
@@ -6,7 +6,7 @@
             <div class="container">
                 <div class="row">
                     <div class="col-md-12 text-center">
-                        <h3>Latest News: The second beta release of Apache Mynewt is available now. </h3>
+                        <h3>Latest News: Beta release version 0.8.0 of Apache Mynewt is available now. </h3>
                         <p>For more news about Apache Mynewt see below.</p>
                     </div>
                 </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/1c05897a/docs/about.md
----------------------------------------------------------------------
diff --git a/docs/about.md b/docs/about.md
index dfa377a..bbeda7b 100644
--- a/docs/about.md
+++ b/docs/about.md
@@ -18,41 +18,51 @@ Apache Mynewt's open-source embedded software is designed with the following com
         * Security Manager Protocol
         * LE Secure Connections
 
+<br>
+
+#Latest Release 
+
+The latest release is [Version 0.8.0](http://www.apache.org/dyn/closer.lua/incubator/mynewt/apache-mynewt-0.8.0-incubating) for which Release Notes are available [here](https://cwiki.apache.org/confluence/display/MYNEWT/RN-0.8.0-incubating).
+
+For details on download and previous releases, check out [Download](https://mynewt.apache.org/download/).
+
+<br>
+
 #Roadmap
 
 
 Release Version | Descriptor | Date |Features 
 ------------ | ------------- |------|-------
-0.8.0 | pre-GA release #1  | late-April, 2016 | * HAL extensions in OS
-      |      |      | * Arduino DUE support
-      |      |      | * Image verification
-      |      |      | * Stats and logs enhancement
-      |      |      | * HAL additions: ADC, DAC, I2C, PWM, SPI
-      |      |      | * BLE 4.2: LE legacy pairing, no bonding
-      |      |      | * BLE 4.2: Code size optimization 
-0.9.0 | pre-GA release #2  | May, 2016 | * Support images in external flash
-      |      |      | * HAL for Nordic nRF52
+0.9.0 | pre-GA release | May, 2016 | * Support images in external flash
+      |      |      | * HAL for Nordic nRF52, STMicro
       |      |      | * Support for low power modes in multiple SoCs   
       |      |      | * BLE 4.2: LE Secure Connections Pairing, including bonding
       |      |      | * BLE 4.2: Host and Controller separation
       |      |      | * BLE 4.2: Random private resolvable addresses
-0.10.0| pre-GA release #3  | June, 2016 | * Test coverage improvements
+0.10.0| pre-GA release | June, 2016 | * Test coverage improvements
       |      |      | * System watchdog
       |      |      | * Support for additional Arduino boards
       |      |      | * BLE 4.2: Remote configuration, upgrade, factory reset over BLE 4.2
       |      |      | * BLE 4.2: Factory reset
       |      |      | * BLE 4.2: GATT based BLE profiles for Mynewt 
       |      |      | * BLE 4.2: Configurability improvements 
-
+0.11.0|pre-GA release | July, 2016 | * Wi-Fi support
+      |      |      | * Add second scripting module
+      |      |      | * C++ friendly external header files
+ 
 
 <font color="#F2853F"> The detailed roadmap is tracked on [JIRA for Mynewt](https://issues.apache.org/jira/browse/MYNEWT/?selectedTab=com.atlassian.jira.jira-projects-plugin:roadmap-panel). </font>
 
+<br>
+
 #Feature Request
 
 The WISHLIST at the top of the roadmap on [JIRA for Mynewt](https://issues.apache.org/jira/browse/MYNEWT/?selectedTab=com.atlassian.jira.jira-projects-plugin:roadmap-panel) features all the new ideas awaiting discussion and review. Once the community decides to go ahead with a request, it is scheduled into a release. Generally, effort is made to schedule a requested feature into a particular version no later than 6 weeks prior to the planned release date.
 
 If you have suggestions for a new feature, use case, or implementation improvements, file a JIRA ticket with Issue Type set to "Wish". Introduce it in the [dev@](dev@mynewt.incubator.apache.org) mailing list with a link to the JIRA ticket. This assumes you have signed up for an account on JIRA and submitted a request to the dev@ mailing list for your JIRA username to be added to the Apache Mynewt (MYNEWT) project. 
 
+<br>
+
 #FAQ
 
 <font color="#F2853F"> Questions? </font> Click [here](faq/answers.md)

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/1c05897a/docs/os/tutorials/ibeacon.md
----------------------------------------------------------------------
diff --git a/docs/os/tutorials/ibeacon.md b/docs/os/tutorials/ibeacon.md
index b5b62ac..1ff7a39 100644
--- a/docs/os/tutorials/ibeacon.md
+++ b/docs/os/tutorials/ibeacon.md
@@ -1,5 +1,7 @@
 ## BLE iBeacon
 
+<br>
+
 ### iBeacon Protocol
 
 A beaconing device announces its presence to the world by broadcasting
@@ -9,6 +11,8 @@ advertisement specification.  An iBeacon advertisement contains a single field:
 sub-fields.  [This page](http://www.warski.org/blog/2014/01/how-ibeacons-work/)
 provides a good summary of the iBeacon sub-fields.
 
+<br>
+
 ### Configuration
 
 Use the following function to configure your NimBLE device to send iBeacons:
@@ -26,6 +30,8 @@ This function's parameters are documented below.
 | Major version number | First number in your app's version |
 | Minor version number | Second number in your app's version |
 
+<br>
+
 ### Modify bleprph
 
 To demonstrate how the above function is used, we will now modify the *bleprph*
@@ -75,6 +81,8 @@ by making the following to changes:
 * Call `ble_ibeacon_set_adv_data()` instead of `ble_gap_adv_set_fields()`.
 * Modify the call to `ble_gap_adv_start()` such that the device is non-discoverable and non-connectable.
 
+<br>
+
 ```c hl_lines="4 7 8 10 11 19"
 static void
 bleprph_advertise(void)