nes-proj/core/sys
adamdunkels e346d8cf95 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
..
arg.c
arg.h
autostart.c
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
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 fixed documentation typos. 2008-10-14 12:46:39 +00:00
etimer.c
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
lc-switch.h fixed documentation typos. 2008-10-14 12:46:39 +00:00
lc.h
loader.h fixed documentation typos. 2008-10-14 12:46:39 +00:00
log.h
mt.c
mt.h fixed documentation typos. 2008-10-14 12:46:39 +00:00
process.c Process only one poll request at a time to avoid starvation if one process keeps calling process_poll() from its poll handler 2008-01-24 21:00:51 +00:00
process.h fixed documentation typos. 2008-10-14 12:46:39 +00:00
procinit.c
procinit.h
profile-aggregates.c
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
rtimer.h added parameter descriptions 2008-10-14 13:27:55 +00:00
stimer.c corrected macro name 2008-11-05 19:34:36 +00:00
stimer.h use unsigned long since clock_seconds() returns that. 2008-10-02 15:04:37 +00:00
subprocess.h
timer.c 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
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 added timetable aggregate reset function 2008-03-13 14:27:34 +00:00
timetable-aggregate.h added timetable aggregate reset function 2008-03-13 14:27:34 +00:00
timetable.c The cc65 compiler has a bug that doesn't allow to initialize an automatic struct with references to automatic variables. Therefore I changed the timetable used for measuring the timestamping time from automatic to static - which wastes some bytes in the data segment. If this isn't generally acceptable then an #ifdef __CC65__ seems to be the appropriate approach. 2008-02-28 22:43:40 +00:00
timetable.h Adjusted tabs. 2008-02-28 22:11:30 +00:00