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/10/25 07:33:27 UTC

[21/30] incubator-mynewt-site git commit: Merge branch 'landingFormat' of https://github.com/gj262/incubator-mynewt-site into landingFormat

Merge branch 'landingFormat' of https://github.com/gj262/incubator-mynewt-site into landingFormat


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

Branch: refs/heads/landingFormat
Commit: edd04d5abd4d344ebe8a427fb55e8bafbf080a86
Parents: a5e67ab bf1eb9e
Author: aditihilbert <ad...@runtime.io>
Authored: Fri Oct 21 14:16:00 2016 -0700
Committer: aditihilbert <ad...@runtime.io>
Committed: Fri Oct 21 14:16:00 2016 -0700

----------------------------------------------------------------------
 custom-theme/base.html        | 4 +++-
 custom-theme/css/v2.css       | 2 +-
 custom-theme/landing.html     | 4 ++--
 custom-theme/main-banner.html | 2 +-
 custom-theme/nav.html         | 7 +++++--
 custom-theme/talks.html       | 5 +++++
 docs/talks.md                 | 0
 mkdocs.yml                    | 1 +
 8 files changed, 18 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/edd04d5a/custom-theme/landing.html
----------------------------------------------------------------------
diff --cc custom-theme/landing.html
index 69c81ae,c72db9f..d7021d4
--- a/custom-theme/landing.html
+++ b/custom-theme/landing.html
@@@ -61,32 -45,24 +61,32 @@@
          </div>
  
          <div class="highlight">
-             <img src="/img/secure_img.png" style="width:400px;">
+             <img src="/img/secure_img.png">
  
 -            <h2>Secure</h2>
 +            <h2>Cross platforms</h2>
  
 -            <p>Ensure security is built into the code as well as lifecycle management for your product.</p>
 +            <p> Pick one MCU now. Migrate to another later. </p>
 +
 +            <ul>
 +              <li> Designed to be hardware agnostic - Cortex M0-M4 micro controllers, MIPS, RISC-V </li>
 +              <li> Hardware Abstraction Layer (HAL) to provide a uniform interface for peripherals across various micro controllers </li>
 +              <li> Board specific configurations are abstracted in Board Support Packages (BSP) </li>
 +            </ul>
  
 -            <p>
 -                Mynewt goes beyond providing crypto libraries for secure connections between devices or between a service and remote devices to ensure confidentiality, integrity, and availability of all concerned assets. It also provides the framework and functionality to manage a device securely from its birth to end of life. Mynewt offers a secure bootloader that verifies the authenticity and integrity of firmware image before booting from it. It enables secure image upgrade both remotely over-the-air and locally through a serial interface. With an abstracted interface to hardware security features such as secure memory and crypto accelerators, Mynewt enables components like the BLE stack as well as applications to leverage them easily.
 -            </p>
          </div>
  
          <div class="highlight">
-             <img src="/img/newt-img.png" style="width:400px;">
+             <img src="/img/newt-img.png">
              <h2>Easy to use</h2>
 -            <p>Easily composable modules and HAL (Hardware Abstraction Layer) for portability </p>
 +            <p> Compose, fine-tune, and build your image within hours or even minutes. </p>
 +
 +            <ul>
 +	      <li> Hardware initialization in single configuration file for the chosen BSP </li>
 +              <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>
 +            </ul>
          </div>
  
          <div class="updates">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/edd04d5a/mkdocs.yml
----------------------------------------------------------------------
diff --cc mkdocs.yml
index 4b9f521,dafd16e..d33714b
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@@ -6,10 -6,10 +6,11 @@@ theme_dir: 'custom-theme
  pages:
  - Home: 'index.md'
  - Pages:
 -    - Page Title: 'pages/template.md'
 +    - Bluetooth Low Energy 4.2: 'pages/ble.md'
 +    - Newt build and configuration Tool: 'pages/configurability.md' 
  - Quick Start: 'quick-start.md'
  - About: 'about.md'
+ - Talks: 'talks.md'
  - Download: 'download.md'
  - Community: 'community.md'
  - Events: 'events.md'