Merge pull request #1469 from wbober/nrf52dk-pr

Add support for nRF52 DK platform
This commit is contained in:
Antonio Lignan 2016-06-01 23:11:39 +02:00
commit 9e1c378919
63 changed files with 7968 additions and 10 deletions

View file

@ -0,0 +1,19 @@
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.
EXAMPLES = \
hello-world/nrf52dk \
nrf52dk/blink-hello/nrf52dk \
nrf52dk/coap-demo/nrf52dk:coap-server \
nrf52dk/coap-demo/nrf52dk:coap-client:SERVER_IPV6_ADDR=ffff \
nrf52dk/mqtt-demo/nrf52dk \
nrf52dk/timer-test/nrf52dk
TOOLS=
include ../Makefile.compile-test