.. |
arg.c
|
|
|
arg.h
|
|
|
autostart.c
|
|
|
autostart.h
|
|
|
cc.h
|
|
|
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
|
|
|
energest.h
|
Account for 16 bit rtimer wraparound, else ENERGEST way underreports AVR times.
|
2011-08-17 16:51:22 -04:00 |
etimer.c
|
|
|
etimer.h
|
|
|
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
|
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
|
|
|
procinit.h
|
|
|
profile-aggregates.c
|
|
|
profile.c
|
|
|
profile.h
|
|
|
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
|
|
|
timer.c
|
fixed timer bug - did not do equality comparison
|
2010-06-21 19:07:24 +00:00 |
timer.h
|
|
|
timetable-aggregate.c
|
Several compiler warning fixes:
|
2011-02-20 19:28:14 -05:00 |
timetable-aggregate.h
|
|
|
timetable.c
|
Several compiler warning fixes:
|
2011-02-20 19:28:14 -05:00 |
timetable.h
|
|
|