bad7eb2bc8
This demonstraties how to combine CC13xx tick suppression, RPL leaf mode and turning off ContikiMAC duty cycling to build an extremely low-consuming firmware.
13 lines
219 B
Makefile
13 lines
219 B
Makefile
DEFINES+=PROJECT_CONF_H=\"project-conf.h\"
|
|
CONTIKI_PROJECT = very-sleepy-demo
|
|
|
|
all: $(CONTIKI_PROJECT)
|
|
|
|
CONTIKI_WITH_IPV6 = 1
|
|
|
|
APPS += er-coap
|
|
APPS += rest-engine
|
|
|
|
CONTIKI = ../../..
|
|
include $(CONTIKI)/Makefile.include
|