Add examples for NXP JN516x using TSCH
This commit is contained in:
parent
af35e04ad7
commit
654bb913f0
31 changed files with 2657 additions and 1 deletions
25
examples/jn516x/tsch/simple-sensor-network/node/Makefile
Normal file
25
examples/jn516x/tsch/simple-sensor-network/node/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
CONTIKI_PROJECT = node
|
||||
|
||||
TARGET ?= jn516x
|
||||
JN516x_WITH_DONGLE = 1
|
||||
|
||||
CONTIKI=../../../../..
|
||||
|
||||
CONTIKI_WITH_IPV6 = 1
|
||||
|
||||
CFLAGS += -DPROJECT_CONF_H=\"project-conf.h\"
|
||||
PROJECTDIRS += .. ../../tools
|
||||
PROJECT_SOURCEFILES += rich.c
|
||||
CFLAGS += -DWITH_COAP
|
||||
CFLAGS += -DREST=coap_rest_implementation
|
||||
CFLAGS += -DUIP_CONF_TCP=0
|
||||
APPS += orchestra
|
||||
APPS += json
|
||||
APPS += er-coap
|
||||
APPS += rest-engine
|
||||
|
||||
MODULES += core/net/mac/tsch
|
||||
|
||||
all: $(CONTIKI_PROJECT)
|
||||
|
||||
include $(CONTIKI)/Makefile.include
|
Loading…
Add table
Add a link
Reference in a new issue