Moving timer, trickle and logging examples to new directory: examples/libs
This commit is contained in:
parent
898a6a0cb7
commit
34c0ddb38a
@ -1,5 +1,5 @@
|
||||
CONTIKI_PROJECT = logging
|
||||
all: $(CONTIKI_PROJECT)
|
||||
|
||||
CONTIKI = ../..
|
||||
CONTIKI = ../../..
|
||||
include $(CONTIKI)/Makefile.include
|
@ -1,5 +1,5 @@
|
||||
CONTIKI_PROJECT = all-timers
|
||||
all: $(CONTIKI_PROJECT)
|
||||
|
||||
CONTIKI = ../..
|
||||
CONTIKI = ../../..
|
||||
include $(CONTIKI)/Makefile.include
|
@ -2,6 +2,6 @@ CONTIKI_PROJECT = trickle-library
|
||||
|
||||
all: $(CONTIKI_PROJECT)
|
||||
|
||||
CONTIKI = ../..
|
||||
CONTIKI = ../../..
|
||||
|
||||
include $(CONTIKI)/Makefile.include
|
@ -25,9 +25,9 @@
|
||||
org.contikios.cooja.mspmote.SkyMoteType
|
||||
<identifier>sky1</identifier>
|
||||
<description>trickle-tester</description>
|
||||
<source EXPORT="discard">[CONTIKI_DIR]/examples/trickle-library/trickle-library.c</source>
|
||||
<source EXPORT="discard">[CONTIKI_DIR]/examples/libs/trickle-library/trickle-library.c</source>
|
||||
<commands EXPORT="discard">make trickle-library.sky TARGET=sky</commands>
|
||||
<firmware EXPORT="copy">[CONTIKI_DIR]/examples/trickle-library/trickle-library.sky</firmware>
|
||||
<firmware EXPORT="copy">[CONTIKI_DIR]/examples/libs/trickle-library/trickle-library.sky</firmware>
|
||||
<moteinterface>org.contikios.cooja.interfaces.Position</moteinterface>
|
||||
<moteinterface>org.contikios.cooja.interfaces.RimeAddress</moteinterface>
|
||||
<moteinterface>org.contikios.cooja.interfaces.IPAddress</moteinterface>
|
@ -6,7 +6,7 @@ hello-world/native \
|
||||
hello-world/sky \
|
||||
storage/eeprom-test/native \
|
||||
multicast/sky \
|
||||
logging/native \
|
||||
libs/logging/native \
|
||||
rpl-udp/sky \
|
||||
|
||||
TOOLS=
|
||||
|
@ -42,7 +42,7 @@ storage/cfs-coffee/zoul \
|
||||
rpl-tsch/zoul \
|
||||
rpl-tsch/zoul:MAKE_WITH_ORCHESTRA=1 \
|
||||
rpl-tsch/zoul:MAKE_WITH_SECURITY=1 \
|
||||
logging/zoul \
|
||||
libs/logging/zoul \
|
||||
6tisch/etsi-plugtest-2017/zoul:BOARD=remote \
|
||||
6tisch/etsi-plugtest-2017/srf06-cc26xx:BOARD=launchpad/cc2650
|
||||
|
||||
|
@ -19,7 +19,7 @@ sensniff/jn516x \
|
||||
rpl-tsch/jn516x \
|
||||
rpl-tsch/jn516x:MAKE_WITH_ORCHESTRA=1 \
|
||||
rpl-tsch/jn516x:MAKE_WITH_SECURITY=1 \
|
||||
logging/jn516x \
|
||||
libs/logging/jn516x \
|
||||
6tisch/etsi-plugtest-2017/jn516x
|
||||
|
||||
TOOLS=
|
||||
|
@ -13,7 +13,7 @@ platform-specific/nrf52dk/coap-demo/nrf52dk:coap-client:SERVER_IPV6_ADDR=ffff \
|
||||
platform-specific/nrf52dk/mqtt-demo/nrf52dk \
|
||||
platform-specific/nrf52dk/blink-hello/nrf52dk \
|
||||
platform-specific/nrf52dk/timer-test/nrf52dk \
|
||||
logging/nrf52dk
|
||||
libs/logging/nrf52dk
|
||||
|
||||
TOOLS=
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user