Commit Graph

11 Commits

Author SHA1 Message Date
nifi
67ae9fe26a Updated to match the new sensors API 2010-01-14 18:18:51 +00:00
adamdunkels
65eb5fd4e8 Renamed the rimebuf module to packetbuf to signal that the module is used outside of a pure Rime context (e.g., the sicslowpan code uses it). 2009-03-12 21:58:20 +00:00
nifi
e92b7178b9 fixed compiler warning 2008-07-08 12:54:41 +00:00
oliverschmidt
4dcbc3273e Now that we started adding files to the CVS which are normally generated with a 'save...' make goal we can remove the DEFAULT_TARGET mechanism altogether and just add Makefile.target files. 2008-05-26 10:09:12 +00:00
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
joxe
7722a73abf modified API for fft 2008-04-25 22:12:25 +00:00
joxe
faf0f2ea0a added fft test program sampling using the esb-mic. 2008-04-25 16:34:31 +00:00
nifi
242c88497a Rime port of the radio test 2007-11-28 23:10:38 +00:00
nifi
1c5fd0aa86 fixed compiler warning 2007-11-28 20:31:30 +00:00
nifi
1c7c74a6ad replaced blink with blinker that uses more sensors 2007-11-28 20:28:56 +00:00
nifi
8cf6ac9212 ESB examples 2007-11-27 22:32:38 +00:00