summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2016-01-30 14:05:03 -0500
committerAnas Nashif <anas.nashif@intel.com>2016-02-11 13:08:44 -0500
commit589af14217ce2024da73524a8dc74ea581e51fcd (patch)
tree92398667b392af95bc55d2055db902303006b741 /samples
parent74df249dd81468138ed11bacee746f2544c31968 (diff)
nfc: move sample app under samples/nfc
This sample goes under samples/nfc directory where we will have all nfc related samples. Change-Id: I6e7664d8e0dcbfcb0d9e11e2c7b79d8217665757 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Diffstat (limited to 'samples')
-rw-r--r--samples/nfc/nfc_hello/Makefile (renamed from samples/microkernel/apps/nfc_hello/Makefile)1
-rw-r--r--samples/nfc/nfc_hello/README.txt (renamed from samples/microkernel/apps/nfc_hello/README.txt)0
-rw-r--r--samples/nfc/nfc_hello/prj.conf (renamed from samples/microkernel/apps/nfc_hello/prj.conf)0
-rw-r--r--samples/nfc/nfc_hello/src/Makefile (renamed from samples/microkernel/apps/nfc_hello/src/Makefile)0
-rw-r--r--samples/nfc/nfc_hello/src/main.c (renamed from samples/microkernel/apps/nfc_hello/src/main.c)0
-rw-r--r--samples/nfc/nfc_hello/testcase.ini (renamed from samples/microkernel/apps/nfc_hello/testcase.ini)0
6 files changed, 0 insertions, 1 deletions
diff --git a/samples/microkernel/apps/nfc_hello/Makefile b/samples/nfc/nfc_hello/Makefile
index d2ae4548d..33c3ed6c2 100644
--- a/samples/microkernel/apps/nfc_hello/Makefile
+++ b/samples/nfc/nfc_hello/Makefile
@@ -1,7 +1,6 @@
KERNEL_TYPE ?= nano
BOARD ?= qemu_x86
CONF_FILE = prj.conf
-SOURCE_DIR = $(ZEPHYR_BASE)/samples/microkernel/apps/nfc_hello/src/
QEMU_EXTRA_FLAGS += -serial tcp:localhost:8888
diff --git a/samples/microkernel/apps/nfc_hello/README.txt b/samples/nfc/nfc_hello/README.txt
index 554e6bcb5..554e6bcb5 100644
--- a/samples/microkernel/apps/nfc_hello/README.txt
+++ b/samples/nfc/nfc_hello/README.txt
diff --git a/samples/microkernel/apps/nfc_hello/prj.conf b/samples/nfc/nfc_hello/prj.conf
index 0856b34c9..0856b34c9 100644
--- a/samples/microkernel/apps/nfc_hello/prj.conf
+++ b/samples/nfc/nfc_hello/prj.conf
diff --git a/samples/microkernel/apps/nfc_hello/src/Makefile b/samples/nfc/nfc_hello/src/Makefile
index dec2a41f9..dec2a41f9 100644
--- a/samples/microkernel/apps/nfc_hello/src/Makefile
+++ b/samples/nfc/nfc_hello/src/Makefile
diff --git a/samples/microkernel/apps/nfc_hello/src/main.c b/samples/nfc/nfc_hello/src/main.c
index 18a3e4263..18a3e4263 100644
--- a/samples/microkernel/apps/nfc_hello/src/main.c
+++ b/samples/nfc/nfc_hello/src/main.c
diff --git a/samples/microkernel/apps/nfc_hello/testcase.ini b/samples/nfc/nfc_hello/testcase.ini
index 765172c06..765172c06 100644
--- a/samples/microkernel/apps/nfc_hello/testcase.ini
+++ b/samples/nfc/nfc_hello/testcase.ini