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/04/27 01:39:53 UTC

incubator-mynewt-site git commit: Fixed typos in Olimex Blinky tutorial. Minor changes to all Blinky tutorials to make them consistent.

Repository: incubator-mynewt-site
Updated Branches:
  refs/heads/master 10ae00a2e -> eb7439abb


Fixed typos in Olimex Blinky tutorial. Minor changes to all Blinky tutorials to make them consistent.


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

Branch: refs/heads/master
Commit: eb7439abb016b2c049d019e98dbe4189664ff270
Parents: 10ae00a
Author: aditihilbert <ad...@runtime.io>
Authored: Tue Apr 26 16:39:45 2016 -0700
Committer: aditihilbert <ad...@runtime.io>
Committed: Tue Apr 26 16:39:45 2016 -0700

----------------------------------------------------------------------
 docs/os/tutorials/STM32F303.md    | 6 ++++--
 docs/os/tutorials/arduino_zero.md | 4 +++-
 docs/os/tutorials/nRF52.md        | 9 ++++++---
 docs/os/tutorials/olimex.md       | 7 +++----
 4 files changed, 16 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/eb7439ab/docs/os/tutorials/STM32F303.md
----------------------------------------------------------------------
diff --git a/docs/os/tutorials/STM32F303.md b/docs/os/tutorials/STM32F303.md
index 427a42a..e3c0ef9 100644
--- a/docs/os/tutorials/STM32F303.md
+++ b/docs/os/tutorials/STM32F303.md
@@ -1,11 +1,13 @@
-## Blinky on STM32F303 Discovery board
+## Blinky, your "Hello World!", on STM32F303 Discovery
 
 <br>
 
 ### Objective
 
+Learn how to use packages from a default application repository of Mynewt to build your first *Hello World* application (Blinky) on a target board. Once built using the *newt* tool, this application will blink the LED lights on the target board.
+
 Create a project with a simple app that blinks an LED on the stmf303 
-discovery board.  Download the application to the target and watch it blink.
+discovery board.  In the process import some external libraries into your project. Download the application to the target and watch it blink!
 
 <br>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/eb7439ab/docs/os/tutorials/arduino_zero.md
----------------------------------------------------------------------
diff --git a/docs/os/tutorials/arduino_zero.md b/docs/os/tutorials/arduino_zero.md
index 48d0a45..cc1ed0a 100644
--- a/docs/os/tutorials/arduino_zero.md
+++ b/docs/os/tutorials/arduino_zero.md
@@ -1,4 +1,6 @@
-## Running Mynewt on Arduino Zero
+## Blinky, your "Hello World!", on Arduino Zero
+
+Learn how to use packages from a default application repository of Mynewt to build your first *Hello World* application (Blinky) on a target board. Once built using the *newt* tool, this application will blink the LED lights on the target board.
 
 This tutorial describes how to run Mynewt OS on Arduino Zero. Follow these simple steps and your board will be blinking in no time!
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/eb7439ab/docs/os/tutorials/nRF52.md
----------------------------------------------------------------------
diff --git a/docs/os/tutorials/nRF52.md b/docs/os/tutorials/nRF52.md
index 1cafdd3..3335ba4 100644
--- a/docs/os/tutorials/nRF52.md
+++ b/docs/os/tutorials/nRF52.md
@@ -1,9 +1,12 @@
-## Blinky on nRF52 board
+## Blinky, your "Hello World!", on nRF52
+
+<br>
 
 ### Objective
 
-Download a generic firmware skeleton ("bootstrap image") that applies to any hardware and then throw in additional applicable pkgs to generate a build for a specific board, namely the
-nRF52 Series chip from Nordic Semiconductors.
+Learn how to use packages from a default application repository of Mynewt to build your first *Hello World* application (Blinky) on a target board. Once built using the *newt* tool, this application will blink the LED lights on the target board.
+
+Create a project with a simple app that blinks an LED on the nRF52 board from Nordic Semiconductors.  Download the application to the target and watch it blink!
 
 #### Hardware needed
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/eb7439ab/docs/os/tutorials/olimex.md
----------------------------------------------------------------------
diff --git a/docs/os/tutorials/olimex.md b/docs/os/tutorials/olimex.md
index 0172188..bdbbb7f 100644
--- a/docs/os/tutorials/olimex.md
+++ b/docs/os/tutorials/olimex.md
@@ -1,4 +1,4 @@
-## Blinky, Your Hello World!
+## Blinky, your "Hello World!", on Olimex
 
 ### Objective
 
@@ -142,7 +142,6 @@ To locate the bootloader, the board searches in three places: User Flash Memory,
 
 * Ensure that you are in the blinky project directory with the *blinky.elf* executable. Run the debug command in the *newt* tool. You'll see some status messages as shown below. In case you need to halt the debugging session, you can issue an `-c "reset halt"` command.
 ```no-highlight
-    $ cd ~/dev/core
     $ newt debug blinky
     Debugging with ~/dev/core/hw/bsp/olimex_...
     Debugging ~/dev/core/project/blinky/bin/blinky/blinky.elf
@@ -220,8 +219,8 @@ Let's create boot_olimex:
     $ newt target set boot_olimex app=@apache-mynewt-core/apps/boot
     $ newt target show boot_olimex
     targets/boot_olimex
-        app=app=@apache-mynewt-core/apps/boot
-        bsp=@apache-mynewt-core/hw/bsp/olimex_stm32-e407_devboar
+        app=@apache-mynewt-core/apps/boot
+        bsp=@apache-mynewt-core/hw/bsp/olimex_stm32-e407_devboard
         build_profile=optimized
 ```