osd-contiki/core/sys
2011-11-22 09:36:27 +01:00
..
arg.c Added main header include. 2006-08-14 23:39:23 +00:00
arg.h Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
autostart.c slip.c: 2007-11-18 12:27:44 +00:00
autostart.h Decorate declaration rather than definition with export attribute. 2008-02-10 11:17:33 +00:00
cc.h Added configuration option to circumvent C compilers that have problems with const function pointers (i.e., sdcc) 2008-07-02 08:35:29 +00:00
clock.h 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
compower.c Flush before computing accumulative power 2011-05-08 22:25:38 +02:00
compower.h Renamed the rimebuf module to packetbuf to signal that the module is used outside of a pure Rime context (e.g., the sicslowpan code uses it). 2009-03-12 21:58:20 +00:00
ctimer.c 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
ctimer.h Documentation group set accordingly 2010-06-14 07:35:53 +00:00
dsc.h fixed documentation typos. 2008-10-14 12:46:39 +00:00
energest.c fixed energest to always add positive values and to use all bits, removed energest arch 2008-09-29 11:44:37 +00:00
energest.h Account for 16 bit rtimer wraparound, else ENERGEST way underreports AVR times. 2011-08-17 16:51:22 -04:00
etimer.c renamed variable, rewrote comment to make easier to read 2007-10-07 19:59:27 +00:00
etimer.h Declare some more functions as CCIF (Contiki Core Interface) to trigger exporting the symbols from the main binary on Win32. 2008-02-07 23:04:35 +00:00
lc-addrlabels.h Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
lc-switch.h fixed documentation typos. 2008-10-14 12:46:39 +00:00
lc.h Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
loader.h fixed documentation typos. 2008-10-14 12:46:39 +00:00
log.h Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
mt.c removed unused state codes and unused printf statements 2009-09-03 12:57:57 +00:00
mt.h fixed documentation typos. 2008-10-14 12:46:39 +00:00
process.c Defensive programming: make sure that a process is actually running before we try to kill it. 2010-10-20 22:24:46 +00:00
process.h Bugfix: PROCESS_PAUSE() must explicitly check the event type, otherwise we may cause the process event queue to fill up if we repeatedly call PROCESS_PAUSE() while other (broadcast) events are posted as well, such as timer events. 2011-11-22 09:36:27 +01:00
procinit.c Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
procinit.h Changed macros to not include a trailing semicolon. 2007-08-22 10:49:48 +00:00
profile-aggregates.c slip.c: 2007-11-18 12:27:44 +00:00
profile.c Factored out the time table keeping code from the profiling code and placed it in a separate 'timetable' module, that may be uesd on its own. 2008-01-17 12:19:25 +00:00
profile.h Factored out the time table keeping code from the profiling code and placed it in a separate 'timetable' module, that may be uesd on its own. 2008-01-17 12:19:25 +00:00
pt-sem.h fixed documentation typos. 2008-10-14 12:46:39 +00:00
pt.h fixed documentation typos. 2008-10-14 12:46:39 +00:00
rtimer.c Remove compiler warnings 2010-01-19 13:08:24 +00:00
rtimer.h Moved down inclusion of rtimer-arch.h to allow rtimer_clock_t to be used in rtimer-arch.h 2010-09-13 20:46:02 +00:00
stimer.c added function to retrieve elapsed time 2010-03-15 15:53:57 +00:00
stimer.h added function to retrieve elapsed time 2010-03-15 15:53:57 +00:00
subprocess.h A module that allows Contiki processes to have subprocesses. A subprocess is defined within another process and is created on the fly when needed. 2006-09-26 20:53:27 +00:00
timer.c fixed timer bug - did not do equality comparison 2010-06-21 19:07:24 +00:00
timer.h Added a timer_remaining() function that returns the time until the timer expires 2008-09-21 08:58:05 +00:00
timetable-aggregate.c Several compiler warning fixes: 2011-02-20 19:28:14 -05:00
timetable-aggregate.h added timetable aggregate reset function 2008-03-13 14:27:34 +00:00
timetable.c Several compiler warning fixes: 2011-02-20 19:28:14 -05:00
timetable.h Adjusted tabs. 2008-02-28 22:11:30 +00:00