Oliver Hahm
e69da952de
* forbid the usage of '0' as an parameter for number_of_the_lowest_bit()
11 years ago
Martin Lenders
07e8ac9c19
Remove swtimer
...
see #4
11 years ago
Oleg Hahm
349bec1f0f
* added documentation to kernel_intern.h
11 years ago
Oleg Hahm
e8af0c42c3
* created prototype for cpu_switch_context_exit()
11 years ago
Oliver Hahm
e6177e811a
* moved cpu and board specific parts to corresponding Makefiles
...
* introduced variable for cpu folder
11 years ago
Ludwig Ortmann
f8973bb007
Merge remote-tracking branch 'upstream/master'
11 years ago
Oliver Hahm
0d06e1bc18
Merge branch 'master' of github.com:RIOT-OS/RIOT
11 years ago
Oliver Hahm
7a4dec1830
* replaced new Makefile name in Makefiles
11 years ago
Oliver Hahm
5ffe5a9c27
* renamed makefiles to Makefile
11 years ago
Oleg Hahm
2ed63bd5c6
* removed outdated (and probably confusing) FeuerWhere project as an author
11 years ago
Oleg Hahm
2277b366b2
* removed outdated occurrences of (u|µ)kleos and FeuerWare
11 years ago
Oleg Hahm
68c9a60348
* fixed a copy&paste error in hwtimer_arch.h
11 years ago
Ludwig Ortmann
d65536f77b
native cpu initial import
11 years ago
Oleg Hahm
48e5df9bef
* some clean up
...
* assert active_thread pointer before saving it
11 years ago
Oleg Hahm
5aa00a4f8b
* fixed typo in readme
...
* fixed documentation in irq.h
* moved tools folder to dist
* added check for disk space in build_gnuarm script
* fixed gcc check in this script, too
11 years ago
Oleg Hahm
d31ee82518
* removed legacy projects folder and Jamfiles
11 years ago
Oliver Hahm
9df46b3507
* fixed makefiles for msb-430h support
11 years ago
Oliver Hahm
82f2e3d4e0
* added missing makefiles for msb430h
...
* updated some makefiles and fixed includes for msb430h
11 years ago
Oleg Hahm
5df0bd0cc4
* updated and integrated makefiles
...
* added some auto dependencies
11 years ago
Oleg Hahm
3791039974
* integrated makefiles
...
* fixed some prototypes
* restructured sys
11 years ago
Oliver Hahm
4162a2aff8
[core thread]
...
* added thread_getlastpid() to header
11 years ago
Oliver Hahm
bf96b81f53
[core include]
...
* added header for low-level io operations
11 years ago
Oliver Hahm
e49a17f4f7
Merge branch 'feuerware-integration'
11 years ago
Oliver Hahm
92281753ad
Merge branch 'stable'
...
Conflicts:
core/sched.c
sys/auto_init.c
11 years ago
Oliver Hahm
a20088f6e8
[core sched]
...
* fixed thread_getlastpid()
* enable interrupts again in thread_sleep() to avoid getting stuck w/
disabled interrupts
[cpu lpc2387]
* added hwtimer as dependency for MCI driver
[project test_*]
* fixed some expect scripts
11 years ago
Oliver Hahm
2109f7dc86
[core thread]
...
* added thread_getlastpid
11 years ago
Oliver Hahm
a30a18b3a8
[core msg]
...
* updated documentation of msg_send_receive()
11 years ago
Oliver Hahm
ffc7976aea
[core config]
...
* added prototype for config_load to header
11 years ago
Oliver Hahm
918a31cf8c
[core hwtimer] [cpu arm]
...
* adapted core and arm cpu
12 years ago
Oliver Hahm
551d684155
Merge branch 'master' of ssh://ukleos.org:2222/home/git/ukleos
12 years ago
Oliver Hahm
0d6d3e2c43
[board msba2-common] [sys chardev_thread] [sys shell] [driver cc110x_ng] [core msg]
...
* some cosmetics and cleanups
12 years ago
Oliver Hahm
961b4df179
[core cib] [projects default] [sys shell]
...
* fixed some minor issues found by splint
12 years ago
Oliver Hahm
59a46e0e88
Merge branch 'sixlowpan'
...
Conflicts:
cpu/arm_common/hwtimer_cpu.c
sys/include/vtimer.h
sys/vtimer.c
12 years ago
Oliver Hahm
75b4c946ac
[core hwtimer]
...
* removed double function prototype
12 years ago
Oliver Hahm
e89dc07a05
core/
12 years ago
Oliver Hahm
0fd8127fab
[core msg]
...
* updated IPC documentation
12 years ago
Oliver Hahm
1e0516fe73
[core msg]
...
* updated documentation
12 years ago
Oliver Hahm
a5d1d6d26b
[core scheduler]
...
* added optional callback for scheduler timing statistics
12 years ago
mlenders
9521142842
merged
12 years ago
Oliver Hahm
706d982705
[core kernel]
...
* fixed include search directive for internal header file
12 years ago
Oliver Hahm
5a0e412249
[core sched]
...
* removed declaration from header file
12 years ago
Oliver Hahm
fa94cecf1f
[core mutex]
...
* fixed bug from r5b3209ea
13 years ago
Oliver Hahm
23cd123bdb
[core thread]
...
* fixed wrong struct name in macro
13 years ago
Stephan Zeisberg
5abef6daf2
changed types irq_callback, hashtable, posix_io, s_display_flags, seq_buffer_entry, tcb, toprint to type_t"
13 years ago
Stephan Zeisberg
6a96de0d2f
changed msg to msg_t
13 years ago
Stephan Zeisberg
4bce433513
branch merge
13 years ago
Kaspar Schleiser
5838ce604b
* hwtimer: switched to lifo
13 years ago
Kaspar Schleiser
d5ff633d07
* initial checkin of last in first out array queue (lifo)
13 years ago
Kaspar Schleiser
88ccc555dc
* moved config to sys, split away board specifics
13 years ago
Oliver Hahm
fb1cb91c75
[board/msp-430-common board/msba2 core/]
...
* introduced dummy function for msp-430 config-save
* moved sysconfig from board to core
[sys/transceiver cpu/]
* moved some buffer size defines to cpu dependent parts
* some cleanups
13 years ago