This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
contiki
Watch
1
Star
0
Fork
0
You've already forked contiki
mirror of
https://github.com/oliverschmidt/contiki.git
synced
2025-03-10 01:30:50 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
contiki
/
core
/
sys
History
adamdunkels
f4dd9ccd5b
Rewrote the process code so that initialization events are posted synchronously instead of asynchronously, so that we don't have to explicitly wait for processes to be initialized. This also reduces the size of the event queue by half on the Tmote Sky platform since the queue was maximized during system bootup. This change also prompted an update of the process invokation code to ensure that a process is not invoked again when processing an event. General cleanup of the code also.
2008-01-23 15:18:06 +00:00
..
arg.c
…
arg.h
…
autostart.c
slip.c:
2007-11-18 12:27:44 +00:00
autostart.h
slip.c:
2007-11-18 12:27:44 +00:00
cc.h
Added a macro for concatenation of two strings, which may be macro expansions
2008-01-14 09:22:22 +00:00
clock.h
…
dsc.h
…
etimer.c
…
etimer.h
…
lc-addrlabels.h
…
lc-switch.h
…
lc.h
…
loader.h
…
log.h
…
mt.c
…
mt.h
…
process.c
Rewrote the process code so that initialization events are posted synchronously instead of asynchronously, so that we don't have to explicitly wait for processes to be initialized. This also reduces the size of the event queue by half on the Tmote Sky platform since the queue was maximized during system bootup. This change also prompted an update of the process invokation code to ensure that a process is not invoked again when processing an event. General cleanup of the code also.
2008-01-23 15:18:06 +00:00
process.h
Rewrote the process code so that initialization events are posted synchronously instead of asynchronously, so that we don't have to explicitly wait for processes to be initialized. This also reduces the size of the event queue by half on the Tmote Sky platform since the queue was maximized during system bootup. This change also prompted an update of the process invokation code to ensure that a process is not invoked again when processing an event. General cleanup of the code also.
2008-01-23 15:18:06 +00:00
procinit.c
…
procinit.h
…
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
…
pt.h
…
rtimer.c
…
rtimer.h
…
subprocess.h
…
timer.c
…
timer.h
…
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
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
timetable-aggregate.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
timetable.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
timetable.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