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/11/15 01:08:41 UTC

incubator-mynewt-site git commit: Updated About page and added discussion threads

Repository: incubator-mynewt-site
Updated Branches:
  refs/heads/asf-site e4ec082a4 -> e99bc33de


Updated About page and added discussion threads


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/e99bc33d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/e99bc33d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/e99bc33d

Branch: refs/heads/asf-site
Commit: e99bc33de174ed29bda3336ad05aa4c7dd792577
Parents: e4ec082
Author: aditihilbert <ad...@runtime.io>
Authored: Mon Nov 14 17:01:50 2016 -0800
Committer: aditihilbert <ad...@runtime.io>
Committed: Mon Nov 14 17:01:50 2016 -0800

----------------------------------------------------------------------
 about/index.html         | 23 ++++++++++++++++-------
 develop/about/index.html | 13 +++++++++++--
 latest/about/index.html  | 13 +++++++++++--
 mkdocs/search_index.json |  4 ++--
 v0_9_0/about/index.html  | 13 +++++++++++--
 5 files changed, 51 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/e99bc33d/about/index.html
----------------------------------------------------------------------
diff --git a/about/index.html b/about/index.html
index 47002c2..a8ed484 100644
--- a/about/index.html
+++ b/about/index.html
@@ -142,10 +142,14 @@
         Real-time operating system kernel (Mynewt OS)
         </li>
         <li>
+        Bluetooth Low Energy stack (BLE 4.2) - choose HOST only or CONTROLLER only or FULL stack.
+        </li>
+        <li>
         Command line package management and build system (Newt Tool)
         </li>
         <li>
-        Hardware Abstraction Layer unifying common MCU features
+        Hardware Abstraction Layer unifying common MCU features, see <a href="http://mail-archives.apache.org/mod_mbox/incubator-mynewt-dev/201606.mbox/%3C06CB0682-8F67-4C3F-93E4-6A20444487A1%40apache.org%3E"> discussion thread </a>
+
         </li>
         <li>
         Board Support Infrastructure
@@ -157,7 +161,12 @@
         Signed images and remote firmware upgrade
         </li>
         <li>
-        Bluetooth Low Energy stack (BLE 4.2)
+        Serial upgrade of bootloader, see <a href="https://lists.apache.org/list.html?dev@mynewt.apache.org:dfr=June%201|dto=2016-11-14:%22newtmgr%20over%20Serial%22"> discussion thread </a> 
+        </li>
+        <li>
+        WiFi support via socket interface, join <a href="https://lists.apache.org/list.html?dev@mynewt.apache.org:dfr=June%201|dto=2016-11-14:%22socket%20interface%22"> discussion here </a>
+        <li>
+        Basic IP support
         </li>
         <br>
         <p> For features in each release, see <a href="https://cwiki.apache.org/confluence/display/MYNEWT/Apache+Mynewt+Project"> Release Notes </a>
@@ -187,11 +196,11 @@
                 <h3 id="roadmap">Roadmap</h3>
 <p>Some upcoming features:</p>
 <ul>
-<li>Host-only BLE stack</li>
-<li>Serial upgrade of image in bootloader</li>
-<li>HAL redesign to abstract across a diverse set of chip peripherals (<a href="http://mail-archives.apache.org/mod_mbox/incubator-mynewt-dev/201606.mbox/%3C06CB0682-8F67-4C3F-93E4-6A20444487A1%40apache.org%3E">View discussion thread</a>)</li>
-<li>HAL for SPI access (master and slave)</li>
-<li>Ability for drivers to turn on/off low power settings automatically</li>
+<li>Full IP support</li>
+<li>Low power support with ability for drivers to turn on/off low power settings automatically</li>
+<li>Sensor API, see <a href="https://lists.apache.org/list.html?dev@mynewt.apache.org:dfr=June%201|dto=2016-11-14:%22Sensor%20Drivers%22"> discussion thread </a></li>
+<li>Support for MIPS architecture</li>
+<li>Support for additional boards </li>
 </ul>
 <p><font color="#F2853F"> The detailed roadmap is tracked on <a href="https://issues.apache.org/jira/browse/MYNEWT/?selectedTab=com.atlassian.jira.jira-projects-plugin:roadmap-panel">JIRA for Mynewt</a>. </font></p>
 <p><br></p>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/e99bc33d/develop/about/index.html
