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
31a4d8504a
Initial code for a Contiki real-time scheduler
2007-03-19 00:16:13 +00:00
..
arg.c
…
arg.h
…
autostart.c
…
autostart.h
…
cc.h
…
clock.h
…
dsc.h
…
etimer.c
major bug fix: arithmetic was done incorrectly in update_time() + process already expired timers when adding timers
2006-10-09 16:05:58 +00:00
etimer.h
…
lc-addrlabels.h
…
lc-switch.h
…
lc.h
…
loader.h
…
log.h
…
mt.c
Copyright update
2007-03-15 21:46:07 +00:00
mt.h
Commented out unused functionality: the ability to create a process running a thread was never used. With the new code, only running 'bare' threads is supported. If support for creating processes with a thread is needed, it may be reneabled later but currently there doesn't seem to be a need for it
2006-09-26 20:59:51 +00:00
process.c
* Don't include signal.h.
2007-01-24 16:07:20 +00:00
process.h
Added PROCESS_PT_SPAWN, PROCESS_WAIT_UNTIL
2006-10-09 11:54:29 +00:00
procinit.c
…
procinit.h
…
pt-sem.h
…
pt.h
…
rt.c
Initial code for a Contiki real-time scheduler
2007-03-19 00:16:13 +00:00
rt.h
Initial code for a Contiki real-time scheduler
2007-03-19 00:16:13 +00:00
service.c
…
service.h
…
subprocess.h
…
timer.c
…
timer.h
…