Github user aditihilbert commented on a diff in the pull request:

    
https://github.com/apache/incubator-mynewt-site/pull/167#discussion_r110482118
  
    --- Diff: docs/os/tutorials/project-slinky.md ---
    @@ -1,142 +1,36 @@
    -## Project Sim Slinky  
    +## Project Slinky  
     
    +The goal of the project is to use a sample application called "Slinky" 
included in the Mynewt repository to enable remote communications with a device 
running the Mynewt OS. The protocol for remote communications is called newt 
manager (newtmgr). 
     
    -<br>
    -
    -The goal of the project is to use a sample app called "Slinky" included in 
the Mynewt repository to enable remote communications with a device running the 
Mynewt OS. The protocol for remote communications is called newt manager 
(newtmgr). In this tutorial we will create a target for a simulated device and 
define it with the sample app "Slinky". 
    +If you have an existing project using a target that does not use the 
Slinky application and you wish to add newtmgr functionality to it, check out 
the tutorial titled [Enable newtmgr in any app](add_newtmgr.md). 
     
    -If you have an existing project using a target that does not use the 
Slinky app and you wish to add newtmgt functonality to it, check out the 
tutorial titled [Enable newtmgr in any app](add_newtmgr.md). 
    +###Available Tutorials
    +Tutorials are available for the following boards:
     
    +* [Slinky on a simulated device](/os/tutorials/project-sim-slinky).
    +* [Slinky on a nRF52](/os/tutorials/project-nrf52-slinky).
    +* [Slinky on an Olimex](/os/tutorials/project-stm32-slinky).
     <br>
     ### Prerequisites
     
    -Ensure that you have met the following prerequisites before continuing 
with this tutorial:
    +Ensure that you meet the following prerequisites before continuing with 
this tutorial:
     
     * Have Internet connectivity to fetch remote Mynewt components.
    -* Have a computer to build a Mynewt application.
    +* Have a computer to build a Mynewt application and connect to the board 
over USB.
    +* Have a Micro-USB cable to connect the board and the computer.
    +* Have a [serial port setup](/os/get_started/serial_access.md).
     * Install the newt tool and the toolchains (See [Basic 
Setup](/os/get_started/get_started.md)).
     * Install the [newtmgr tool](../../newtmgr/installing/).
    +* Create a project space (directory structure) and populated it with the 
core code repository (apache-mynewt-core) or kn
    +ow how to as explained in [Creating Your First 
Project](/os/get_started/project_create).
     * Read the Mynewt OS [Concepts](/os/get_started/vocabulary.md) section.
    --- End diff --
    
    will move this up


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to