2010-08-27 14:51:41 +02:00
|
|
|
ifndef TARGET
|
|
|
|
TARGET=z1
|
|
|
|
endif
|
|
|
|
|
2014-07-01 11:22:40 +02:00
|
|
|
# Enable to pull-in Z1SP specific test/source files
|
|
|
|
ZOLERTIA_Z1SP=0
|
|
|
|
|
2015-03-10 13:09:31 +01:00
|
|
|
CONTIKI_PROJECT = test-phidgets blink test-adxl345 test-tmp102 test-light-ziglet
|
|
|
|
CONTIKI_PROJECT += test-battery test-relay-phidget test-tlc59116 test-sht25
|
2016-08-16 15:33:21 +02:00
|
|
|
|
|
|
|
CONTIKI_SOURCEFILES += reed-sensor.c sht25.c tlc59116.c light-ziglet.c \
|
|
|
|
relay-phidget.c
|
|
|
|
|
|
|
|
MODULES += dev/sht11
|
2010-11-07 09:41:48 +01:00
|
|
|
|
2014-07-01 11:22:40 +02:00
|
|
|
ifeq ($(ZOLERTIA_Z1SP),1)
|
|
|
|
CONTIKI_PROJECT += test-potent
|
|
|
|
endif
|
2010-08-27 14:51:41 +02:00
|
|
|
|
2010-11-07 09:41:48 +01:00
|
|
|
all: $(CONTIKI_PROJECT)
|
2015-11-12 16:29:41 +01:00
|
|
|
CONTIKI = ../../..
|
2014-11-12 10:18:29 +01:00
|
|
|
CONTIKI_WITH_RIME = 1
|
2010-08-27 14:51:41 +02:00
|
|
|
include $(CONTIKI)/Makefile.include
|