nes-proj/examples/esb
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
..
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
beeper.c ESB examples 2007-11-27 22:32:38 +00:00
blinker.c fixed compiler warning 2007-11-28 20:31:30 +00:00
fft-test.c modified API for fft 2008-04-25 22:12:25 +00:00
radio-test.c Rime port of the radio test 2007-11-28 23:10:38 +00:00