6655c876f2
The added function let a process to make the system go into deep sleep for maximum power saving. The udp-ipv6-example shows how to use these new functions.
9 lines
148 B
Makefile
9 lines
148 B
Makefile
all: udp-server udp-client
|
|
|
|
UIP_CONF_IPV6=1
|
|
|
|
DEFINES=UIP_CONF_ND6_REACHABLE_TIME=0xffffffff
|
|
|
|
CONTIKI = ../../..
|
|
include $(CONTIKI)/Makefile.include
|