Zolertia Re-Mote platform ported to Contiki, developed whitin RERUM FP7 European project (grant #609094).

The port was done jointly by Zolertia and George Oikonomou (University of Bristol).
This commit is contained in:
Antonio Lignan 2015-02-04 22:13:44 +01:00
parent 2cee62eb33
commit 330e450ba4
33 changed files with 4002 additions and 0 deletions

9
examples/remote/Makefile Normal file
View file

@ -0,0 +1,9 @@
DEFINES+=PROJECT_CONF_H=\"project-conf.h\"
CONTIKI_PROJECT = remote-demo test-tsl2563 test-sht25
CONTIKI_TARGET_SOURCEFILES += tsl2563.c sht25.c
all: $(CONTIKI_PROJECT)
CONTIKI = ../..
CONTIKI_WITH_RIME = 1
include $(CONTIKI)/Makefile.include