contiki/platform/sky
Lionel Debroux 5cb49e8b07 Several compiler warning fixes:
* msp430: fix "implicit declaration of function" warnings in clock.c, by including watchdog.h;
     * sky: fix a couple pointer target signedness warnings;
     * core: fix several signed/unsigned comparison warnings;
     * framer-802154: "const static" -> "static const" to fix compiler warnings;
     * core: comment or remove unused variables and function definitions.

Signed-off-by: Lionel Debroux <lionel_debroux@yahoo.fr>
Signed-off-by: Mariano Alvira <mar@devl.org>
2011-02-20 19:28:14 -05:00
..
apps
dev Several compiler warning fixes: 2011-02-20 19:28:14 -05:00
doc
cfs-coffee-arch.h Added a function for setting the I/O semantics on a Coffee file descriptor. Changed the configuration parameters slightly and updated the platform definitions to reflect this change. 2011-02-09 15:03:57 +01:00
checkpoint-arch.c
contiki-conf.h Disable timesynch by default - it is not well-tested enough yet. 2011-01-09 21:04:14 +00:00
contiki-sky-main.c support for tinyos style node ids, to simplify testbed experiments 2011-02-11 15:27:14 +01:00
contiki-sky-platform.c Moved sensors setup to contiki-sky-platform.c and common make rules to Makefile.common for easier reuse in similar platforms 2010-05-03 13:51:11 +00:00
Makefile.common minor fix for making the msp430 makefile work for msp430X arch 2010-08-24 16:24:11 +00:00
Makefile.sky Moved sensors setup to contiki-sky-platform.c and common make rules to Makefile.common for easier reuse in similar platforms 2010-05-03 13:51:11 +00:00
node-id.c
node-id.h
platform-conf.h Enable DCO configuration override 2010-12-16 22:52:27 +00:00