nes-proj/core/sys
adamdunkels 97708d6235 Documentation group set accordingly 2010-06-14 07:35:53 +00:00
..
arg.c
arg.h
autostart.c
autostart.h
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 Improved per-packet power profiling: if a packet is retransmitted, the new energy is added to the old energy so that it is possible to measure the full energy for all transmissions of the packet 2010-02-23 18:39:00 +00: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 Bugfix: attribute energy expenditure to a device only if the device was actually switched on 2009-10-20 20:19:27 +00: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 Removed unused code; a number of fixed by Anthony Asterisk 2010-02-02 21:13:27 +00:00
process.h fixed documentation typos. 2008-10-14 12:46:39 +00: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 inclusion of rtimer-arch.h to top of rtimer.h, to avoid circular rtimer_clock_t dependencies 2010-03-23 13:35:00 +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 Ugly workaround for internal error in mspgcc when applying the >= operator to two 32-bit values 2010-02-23 18:40:08 +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
timetable-aggregate.h
timetable.c merge change from branch into mainline. <fingers crossed> 2010-04-06 19:10:21 +00:00
timetable.h