contiki/core/sys
David Kopf cac4e9a222 Add clock_delay_us and clock_set_seconds to clock.h. Modify clock_wait to use clock_time_t.
Remove the troublesome avr/dev/delay.* files.
Add PLATFORM_NAME and combine the confusing *_REVISION defines into a single PLATFORM_TYPE
2012-04-09 15:49:53 -04:00
..
arg.c
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
autostart.h
cc.h
clock.h
compower.c
compower.h
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
dsc.h fixed documentation typos. 2008-10-14 12:46:39 +00:00
energest.c
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
lc-addrlabels.h
lc-switch.h
lc.h
loader.h
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
mt.h
process.c
process.h
procinit.c
procinit.h
profile-aggregates.c
profile.c
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
pt.h
rtimer.c
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
stimer.h
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
timetable-aggregate.c
timetable-aggregate.h
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