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/05 04:51:27 UTC

[42/50] incubator-mynewt-site git commit: update cross platform pictures

update cross platform pictures


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

Branch: refs/heads/develop
Commit: 86826179622460c869c0b561350d2d85ffc90547
Parents: 140b1a5
Author: aditihilbert <ad...@runtime.io>
Authored: Tue Oct 25 09:48:16 2016 -0700
Committer: aditihilbert <ad...@runtime.io>
Committed: Tue Oct 25 09:48:16 2016 -0700

----------------------------------------------------------------------
 custom-theme/img/cross-platform.png | Bin 52085 -> 86709 bytes
 custom-theme/landing.html           |   9 +++++----
 2 files changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/86826179/custom-theme/img/cross-platform.png
----------------------------------------------------------------------
diff --git a/custom-theme/img/cross-platform.png b/custom-theme/img/cross-platform.png
index 1be8342..c1578b8 100644
Binary files a/custom-theme/img/cross-platform.png and b/custom-theme/img/cross-platform.png differ

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/86826179/custom-theme/landing.html
----------------------------------------------------------------------
diff --git a/custom-theme/landing.html b/custom-theme/landing.html
index 956946b..746145b 100644
--- a/custom-theme/landing.html
+++ b/custom-theme/landing.html
@@ -14,6 +14,7 @@
               <li> Logging modules that can be invoked at various levels of granularity, including specialized reboot logs </li>
               <li> Richly instrumented statistics modules for OS components and network interfaces </li>
               <li> Modularity for selective, optimized composition to extract the best performance from the hardware platform </li>
+              <li> <a href="../os/os_user_guide/"> More on managment utilities...</a></li>
             </ul>
 
             </p>
@@ -39,19 +40,19 @@
 
         <div class="highlight">
             <img src="/img/concurrent_conn.png">
-            
+
             <h2>Built for wireless</h2>
 
             <p> Meet your application\u2019s demands with open source networking stacks e.g. Bluetooth Low Energy 4.2. </p>
 
             <ul>
-              <li> Flexible, powerful BLE implementation </li>
+              <li> Flexible, powerful BLE implementation (NimBLE)</li>
 		<ul>
 		  <li> Full stack, host only, or controller only - your choice </li>
 		  <li> 10x throughput of Nordic Softdevice </li>
 		  <li> 2x as many concurrent connections as Nordic Softdevice </li>
 		  <li> 4x as many active connections in simulatenous central and peripheral roles as Intel Zephyr and Nordic Softdevice </li>
-                  <li> <a href="/pages/ble/">more detail...</a> </li>
+                  <li> <a href="/pages/ble/">More on NimBLE...</a> </li>
                 </ul>
               <li> Additional connectivity options include WiFi </li>
               <li> Native support for TCP/IP, UDP </li>
@@ -85,7 +86,7 @@
               <li> Initialization of service parameters in a single configuration file for the chosen module e.g. BLE controller </li>
               <li> Smart package management and build using Newt Tool </li>
               <li> Automatic configuration audits using Newt Tool </li>
-              <li> <a href="/pages/configurability/">more detail...</a> </li>
+              <li> <a href="../newt/newt_intro/">More on Newt...</a> </li>
             </ul>
         </div>