Oleg Hahm
32f918abe8
simplified sched_switch
...
sched_switch can check ISR itself.
9 years ago
Christian Mehlis
3dce0cbb97
Merge pull request #662 from Kijewski/remove-sched_init
...
Do not zero out sched_threads needlessly
9 years ago
Ludwig Ortmann
2525920426
remove trailing whitespace and newlines
9 years ago
René Kijewski
7e685d6b36
Do not zero out sched_threads needlessly
...
The function sched_init() zeroes out sched_threads needlessly. All
static variables can be assumed to be initialized with zero, anyways.
The C standard mandates it, and all at other places in the code it is
assumed.
9 years ago
Oleg Hahm
903ec54a43
making include directives consistent
9 years ago
Hauke Petersen
3785fe956b
Fixed doxygen comments, focused on file headers and group definitions
9 years ago
Ludwig Ortmann
d06e0d8717
rename runtime to reflect the unit of measurement
9 years ago
Ludwig Ortmann
ffd8088d1d
proper inttype runtime, declare to import
...
define runtime long as hwtimer_now() uses long
import hwtimer.h instead of declaring hwtimer_now()
10 years ago
Oleg Hahm
2981fe0844
Improving sched.h documentation
10 years ago
Oleg Hahm
7dbb97e376
added documentation for sched.h
10 years ago
Oleg Hahm
932c626c6b
moved prototype for sched_register_cb() from C file to header
10 years ago
Oliver Hahm
f359453083
fixed doxygen value
10 years ago
Oliver Hahm
ffeb6f8523
fixed coding conventions (correctly this time)
10 years ago
Oleg Hahm
e8af0c42c3
* created prototype for cpu_switch_context_exit()
10 years ago
Oleg Hahm
2ed63bd5c6
* removed outdated (and probably confusing) FeuerWhere project as an author
10 years ago
Oleg Hahm
3791039974
* integrated makefiles
...
* fixed some prototypes
* restructured sys
10 years ago
Oliver Hahm
5a0e412249
[core sched]
...
* removed declaration from header file
12 years ago
Stephan Zeisberg
5abef6daf2
changed types irq_callback, hashtable, posix_io, s_display_flags, seq_buffer_entry, tcb, toprint to type_t"
12 years ago
Kaspar Schleiser
0441c5a4a4
* some more mutex related changes
13 years ago
Kaspar Schleiser
8b242c74a8
* mutex changes
13 years ago
Oliver Hahm
f38f32f6cc
* added support for sht11 for msb-430-common
...
* fixed some jamfile isssues for msb-430
* fixed arch32 detection for scheduler
* changed sht11 driver to be platform independent
13 years ago
Kaspar Schleiser
1e238e4131
* massive name changes
13 years ago