Split the collect test into collect and collect-lossy to make each individual

travis build complete faster.

Also changed the armgcc download link to a github location.
This commit is contained in:
Adam Dunkels 2013-03-09 18:43:59 +01:00
parent f5a1ffa90d
commit 49bf7626f1
26 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1,10 @@
all: sender-node receiver-node root-node
CONTIKI=../../..
WITH_UIP6=1
UIP_CONF_IPV6=1
CFLAGS+= -DUIP_CONF_IPV6_RPL
CFLAGS+=-DPROJECT_CONF_H=\"project-conf.h\"
include $(CONTIKI)/Makefile.include