osd-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 added 5 second delay before actually burning the node id (may otherwise cause problems with the .upload script) 2008-02-25 16:34:56 +00:00
dev Several compiler warning fixes: 2011-02-20 19:28:14 -05:00
doc Short description of the Tmote Sky platform 2007-03-29 23:13:39 +00:00
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 sky simulation bug workaround: explicit write to compare register wakes up timer scheduling again 2010-03-31 13:15:32 +00:00
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 IDs are stored in external memory and restored on bootup 2007-03-23 09:59:08 +00:00
node-id.h Node IDs are stored in external memory and restored on bootup 2007-03-23 09:59:08 +00:00
platform-conf.h Enable DCO configuration override 2010-12-16 22:52:27 +00:00