added webserver-nogui source and WITH_NULLMAC to example code (too large otherwise)

This commit is contained in:
fros4943 2009-03-03 17:25:33 +00:00
parent 04ab2abe62
commit 659c7e7311
2 changed files with 5 additions and 2 deletions

View File

@ -1,8 +1,11 @@
CONTIKI_PROJECT = sky-shell-webserver CONTIKI_PROJECT = sky-shell-webserver
all: $(CONTIKI_PROJECT) all: $(CONTIKI_PROJECT)
CFLAGS = -DWITH_UIP=1 PROJECT_SOURCEFILES = webserver-nogui.c
CFLAGS = -DWITH_UIP=1 -DWITH_NULLMAC=1
CONTIKI = ../.. CONTIKI = ../..
APPS = webserver serial-shell APPS = webserver serial-shell
include $(CONTIKI)/Makefile.include include $(CONTIKI)/Makefile.include

View File

@ -18,7 +18,7 @@
<identifier>sky1</identifier> <identifier>sky1</identifier>
<description>Sky Mote Type #1</description> <description>Sky Mote Type #1</description>
<source>../../../examples/sky-shell-webserver/sky-shell-webserver.c</source> <source>../../../examples/sky-shell-webserver/sky-shell-webserver.c</source>
<command>make sky-shell-webserver.sky TARGET=sky DEFINES=WITH_NULLMAC</command> <command>make sky-shell-webserver.sky TARGET=sky</command>
</motetype> </motetype>
<mote> <mote>
se.sics.cooja.mspmote.SkyMote se.sics.cooja.mspmote.SkyMote