osd-contiki/examples/webserver
oliverschmidt b2810f02e1 Many project Makefiles build just one Contiki binary. Up to now the name of this binary was only available to the 'all' goal as prerequisite. So it was possible to create a non-project-specific rule to i.e. load that binary into the target device.
Therefore I introduced the make variable CONTIKI_PROJECT. Now a typical project Makefile starts with:

CONTIKI_PROJECT = hello-world
all: $(CONTIKI_PROJECT)
2008-05-26 07:37:24 +00:00
..
httpd-cfs Added some sample content for the webserver example using CFS. 2008-05-21 07:43:53 +00:00
Makefile Many project Makefiles build just one Contiki binary. Up to now the name of this binary was only available to the 'all' goal as prerequisite. So it was possible to create a non-project-specific rule to i.e. load that binary into the target device. 2008-05-26 07:37:24 +00:00
webserver-example.c Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00