Move example to the top-level dir (rpl-tsch)
This commit is contained in:
parent
613320f64f
commit
93b0b6822d
@ -1,7 +1,7 @@
|
||||
CONTIKI_PROJECT = node
|
||||
all: $(CONTIKI_PROJECT)
|
||||
|
||||
CONTIKI=../../..
|
||||
CONTIKI=../..
|
||||
|
||||
MAKE_WITH_ORCHESTRA ?= 0 # force Orchestra from command line
|
||||
MAKE_WITH_SECURITY ?= 0 # force Security from command line
|
@ -25,7 +25,7 @@
|
||||
org.contikios.cooja.contikimote.ContikiMoteType
|
||||
<identifier>mtype660</identifier>
|
||||
<description>RPL/TSCH Node</description>
|
||||
<source>[CONTIKI_DIR]/examples/ipv6/rpl-tsch/node.c</source>
|
||||
<source>[CONTIKI_DIR]/examples/rpl-tsch/node.c</source>
|
||||
<commands>make TARGET=cooja clean
|
||||
make TARGET=cooja node.cooja</commands>
|
||||
<moteinterface>org.contikios.cooja.interfaces.Position</moteinterface>
|
@ -39,9 +39,9 @@ sensniff/srf06-cc26xx:BOARD=launchpad/cc1310 \
|
||||
cfs-coffee/cc2538dk \
|
||||
cfs-coffee/openmote-cc2538 \
|
||||
cfs-coffee/zoul \
|
||||
ipv6/rpl-tsch/zoul \
|
||||
ipv6/rpl-tsch/zoul:MAKE_WITH_ORCHESTRA=1 \
|
||||
ipv6/rpl-tsch/zoul:MAKE_WITH_SECURITY=1 \
|
||||
rpl-tsch/zoul \
|
||||
rpl-tsch/zoul:MAKE_WITH_ORCHESTRA=1 \
|
||||
rpl-tsch/zoul:MAKE_WITH_SECURITY=1 \
|
||||
logging/zoul \
|
||||
6tisch/etsi-plugtest-2017/zoul:BOARD=remote \
|
||||
6tisch/etsi-plugtest-2017/srf06-cc26xx:BOARD=launchpad/cc2650
|
||||
|
@ -16,9 +16,9 @@ platform-specific/jn516x/tsch/simple-sensor-network/rpl-border-router/jn516x \
|
||||
platform-specific/jn516x/tsch/tx-power-verification/rpl-border-router/jn516x \
|
||||
platform-specific/jn516x/tsch/uart1-test-node/jn516x \
|
||||
sensniff/jn516x \
|
||||
ipv6/rpl-tsch/jn516x \
|
||||
ipv6/rpl-tsch/jn516x:MAKE_WITH_ORCHESTRA=1 \
|
||||
ipv6/rpl-tsch/jn516x:MAKE_WITH_SECURITY=1 \
|
||||
rpl-tsch/jn516x \
|
||||
rpl-tsch/jn516x:MAKE_WITH_ORCHESTRA=1 \
|
||||
rpl-tsch/jn516x:MAKE_WITH_SECURITY=1 \
|
||||
logging/jn516x \
|
||||
6tisch/etsi-plugtest-2017/jn516x
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
org.contikios.cooja.contikimote.ContikiMoteType
|
||||
<identifier>mtype1</identifier>
|
||||
<description>Cooja Mote Type #mtype1</description>
|
||||
<source EXPORT="discard">[CONTIKI_DIR]/examples/ipv6/rpl-tsch/node.c</source>
|
||||
<source EXPORT="discard">[CONTIKI_DIR]/examples/rpl-tsch/node.c</source>
|
||||
<commands EXPORT="discard">make TARGET=cooja clean
|
||||
make node.cooja TARGET=cooja MAKE_WITH_ORCHESTRA=0 MAKE_WITH_SECURITY=0 MAKE_WITH_PERIODIC_ROUTES_PRINT=1</commands>
|
||||
<moteinterface>org.contikios.cooja.interfaces.Position</moteinterface>
|
||||
|
@ -24,11 +24,11 @@
|
||||
org.contikios.cooja.contikimote.ContikiMoteType
|
||||
<identifier>mtype11</identifier>
|
||||
<description>Cooja Mote Type #mtype11</description>
|
||||
<source EXPORT="discard">[CONTIKI_DIR]/examples/ipv6/rpl-tsch/node.c</source>
|
||||
<source EXPORT="discard">[CONTIKI_DIR]/examples/rpl-tsch/node.c</source>
|
||||
<commands EXPORT="discard">make TARGET=cooja clean
|
||||
make node.cooja TARGET=cooja MAKE_WITH_ORCHESTRA=1 MAKE_WITH_SECURITY=0 MAKE_WITH_PERIODIC_ROUTES_PRINT=1</commands>
|
||||
<firmware
|
||||
EXPORT="copy">[CONTIKI_DIR]/examples/ipv6/rpl-tsch/node.mtype1</firmware>
|
||||
EXPORT="copy">[CONTIKI_DIR]/examples/rpl-tsch/node.mtype1</firmware>
|
||||
<moteinterface>org.contikios.cooja.interfaces.Position</moteinterface>
|
||||
<moteinterface>org.contikios.cooja.interfaces.Battery</moteinterface>
|
||||
<moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiVib</moteinterface>
|
||||
|
@ -24,7 +24,7 @@
|
||||
org.contikios.cooja.contikimote.ContikiMoteType
|
||||
<identifier>mtype11</identifier>
|
||||
<description>Cooja Mote Type #mtype11</description>
|
||||
<source EXPORT="discard">[CONTIKI_DIR]/examples/ipv6/rpl-tsch/node.c</source>
|
||||
<source EXPORT="discard">[CONTIKI_DIR]/examples/rpl-tsch/node.c</source>
|
||||
<commands EXPORT="discard">make TARGET=cooja clean
|
||||
make node.cooja TARGET=cooja MAKE_WITH_ORCHESTRA=0 MAKE_WITH_SECURITY=1 MAKE_WITH_PERIODIC_ROUTES_PRINT=1</commands>
|
||||
<moteinterface>org.contikios.cooja.interfaces.Position</moteinterface>
|
||||
|
Loading…
Reference in New Issue
Block a user