osd-contiki/platform/sky/dev
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
..
battery-sensor.c Moved the ADC configuration to sky-sensors.c and sensors now only need to specify their sample channel. This helps to avoid conflicts when using multiple sensors. 2010-08-25 19:30:52 +00:00
button-sensor.c Updated to match the new sensors API 2010-01-14 20:01:18 +00:00
i2c.c * Change return type of i2c_start() to int. 2007-01-12 13:41:57 +00:00
i2c.h * Change return type of i2c_start() to int. 2007-01-12 13:41:57 +00:00
light-sensor.c Moved the ADC configuration to sky-sensors.c and sensors now only need to specify their sample channel. This helps to avoid conflicts when using multiple sensors. 2010-08-25 19:30:52 +00:00
light-sensor.h Added constants for light sensor values 2010-01-14 20:23:02 +00:00
light.c Import of files for the Tmote sky platform. 2006-08-02 14:44:46 +00:00
light.h Import of files for the Tmote sky platform. 2006-08-02 14:44:46 +00:00
radio-sensor.c Moved the ADC configuration to sky-sensors.c and sensors now only need to specify their sample channel. This helps to avoid conflicts when using multiple sensors. 2010-08-25 19:30:52 +00:00
sht11-arch.h sht11 architecture support for Sky 2007-10-23 08:53:50 +00:00
sky-sensors.c Moved the ADC configuration to sky-sensors.c and sensors now only need to specify their sample channel. This helps to avoid conflicts when using multiple sensors. 2010-08-25 19:30:52 +00:00
sky-sensors.h Moved the ADC configuration to sky-sensors.c and sensors now only need to specify their sample channel. This helps to avoid conflicts when using multiple sensors. 2010-08-25 19:30:52 +00:00
temperature-sensor.c Added temperature sensor for the builtin temperature sensor in MSP430 2010-08-25 19:34:06 +00:00
temperature-sensor.h Added temperature sensor for the builtin temperature sensor in MSP430 2010-08-25 19:34:06 +00:00
xmem.c Several compiler warning fixes: 2011-02-20 19:28:14 -05:00