Merge pull request #1219 from simonduq/jn516x-port

NXP JN516x Platform
This commit is contained in:
Simon Duquennoy 2015-09-25 12:09:52 +02:00
commit f9537b6355
94 changed files with 10589 additions and 0 deletions

View file

@ -0,0 +1,16 @@
EXAMPLESDIR=../../examples
TOOLSDIR=../../tools
# build jn516x examples, covering IPv6, RPL, CoAP, Rime, Nullrdc, Contikimac
EXAMPLES = \
jn516x/dr1175-sensors/jn516x \
jn516x/rime/jn516x \
jn516x/rpl/border-router/jn516x \
jn516x/rpl/node/jn516x \
jn516x/rpl/coap-dongle-node/jn516x \
jn516x/rpl/coap-dr1175-node/jn516x \
jn516x/rpl/coap-dr1199-node/jn516x
TOOLS=
include ../Makefile.compile-test