nrf52dk: added examples
This commit is contained in:
parent
d39ad95db5
commit
38481c513d
16 changed files with 1826 additions and 0 deletions
11
examples/nrf52dk/mqtt-demo/Makefile
Normal file
11
examples/nrf52dk/mqtt-demo/Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
DEFINES+=PROJECT_CONF_H=\"project-conf.h\"
|
||||
|
||||
all: mqtt-demo
|
||||
|
||||
CONTIKI_WITH_IPV6 = 1
|
||||
CONTIKI_WITH_RPL = 0
|
||||
|
||||
APPS += mqtt
|
||||
|
||||
CONTIKI=../../..
|
||||
include $(CONTIKI)/Makefile.include
|
Loading…
Add table
Add a link
Reference in a new issue