osd-contiki/core
oliverschmidt 89f6235c13 Using wherex() to determine the length of the string printed with cputsn() fails if the right edge of the screen was reached as wherex() then returns 0.
Therefore we rather count the chars actually printed in cputsn() and return that value thus avoiding usage of wherex() in those scenarios altogether.
2010-07-20 22:19:23 +00:00
..
cfs Preserve the file offset if a seek operation fails. 2010-05-13 18:24:55 +00:00
ctk Using wherex() to determine the length of the string printed with cputsn() fails if the right edge of the screen was reached as wherex() then returns 0. 2010-07-20 22:19:23 +00:00
dev removed debug output 2010-06-30 09:03:20 +00:00
lib Added a function for obtaining the next item on the list. This makes list iterations nicer, as the ->next pointer now is hidden within the list abstraction. 2010-06-15 18:54:27 +00:00
loader allow elf loader memory configuration at compile time 2010-04-26 14:02:07 +00:00
net The second predicate is not needed. 2010-07-03 23:52:02 +00:00
sys fixed timer bug - did not do equality comparison 2010-06-21 19:07:24 +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 replaced obsolete netif include with new ds6 2010-03-15 16:54:35 +00:00
contiki-version.h Update to Contiki version number 2.4 2010-01-29 18:03:55 +00:00
contiki.h Moved ctimer.[ch] from their old and illogical location in core/net/rime to a more appropriate place in core/sys 2010-06-14 07:34:36 +00:00