2016-01-22 10:13:07 +00:00
|
|
|
EXAMPLESDIR=../../examples
|
|
|
|
TOOLSDIR=../../tools
|
|
|
|
|
|
|
|
# Note, that SERVER_IPV6_ADDR variable is set to ffff on purpose
|
|
|
|
# even though it's not a valid IPV6 address. This is due to limitation
|
|
|
|
# of the testing framework which splits compliation arguments using
|
|
|
|
# a colon.
|
2017-06-21 08:04:30 +00:00
|
|
|
|
2016-01-22 10:13:07 +00:00
|
|
|
EXAMPLES = \
|
|
|
|
hello-world/nrf52dk \
|
2017-05-16 14:04:19 +00:00
|
|
|
platform-specific/nrf52dk/coap-demo/nrf52dk:coap-server \
|
|
|
|
platform-specific/nrf52dk/coap-demo/nrf52dk:coap-client:SERVER_IPV6_ADDR=ffff \
|
|
|
|
platform-specific/nrf52dk/mqtt-demo/nrf52dk \
|
|
|
|
platform-specific/nrf52dk/blink-hello/nrf52dk \
|
2017-06-21 08:04:30 +00:00
|
|
|
platform-specific/nrf52dk/timer-test/nrf52dk \
|
2017-10-30 16:08:27 +00:00
|
|
|
libs/logging/nrf52dk
|
2016-01-22 10:13:07 +00:00
|
|
|
|
|
|
|
TOOLS=
|
|
|
|
|
|
|
|
include ../Makefile.compile-test
|