osd-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 Button sensor header 2007-03-15 21:42:09 +00:00
cc2420.c * If we detect a RXFIFO overflow schedule a poll of the device driver. 2007-07-30 14:54:49 +00:00
cc2420.h * Need to track if this was the incoming interface. 2007-05-08 08:27:34 +00:00
cc2420_const.h * Comment. 2007-01-12 18:18:23 +00:00
cc2420_misc.h Move misc. routines to new file. 2006-08-09 17:39:39 +00:00
cc2420_send_ip.c * Use literal constant. 2007-04-30 09:42:16 +00:00
cc2420_send_uaodv.c * Change function uaodv_bad_route to uaodv_bad_dest. 2007-05-08 13:31:50 +00:00
ds2411.c Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
ds2411.h Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
eeprom.h Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
leds.c Experimental energy estimation code 2007-03-19 00:30:13 +00:00
leds.h Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
radio-sensor.h Radio sensor header file 2007-03-15 21:27:09 +00:00
radio.h Updated types to avoid reliance on uIP includes 2007-05-25 08:05:24 +00:00
rom.h Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
serial.c changed to terminate the event data with a zero character instead of line feed character 2006-07-03 11:29:16 +00:00
serial.h Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
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 Removed __ prefixes on symbols, which are reserved for C implementation; updated to new radio.h types 2007-05-25 08:06:15 +00:00
slip.c slip.c: 2007-11-18 12:27:44 +00:00
slip.h * General stuff for different baudrates: 2007-02-02 13:26:48 +00:00
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 Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00