Moving storage-related examples to new directory: examples/storage
This commit is contained in:
parent
1472a07843
commit
898a6a0cb7
@ -1,4 +1,4 @@
|
||||
CONTIKI = ../..
|
||||
CONTIKI = ../../..
|
||||
|
||||
MODULES += os/services/unit-test
|
||||
|
@ -1,6 +1,5 @@
|
||||
CONTIKI_PROJECT = eeprom-test
|
||||
CONTIKI = ../../..
|
||||
all: $(CONTIKI_PROJECT)
|
||||
TARGET=mbxxx
|
||||
|
||||
CONTIKI = ../..
|
||||
include $(CONTIKI)/Makefile.include
|
@ -4,7 +4,7 @@ TOOLSDIR=../../tools
|
||||
EXAMPLES = \
|
||||
hello-world/native \
|
||||
hello-world/sky \
|
||||
eeprom-test/native \
|
||||
storage/eeprom-test/native \
|
||||
multicast/sky \
|
||||
logging/native \
|
||||
rpl-udp/sky \
|
||||
|
@ -36,9 +36,9 @@ sensniff/zoul \
|
||||
sensniff/zoul:ZOUL_CONF_SUB_GHZ_SNIFFER=1 \
|
||||
sensniff/srf06-cc26xx \
|
||||
sensniff/srf06-cc26xx:BOARD=launchpad/cc1310 \
|
||||
cfs-coffee/cc2538dk \
|
||||
cfs-coffee/openmote-cc2538 \
|
||||
cfs-coffee/zoul \
|
||||
storage/cfs-coffee/cc2538dk \
|
||||
storage/cfs-coffee/openmote-cc2538 \
|
||||
storage/cfs-coffee/zoul \
|
||||
rpl-tsch/zoul \
|
||||
rpl-tsch/zoul:MAKE_WITH_ORCHESTRA=1 \
|
||||
rpl-tsch/zoul:MAKE_WITH_SECURITY=1 \
|
||||
|
@ -3,7 +3,7 @@ TOOLSDIR=../../tools
|
||||
|
||||
EXAMPLES = \
|
||||
hello-world/native \
|
||||
eeprom-test/native \
|
||||
storage/eeprom-test/native \
|
||||
|
||||
TOOLS=
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user