----------------------------------------------------------------------
diff --git a/develop/about/index.html b/develop/about/index.html
index 2676f0d..573e67c 100644
--- a/develop/about/index.html
+++ b/develop/about/index.html
@@ -142,10 +142,14 @@
         Real-time operating system kernel (Mynewt OS)
         </li>
         <li>
+        Bluetooth Low Energy stack (BLE 4.2) - choose HOST only or CONTROLLER only or FULL stack.
+        </li>
+        <li>
         Command line package management and build system (Newt Tool)
         </li>
         <li>
-        Hardware Abstraction Layer unifying common MCU features
+        Hardware Abstraction Layer unifying common MCU features, see <a href="http://mail-archives.apache.org/mod_mbox/incubator-mynewt-dev/201606.mbox/%3C06CB0682-8F67-4C3F-93E4-6A20444487A1%40apache.org%3E"> discussion thread </a>
+
         </li>
         <li>
         Board Support Infrastructure
@@ -157,7 +161,12 @@
         Signed images and remote firmware upgrade
         </li>
         <li>
-        Bluetooth Low Energy stack (BLE 4.2)
+        Serial upgrade of bootloader, see <a href="https://lists.apache.org/list.html?dev@mynewt.apache.org:dfr=June%201|dto=2016-11-14:%22newtmgr%20over%20Serial%22"> discussion thread </a> 
+        </li>
+        <li>
+        WiFi support via socket interface, join <a href="https://lists.apache.org/list.html?dev@mynewt.apache.org:dfr=June%201|dto=2016-11-14:%22socket%20interface%22"> discussion here </a>
+        <li>
+        Basic IP support
         </li>
         <br>
         <p> For features in each release, see <a href="https://cwiki.apache.org/confluence/display/MYNEWT/Apache+Mynewt+Project"> Release Notes </a>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/e99bc33d/latest/about/index.html
----------------------------------------------------------------------
diff --git a/latest/about/index.html b/latest/about/index.html
index 2676f0d..573e67c 100644
--- a/latest/about/index.html
+++ b/latest/about/index.html
@@ -142,10 +142,14 @@
         Real-time operating system kernel (Mynewt OS)
         </li>
         <li>
+        Bluetooth Low Energy stack (BLE 4.2) - choose HOST only or CONTROLLER only or FULL stack.
+        </li>
+        <li>
         Command line package management and build system (Newt Tool)
         </li>
         <li>
-        Hardware Abstraction Layer unifying common MCU features
+        Hardware Abstraction Layer unifying common MCU features, see <a href="http://mail-archives.apache.org/mod_mbox/incubator-mynewt-dev/201606.mbox/%3C06CB0682-8F67-4C3F-93E4-6A20444487A1%40apache.org%3E"> discussion thread </a>
+
         </li>
         <li>
         Board Support Infrastructure
@@ -157,7 +161,12 @@
         Signed images and remote firmware upgrade
         </li>
         <li>
-        Bluetooth Low Energy stack (BLE 4.2)
+        Serial upgrade of bootloader, see <a href="https://lists.apache.org/list.html?dev@mynewt.apache.org:dfr=June%201|dto=2016-11-14:%22newtmgr%20over%20Serial%22"> discussion thread </a> 
+        </li>
+        <li>
+        WiFi support via socket interface, join <a href="https://lists.apache.org/list.html?dev@mynewt.apache.org:dfr=June%201|dto=2016-11-14:%22socket%20interface%22"> discussion here </a>
+        <li>
+        Basic IP support
         </li>
         <br>
         <p> For features in each release, see <a href="https://cwiki.apache.org/confluence/display/MYNEWT/Apache+Mynewt+Project"> Release Notes </a>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/e99bc33d/mkdocs/search_index.json
