From 84132b7b2aa5a95c44c9a80cd3ab35f71bd1035a Mon Sep 17 00:00:00 2001
From: Dmitry Frank <dmitry.frank@cesanta.com>
Date: Fri, 4 Nov 2016 19:30:55 +0000
Subject: [PATCH] Add readme for nRF51 example

And pre-create directories for SDK for both nRF51 and nRF52.

PUBLISHED_FROM=00caf156f48da92804c6af8efe323535fbc5497d
---
 examples/nRF51/README.md               | 10 ++++++++++
 examples/nRF51/nrf51_iot_sdk/README.md |  1 +
 examples/nRF52/nrf5_iot_sdk/README.md  |  1 +
 3 files changed, 12 insertions(+)
 create mode 100644 examples/nRF51/README.md
 create mode 100644 examples/nRF51/nrf51_iot_sdk/README.md
 create mode 100644 examples/nRF52/nrf5_iot_sdk/README.md

diff --git a/examples/nRF51/README.md b/examples/nRF51/README.md
new file mode 100644
index 000000000..5ce3a7b3f
--- /dev/null
+++ b/examples/nRF51/README.md
@@ -0,0 +1,10 @@
+# nRF51 example project
+
+This is a Mongoose "Hello, world" that can be compiled under nRF51 IoT SDK.
+
+To make it work, you should download [nRF51 IoT SDK](http://www.nordicsemi.com/eng/Products/Bluetooth-low-energy/nRF51-IoT-SDK)
+and unpack it in the current directory as `nrf51_iot_sdk`.
+
+The project structure replicates that of the examples provided with the SDK:
+Keil uVision project is located at `boards/pca10028/arm5_no_packs`, ARM-GCC
+Makefile is located in `boards/pca10028/armgcc`..
diff --git a/examples/nRF51/nrf51_iot_sdk/README.md b/examples/nRF51/nrf51_iot_sdk/README.md
new file mode 100644
index 000000000..ff93fb112
--- /dev/null
+++ b/examples/nRF51/nrf51_iot_sdk/README.md
@@ -0,0 +1 @@
+Please download the [nRF51 IoT SDK](http://www.nordicsemi.com/eng/Products/Bluetooth-low-energy/nRF51-IoT-SDK) and unpack it into this directory.
diff --git a/examples/nRF52/nrf5_iot_sdk/README.md b/examples/nRF52/nrf5_iot_sdk/README.md
new file mode 100644
index 000000000..5d95c8ee7
--- /dev/null
+++ b/examples/nRF52/nrf5_iot_sdk/README.md
@@ -0,0 +1 @@
+Please download the [nRF5 IoT SDK](http://developer.nordicsemi.com/nRF5_IoT_SDK/) and unpack it into this directory.
-- 
GitLab