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/07/14 00:58:48 UTC

[4/5] incubator-mynewt-site git commit: Merge branch 'master' of https://github.com/davidgs/incubator-mynewt-site into develop

Merge branch 'master' of https://github.com/davidgs/incubator-mynewt-site into develop

This closes #107


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

Branch: refs/heads/develop
Commit: cce720e4fd1c80cfa96273defc58cd3be7872911
Parents: 7a69d2b 775debf
Author: aditihilbert <ad...@runtime.io>
Authored: Wed Jul 13 10:51:45 2016 -0700
Committer: aditihilbert <ad...@runtime.io>
Committed: Wed Jul 13 10:51:45 2016 -0700

----------------------------------------------------------------------
 docs/os/tutorials/add_newtmgr.md | 191 ++++++++++++++++++++++++++++++++++
 docs/os/tutorials/tutorials.md   |   8 ++
 2 files changed, 199 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/cce720e4/docs/os/tutorials/tutorials.md
----------------------------------------------------------------------
diff --cc docs/os/tutorials/tutorials.md
index 3aaaeb2,8122960..50897fe
--- a/docs/os/tutorials/tutorials.md
+++ b/docs/os/tutorials/tutorials.md
@@@ -10,9 -8,15 +10,17 @@@ The full list of tutorials can be seen 
  
  * You have installed Docker container of Newt tool and toolchains or you have installed them natively on your machine
  * You have created a new project space (directory structure) and populated it with the core code repository (apache-mynewt-core) or know how to as explained in [Creating Your First Project](../get_started/project_create).
+ * You have at least one of the supported development boards: 
+     * [STM32F3 discovery kit from ST Micro](STM32F303.md)
+     * [Arduino Zero hardware](arduino_zero.md)
+     * [Olimex/STM32F407ZGT6 Cortex-M4 hardware](olimex.md)
+     * [nRF52 Development Kit from Nordic Semiconductor](nRF52.md)
+     
+ The Nordic nrf52 developer kit supports Bluetooth Low Energy. We are always looking to add new hardware to the list, so if you want to develop the required Board Support Package (bsp) and/or Hardware Abstraction Layer (HAL) for a new board, you can look [here](../../core_os/porting/port_os/) to get started.
+     
  
 +<br>
 +
  ###Tutorial categories:
  
  The tutorials fall into a few broad categories. Some examples in each category are listed below.