Move example to the top-level dir (SLIP Radio)

This commit is contained in:
George Oikonomou 2017-10-28 20:39:09 +01:00
parent 516cd35935
commit a0f741ec6e
11 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ ifeq ($(TARGET),)
-include Makefile.target -include Makefile.target
endif endif
CONTIKI=../../.. CONTIKI=../..
PROJECT_SOURCEFILES += slip-net.c PROJECT_SOURCEFILES += slip-net.c
ifeq ($(TARGET),sky) ifeq ($(TARGET),sky)

View File

@ -24,9 +24,9 @@
se.sics.cooja.mspmote.SkyMoteType se.sics.cooja.mspmote.SkyMoteType
<identifier>sky1</identifier> <identifier>sky1</identifier>
<description>slip radio</description> <description>slip radio</description>
<source EXPORT="discard">[CONTIKI_DIR]/examples/ipv6/slip-radio/slip-radio.c</source> <source EXPORT="discard">[CONTIKI_DIR]/examples/slip-radio/slip-radio.c</source>
<commands EXPORT="discard">make slip-radio.sky TARGET=sky</commands> <commands EXPORT="discard">make slip-radio.sky TARGET=sky</commands>
<firmware EXPORT="copy">[CONTIKI_DIR]/examples/ipv6/slip-radio/slip-radio.sky</firmware> <firmware EXPORT="copy">[CONTIKI_DIR]/examples/slip-radio/slip-radio.sky</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface> <moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.interfaces.RimeAddress</moteinterface> <moteinterface>se.sics.cooja.interfaces.RimeAddress</moteinterface>
<moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface> <moteinterface>se.sics.cooja.interfaces.IPAddress</moteinterface>