From 840c1331d17d63702849b5d7dc11ef8afa63bce8 Mon Sep 17 00:00:00 2001 From: "Enric M. Calvo" Date: Tue, 1 Mar 2011 19:42:23 +0100 Subject: [PATCH] examples/sky-shell now runs out-of-the-box on Z1 For best results, use a Z1 Starter Platform with an sht11 sensor plugged in the ziglet port. Keep in mind that the light-sensor is mapped to the potentiometer in this platform. XXX Tracing why powertrace does not show anything different from 0. --- apps/shell/Makefile.shell | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/shell/Makefile.shell b/apps/shell/Makefile.shell index f93ccdc6c..f873dbabc 100644 --- a/apps/shell/Makefile.shell +++ b/apps/shell/Makefile.shell @@ -51,3 +51,7 @@ include $(CONTIKI)/apps/collect-view/Makefile.collect-view ifeq ($(TARGET),sky) shell_src += shell-sky.c shell-exec.c shell-sensortweet.c endif + +ifeq ($(TARGET),z1) + shell_src += shell-sky.c shell-exec.c shell-sensortweet.c +endif