contiki/core/dev
ksb 71dc988cb9 slip.c:
char is signed but uip_buf is unsigned

spi.h:
	casted unused values to void

autostart.c:
autostart.h:
        The array itself should be const but the processes pointed to
        should not.

profile-aggregates.c:
        sizeof returns unsigned long on my platform
2007-11-18 12:27:44 +00:00
..
battery-sensor.h Added battery sensor to the core interfaces 2007-11-13 20:36:40 +00:00
button-sensor.h
cc2420_const.h
cc2420_misc.h
cc2420_send_ip.c
cc2420_send_uaodv.c
cc2420.c
cc2420.h
ds2411.c
ds2411.h
eeprom.h
leds.c
leds.h
radio-sensor.h
radio.h
rom.h
serial.c
serial.h
sht11.c Made driver less platform-dependent and added support for msb-430. 2007-10-22 12:19:58 +00:00
sht11.h Made driver less platform-dependent and added support for msb-430. 2007-10-22 12:19:58 +00:00
simple-cc2420.c Fixed compiler warnings 2007-11-17 10:12:19 +00:00
simple-cc2420.h
slip.c slip.c: 2007-11-18 12:27:44 +00:00
slip.h
spi.h slip.c: 2007-11-18 12:27:44 +00:00
watchdog.h Changed watchdog API by adding a start function, and renaming the restart function to periodic to make it clear that this should be called periodically 2007-11-17 10:15:50 +00:00
xmem.h