2015-09-21 09:02:16 +00:00
|
|
|
EXAMPLESDIR=../../examples
|
|
|
|
TOOLSDIR=../../tools
|
|
|
|
|
2017-05-17 19:47:48 +00:00
|
|
|
# build jn516x examples, covering IPv6, RPL, CoAP
|
2015-09-21 09:02:16 +00:00
|
|
|
EXAMPLES = \
|
2015-12-04 09:15:22 +00:00
|
|
|
hello-world/jn516x \
|
2017-05-16 14:04:19 +00:00
|
|
|
platform-specific/jn516x/dr1175-sensors/jn516x \
|
|
|
|
platform-specific/jn516x/rpl/node/jn516x \
|
|
|
|
platform-specific/jn516x/rpl/coap-dongle-node/jn516x \
|
|
|
|
platform-specific/jn516x/rpl/coap-dr1175-node/jn516x \
|
|
|
|
platform-specific/jn516x/rpl/coap-dr1199-node/jn516x \
|
|
|
|
platform-specific/jn516x/tsch/simple-sensor-network/node/jn516x \
|
|
|
|
platform-specific/jn516x/tsch/tx-power-verification/node/jn516x \
|
|
|
|
platform-specific/jn516x/tsch/uart1-test-node/jn516x \
|
2018-04-13 16:14:52 +00:00
|
|
|
coap/coap-example-client/jn516x \
|
|
|
|
coap/coap-example-server/jn516x \
|
2016-07-24 02:48:37 +00:00
|
|
|
sensniff/jn516x \
|
2017-10-31 22:10:37 +00:00
|
|
|
rpl-border-router/jn516x \
|
2017-10-30 17:16:23 +00:00
|
|
|
6tisch/simple-node/jn516x \
|
|
|
|
6tisch/simple-node/jn516x:MAKE_WITH_ORCHESTRA=1 \
|
|
|
|
6tisch/simple-node/jn516x:MAKE_WITH_SECURITY=1 \
|
2017-10-30 16:08:27 +00:00
|
|
|
libs/logging/jn516x \
|
2017-09-14 12:48:08 +00:00
|
|
|
6tisch/etsi-plugtest-2017/jn516x
|
2015-09-21 09:02:16 +00:00
|
|
|
|
|
|
|
TOOLS=
|
|
|
|
|
|
|
|
include ../Makefile.compile-test
|