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