.. |
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
|
Added a clock_seconds() function prototype to core/sys/clock.h, that returns seconds in 32 bit format.
|
2008-07-07 23:38:46 +00:00 |
dsc.h
|
Support for z80(sdcc) port.
|
2007-08-30 14:39:16 +00:00 |
energest.c
|
Moved energest.{c,h} from core/lib to core/sys: power profiling is a system mechanism, not a library
|
2008-07-03 23:36:30 +00:00 |
energest.h
|
Moved energest.{c,h} from core/lib to core/sys: power profiling is a system mechanism, not a library
|
2008-07-03 23:36:30 +00: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
|
Spelling error fix
|
2007-03-28 19:52:50 +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
|
Import of the contiki-2.x development code from the SICS internal CVS server
|
2006-06-17 22:41:10 +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 code
|
2007-05-22 20:58:14 +00:00 |
mt.h
|
Removed old unused documentation that messed up Doxygen
|
2008-05-27 14:00:09 +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
|
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 |
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
|
Import of the contiki-2.x development code from the SICS internal CVS server
|
2006-06-17 22:41:10 +00:00 |
pt.h
|
Fixed the behaviour of PT_SCHEDULE() so that it returns true if a protothread is still active (yielded or waiting). Thanks to Kevin Collins for fixing.
|
2006-09-26 20:57:58 +00:00 |
rtimer.c
|
Made rtimer callback a typedefed type to make function prototypes nicer
|
2007-10-23 20:33:19 +00:00 |
rtimer.h
|
Made rtimer callback a typedefed type to make function prototypes nicer
|
2007-10-23 20:33:19 +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 typo.
|
2007-05-27 11:11:28 +00:00 |
timer.h
|
Import of the contiki-2.x development code from the SICS internal CVS server
|
2006-06-17 22:41:10 +00:00 |
timesynch.c
|
The radio driver now takes care of adjusting for the transmission time
|
2008-01-08 07:54:16 +00:00 |
timesynch.h
|
A simple implicit network time synchronization mechanism
|
2007-12-16 14:29:56 +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 |