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-02-04 07:30:59 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
contiki
/
core
/
dev
History
adamdunkels
6a460fecdd
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
..
battery-sensor.h
…
button-sensor.h
…
cc2420_const.h
Added AES cipher constants
2008-07-02 09:03:49 +00:00
cc2420_misc.h
…
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
ds2411.c
…
ds2411.h
…
eeprom.h
…
leds.c
Moved energest.{c,h} from core/lib to core/sys: power profiling is a system mechanism, not a library
2008-07-03 23:36:30 +00:00
leds.h
…
radio-sensor.h
…
radio.h
…
rom.h
…
serial.c
…
serial.h
…
sht11.c
Code style fixes
2008-07-08 08:23:47 +00:00
sht11.h
Code style fixes
2008-07-08 08:23:47 +00:00
slip.c
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
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
…
watchdog.h
…
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