nes-proj/core/dev
zhitao ae271a7f2f replaced the TMOTE_SKY macros with CONTIKI_TARGET_SKY, in conformance to the latest target hint rules 2008-11-25 09:20:54 +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-aes.c Fixed typo. 2008-07-02 09:02:39 +00:00
cc2420-aes.h Fixed typo. 2008-07-02 09:02:39 +00:00
cc2420.c There is problem with the CC2420 driver: under high traffic load the packets often get mangled in the receive FIFO. Not sure why this happens or how to best prevent it. As a temporary workaround, I've added an additional CRC16 check to the incoming packets. This eats two bytes from each packet, but at least protects against the erroneous packets we've seen quite a few of lately. The reception code was also cleaned up, which resulted in a smaller code size. 2008-08-26 21:44:03 +00:00
cc2420.h Changed name of the simple-cc2420 module to cc2420: changed all function names and variable names from simple_cc2420_* to cc2420_*. 2008-07-02 09:05:40 +00:00
cc2420_const.h Added AES cipher constants 2008-07-02 09:03:49 +00:00
cc2420_misc.h Move misc. routines to new file. 2006-08-09 17:39:39 +00:00
ds2411.c replaced the TMOTE_SKY macros with CONTIKI_TARGET_SKY, in conformance to the latest target hint rules 2008-11-25 09:20:54 +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 added energest on all parts of leds API and some cleanup 2008-09-29 11:35:28 +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 Increased the default input line length from 40 to 80 2008-01-08 07:49:51 +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 Enabled the SHT11 register readout to allow reading the low-voltage indicator bit 2008-11-10 21:10:36 +00:00
sht11.h Code style fixes 2008-07-08 08:23:47 +00:00
slip.c Only process incoming data if the process is polled. Compile checksum checks only for IPv4. 2008-11-06 08:18:29 +00:00
slip.h Added a function that gets called when we see SLIP input. This function can be used to determine if a node is a SLIP gateway or not. 2008-02-24 21:00:53 +00:00
spi.h slip.c: 2007-11-18 12:27:44 +00:00
watchdog.h Added watchdog_reboot() prototype 2008-01-07 14:42:35 +00:00
xmem.h Changed type from off_t (that potentially conflicts with existing types.h typedefs) to unsigned long 2008-07-03 23:12:10 +00:00