Updated About page with feature support and 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/cb39e9b2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/cb39e9b2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/cb39e9b2 Branch: refs/heads/master Commit: cb39e9b2225283ad67f5543e2520ccbc853aa858 Parents: 2c68c2d Author: aditihilbert <[email protected]> Authored: Mon Nov 14 16:49:03 2016 -0800 Committer: aditihilbert <[email protected]> Committed: Mon Nov 14 16:49:03 2016 -0800 ---------------------------------------------------------------------- custom-theme/about.html | 13 +++++++++++-- docs/about.md | 11 +++++------ 2 files changed, 16 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/cb39e9b2/custom-theme/about.html ---------------------------------------------------------------------- diff --git a/custom-theme/about.html b/custom-theme/about.html index 440fcf3..b5bfd2c 100644 --- a/custom-theme/about.html +++ b/custom-theme/about.html @@ -7,10 +7,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 @@ -22,7 +26,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/[email protected]: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/[email protected]: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/cb39e9b2/docs/about.md ---------------------------------------------------------------------- diff --git a/docs/about.md b/docs/about.md index a842db4..a0b10f5 100644 --- a/docs/about.md +++ b/docs/about.md @@ -2,12 +2,11 @@ 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](http://mail-archives.apache.org/mod_mbox/incubator-mynewt-dev/201606.mbox/%3C06CB0682-8F67-4C3F-93E4-6A20444487A1%40apache.org%3E)) -* HAL for SPI access (master and slave) -* Ability for drivers to turn on/off low power settings automatically - +* Full IP support +* Low power support with ability for drivers to turn on/off low power settings automatically +* Sensor API, see <a href="https://lists.apache.org/[email protected]:dfr=June%201|dto=2016-11-14:%22Sensor%20Drivers%22"> discussion thread </a> +* Support for MIPS architecture +* Support for additional boards <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>
