summaryrefslogtreecommitdiff
path: root/samples/bluetooth
diff options
context:
space:
mode:
authorJukka Rissanen <jukka.rissanen@linux.intel.com>2016-11-11 19:49:31 +0200
committerJukka Rissanen <jukka.rissanen@linux.intel.com>2016-12-02 12:41:17 +0200
commit6b43821f206b524c0919771dc3875a518f6e6ca3 (patch)
tree91bdd92b8c6c44f148adde876746cf11fa3dcf45 /samples/bluetooth
parentf2b74922693c7283480506b23f2d609c302577cb (diff)
net: Remove legacy Contiki based uIP stack
This commit removes the legacy Contiki based uIP stack. The new native IP stack must be used after this commit. The commit also removes following things: - legacy cc2520 driver - legacy ethernet drivers - legacy IP stack samples and changes these things: - disabled tests that only work for legacy IP stack - select new IP stack by default - enable random number generator by default as it is needed by the new IP stack Change-Id: I1229f9960a4c6654e9ccc6dac14a7efb9394e45d Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
Diffstat (limited to 'samples/bluetooth')
-rw-r--r--samples/bluetooth/ipsp/src/Makefile4
-rw-r--r--samples/bluetooth/ipsp/testcase.ini1
2 files changed, 1 insertions, 4 deletions
diff --git a/samples/bluetooth/ipsp/src/Makefile b/samples/bluetooth/ipsp/src/Makefile
index 617ff39f7..8fa7c344f 100644
--- a/samples/bluetooth/ipsp/src/Makefile
+++ b/samples/bluetooth/ipsp/src/Makefile
@@ -1,7 +1,3 @@
-ccflags-y +=-I${ZEPHYR_BASE}/net/ip/contiki
-ccflags-y +=-I${ZEPHYR_BASE}/net/ip/contiki/os/lib
-ccflags-y +=-I${ZEPHYR_BASE}/net/ip/contiki/os
-ccflags-y +=-I${ZEPHYR_BASE}/net/ip
ccflags-y +=-I${ZEPHYR_BASE}/samples/bluetooth
obj-y = main.o ../../gatt/ipss.o
diff --git a/samples/bluetooth/ipsp/testcase.ini b/samples/bluetooth/ipsp/testcase.ini
index 64b66bf18..d2d5a4102 100644
--- a/samples/bluetooth/ipsp/testcase.ini
+++ b/samples/bluetooth/ipsp/testcase.ini
@@ -2,3 +2,4 @@
tags = bluetooth net
build_only = true
platform_whitelist = qemu_x86 qemu_cortex_m3
+skip = true