2015-02-04 22:13:44 +01:00
|
|
|
DEFINES+=PROJECT_CONF_H=\"project-conf.h\"
|
2016-01-17 23:04:34 +01:00
|
|
|
|
2015-12-22 15:16:55 +01:00
|
|
|
CONTIKI_PROJECT = zoul-demo test-tsl2563 test-sht25 test-pwm test-power-mgmt
|
2016-01-22 16:11:49 +01:00
|
|
|
CONTIKI_PROJECT += test-bmp085-bmp180 test-motion test-rotation-sensor
|
2016-01-12 01:04:21 +01:00
|
|
|
CONTIKI_PROJECT += test-grove-light-sensor test-grove-loudness-sensor
|
2016-01-20 13:59:57 +01:00
|
|
|
CONTIKI_PROJECT += test-weather-meter test-grove-gyro
|
2016-01-17 23:04:34 +01:00
|
|
|
|
2016-01-22 16:11:49 +01:00
|
|
|
CONTIKI_TARGET_SOURCEFILES += tsl2563.c sht25.c bmpx8x.c motion-sensor.c
|
2016-01-20 13:59:57 +01:00
|
|
|
CONTIKI_TARGET_SOURCEFILES += adc-sensors.c weather-meter.c grove-gyro.c
|
2015-02-04 22:13:44 +01:00
|
|
|
|
|
|
|
all: $(CONTIKI_PROJECT)
|
|
|
|
|
2015-11-12 16:29:41 +01:00
|
|
|
CONTIKI = ../../..
|
2015-02-04 22:13:44 +01:00
|
|
|
CONTIKI_WITH_RIME = 1
|
|
|
|
include $(CONTIKI)/Makefile.include
|