This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
contiki
Watch
1
Star
0
Fork
0
You've already forked contiki
mirror of
https://github.com/oliverschmidt/contiki.git
synced
2025-01-11 03:29:51 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
contiki
/
core
/
dev
History
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
…
button-sensor.h
…
cc2420_const.h
…
cc2420_misc.h
…
cc2420-aes.c
…
cc2420-aes.h
…
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
…
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
…
eeprom.h
…
leds.c
added energest on all parts of leds API and some cleanup
2008-09-29 11:35:28 +00:00
leds.h
…
radio-sensor.h
…
radio.h
…
rom.h
…
serial.c
…
serial.h
…
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
…
spi.h
…
watchdog.h
…
xmem.h
…