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
History
adamdunkels
e1ef13dad6
Reduced the size of the packet cache from four to two to avoid falseley dismissing fresh packets (the header field that hold sequence numbers is only two bits wide, hence all sequence numbers fits in a four-entry cache...)
2009-02-10 00:44:50 +00:00
..
cfs
sizeof on coffee_fd_set is no longer suitable since it has become a
2009-02-09 12:02:10 +00:00
ctk
Added fallback #define of CH_ENTER
2008-11-27 23:40:24 +00:00
dev
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
lib
added experimental checkpointing functionality:
2009-02-04 17:49:15 +00:00
loader
elfloader executing loaded programs from ram (not rom) by default on msp430 platforms.
2009-01-15 09:04:04 +00:00
net
Reduced the size of the packet cache from four to two to avoid falseley dismissing fresh packets (the header field that hold sequence numbers is only two bits wide, hence all sequence numbers fits in a four-entry cache...)
2009-02-10 00:44:50 +00:00
sys
Reverted the timer_expired() back to the previous version (which should be correct). Removed the definition of CLOCK_LT() because it seems to only cause problems.
2009-01-24 15:20:11 +00:00
contiki-lib.h
…
contiki-net.h
…
contiki-version.h
Bumber version number to 2.2.2
2008-11-09 12:28:28 +00:00
contiki.h
…