This website requires JavaScript.
Explore
Help
Sign In
deac
/
osd-contiki
Watch
1
Star
0
Fork
You've already forked osd-contiki
0
Code
Issues
Pull requests
Releases
Wiki
Activity
9c3f5beec7
osd-contiki
/
core
History
nvt-se
7f3e81f5d3
fixed file descriptor leakage and erroneous flag setting.
2008-09-21 16:07:26 +00:00
..
cfs
fixed file descriptor leakage and erroneous flag setting.
2008-09-21 16:07:26 +00:00
ctk
Did more aggressive fullscreen ctk codesize optimization. Now ctk draw implementations need adjustment as the struct window member x and y are gone. Another potential optimization would be to remove clipping...
2007-12-20 20:45:06 +00:00
dev
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
lib
Constness
2008-08-26 21:46:06 +00:00
loader
Added debugging statements
2008-07-09 20:56:25 +00:00
net
Don't turn on the radio on after sending a broadcast
2008-09-04 17:44:01 +00:00
sys
Added a timer_remaining() function that returns the time until the timer expires
2008-09-21 08:58:05 +00:00
contiki-lib.h
Import of the contiki-2.x development code from the SICS internal CVS server
2006-06-17 22:41:10 +00:00
contiki-net.h
Removed reference to logically empty file.
2007-11-18 01:19:31 +00:00
contiki-version.h
2.2 -> 2.2.1
2008-08-18 08:40:16 +00:00
contiki.h
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