----------------------------------------------------------------------
diff --git a/mkdocs/search_index.json b/mkdocs/search_index.json
index 20ad2ca..0f8eb9b 100644
--- a/mkdocs/search_index.json
+++ b/mkdocs/search_index.json
@@ -37,12 +37,12 @@
         }, 
         {
             "location": "/about/", 
-            "text": "Roadmap\n\n\nSome upcoming features:\n\n\n\n\nHost-only BLE stack\n\n\nSerial upgrade of image in bootloader\n\n\nHAL redesign to abstract across a diverse set of chip peripherals (\nView discussion thread\n)\n\n\nHAL for SPI access (master and slave)\n\n\nAbility for drivers to turn on/off low power settings automatically\n\n\n\n\n The detailed roadmap is tracked on \nJIRA for Mynewt\n. \n\n\n\n\nFeature Request\n\n\nThe WISHLIST at the top of the roadmap on \nJIRA for Mynewt\n 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.\n\n\nIf 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 \ndev@\n mailing list with a link to the JI
 RA 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.\n\n\n\n\nFAQ\n\n\n Questions? \n Click \nhere", 
+            "text": "Roadmap\n\n\nSome upcoming features:\n\n\n\n\nFull IP support\n\n\nLow power support with ability for drivers to turn on/off low power settings automatically\n\n\nSensor API, see \n discussion thread \n\n\nSupport for MIPS architecture\n\n\nSupport for additional boards \n\n\n\n\n The detailed roadmap is tracked on \nJIRA for Mynewt\n. \n\n\n\n\nFeature Request\n\n\nThe WISHLIST at the top of the roadmap on \nJIRA for Mynewt\n 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.\n\n\nIf 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 \ndev@\n mailing list with a link to the JIRA ticket. This assumes you have signed up for an acc
 ount on JIRA and submitted a request to the dev@ mailing list for your JIRA username to be added to the Apache Mynewt (MYNEWT) project.\n\n\n\n\nFAQ\n\n\n Questions? \n Click \nhere", 
             "title": "About"
         }, 
         {
             "location": "/about/#roadmap", 
-            "text": "Some upcoming features:   Host-only BLE stack  Serial upgrade of image in bootloader  HAL redesign to abstract across a diverse set of chip peripherals ( View discussion thread )  HAL for SPI access (master and slave)  Ability for drivers to turn on/off low power settings automatically    The detailed roadmap is tracked on  JIRA for Mynewt .", 
+            "text": "Some upcoming features:   Full IP support  Low power support with ability for drivers to turn on/off low power settings automatically  Sensor API, see   discussion thread   Support for MIPS architecture  Support for additional boards     The detailed roadmap is tracked on  JIRA for Mynewt .", 
             "title": "Roadmap"
         }, 
         {

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/e99bc33d/v0_9_0/about/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/about/index.html b/v0_9_0/about/index.html
index 47002c2..630679d 100644
--- a/v0_9_0/about/index.html
+++ b/v0_9_0/about/index.html
@@ -142,10 +142,14 @@
         Real-time operating system kernel (Mynewt OS)
         </li>
         <li>
+        Bluetooth Low Energy stack (BLE 4.2) - choose HOST only or CONTROLLER only or FULL stack.
+        </li>
+        <li>
         Command line package management and build system (Newt Tool)
         </li>
         <li>
-        Hardware Abstraction Layer unifying common MCU features
+        Hardware Abstraction Layer unifying common MCU features, see <a href="http://mail-archives.apache.org/mod_mbox/incubator-mynewt-dev/201606.mbox/%3C06CB0682-8F67-4C3F-93E4-6A20444487A1%40apache.org%3E"> discussion thread </a>
+
         </li>
         <li>
         Board Support Infrastructure
@@ -157,7 +161,12 @@
         Signed images and remote firmware upgrade
         </li>
         <li>
-        Bluetooth Low Energy stack (BLE 4.2)
+        Serial upgrade of bootloader, see <a href="https://lists.apache.org/list.html?dev@mynewt.apache.org:dfr=June%201|dto=2016-11-14:%22newtmgr%20over%20Serial%22"> discussion thread </a> 
+        </li>
+        <li>
+        WiFi support via socket interface, join <a href="https://lists.apache.org/list.html?dev@mynewt.apache.org:dfr=June%201|dto=2016-11-14:%22socket%20interface%22"> discussion here </a>
+        <li>
+        Basic IP support
         </li>
         <br>
         <p> For features in each release, see <a href="https://cwiki.apache.org/confluence/display/MYNEWT/Apache+Mynewt+Project"> Release Notes </a>