osd-contiki/core
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
..
cfs Replaced ifdef with if, as salvopitru suggested 2011-02-14 15:53:08 +01:00
ctk A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
dev Several compiler warning fixes: 2011-02-20 19:28:14 -05:00
lib dos2unix conversion 2011-01-07 11:55:36 +00:00
loader Fix some typos. 2011-02-18 11:01:43 -05:00
net Several compiler warning fixes: 2011-02-20 19:28:14 -05:00
sys Several compiler warning fixes: 2011-02-20 19:28:14 -05:00
contiki-lib.h Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
contiki-net.h replaced obsolete netif include with new ds6 2010-03-15 16:54:35 +00:00
contiki-version.h Bumped version number 2010-11-02 10:55:32 +00:00
contiki.h Moved ctimer.[ch] from their old and illogical location in core/net/rime to a more appropriate place in core/sys 2010-06-14 07:34:36 +00:00