Oliver Hahm
1e0516fe73
[core msg]
...
* updated documentation
2011-12-01 14:11:09 +01:00
Oliver Hahm
a5d1d6d26b
[core scheduler]
...
* added optional callback for scheduler timing statistics
2011-10-05 15:13:34 +02:00
mlenders
9521142842
merged
2011-07-10 22:49:41 +02:00
Oliver Hahm
706d982705
[core kernel]
...
* fixed include search directive for internal header file
2011-06-27 11:34:21 +02:00
Oliver Hahm
5a0e412249
[core sched]
...
* removed declaration from header file
2011-06-24 17:53:09 +02:00
Oliver Hahm
fa94cecf1f
[core mutex]
...
* fixed bug from r5b3209ea
2011-04-14 13:47:24 +02:00
Oliver Hahm
23cd123bdb
[core thread]
...
* fixed wrong struct name in macro
2011-04-04 13:15:21 +02:00
Stephan Zeisberg
5abef6daf2
changed types irq_callback, hashtable, posix_io, s_display_flags, seq_buffer_entry, tcb, toprint to type_t"
2011-03-08 11:43:21 +01:00
Stephan Zeisberg
6a96de0d2f
changed msg to msg_t
2011-03-08 10:54:40 +01:00
Stephan Zeisberg
4bce433513
branch merge
2010-12-13 11:21:22 +01:00
5838ce604b
* hwtimer: switched to lifo
2010-12-10 16:50:16 +01:00
d5ff633d07
* initial checkin of last in first out array queue (lifo)
2010-12-10 16:49:29 +01:00
88ccc555dc
* moved config to sys, split away board specifics
2010-12-06 17:32:27 +01:00
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
2010-12-03 18:42:03 +01:00
Oliver Hahm
a46cdf189a
* introduced identifiers (include shell commands to get and set)
...
* introduced a system wide configuration
2010-12-01 16:26:48 +01:00
Stephan Zeisberg
9efaa3bbb6
branch merge fixes
2010-11-30 11:37:44 +01:00
Stephan Zeisberg
8264cde342
branch merge
2010-11-30 11:04:57 +01:00
3e70da172e
* removed unneccessary double definition of struct
2010-11-26 15:12:47 +01:00
3a83ef0824
* msg queue optimization
2010-11-26 15:02:15 +01:00
5467d08536
* hwtimer: export hwtimer_now
2010-11-26 14:34:10 +01:00
cb79a7a237
* first implementation of msg queues
2010-11-26 14:21:48 +01:00
cb1d5c7ab3
* added circular index buffer implementation
2010-11-26 13:15:01 +01:00
d40052e24b
* cosmetics
2010-11-25 16:22:46 +01:00
0441c5a4a4
* some more mutex related changes
2010-11-11 11:22:45 +01:00
21e6aaff24
* fix priority queue insert
2010-11-11 11:21:58 +01:00
dad5bf866c
* removed unused prio function
2010-11-11 09:57:54 +01:00
8b242c74a8
* mutex changes
2010-11-11 09:55:08 +01:00
9122445c27
* align tcb on 32bit boundary
2010-11-09 17:01:52 +01:00
Oliver Hahm
3b9e9befa9
* some cosmetics and lpm flags for UART
2010-11-08 21:39:30 +01:00
Oleg
88c0ec84ee
* added set offset shell command for sht11
...
* introduced command separator for pyterm
* some cosmetics
2010-11-07 23:18:41 +01:00
Oleg
416029d2c0
* changed default project from "hello-world" to "default"
...
* increased main priority to the half of maximum priority
* introduced define for minimum stack size
* decreased stack size for uart0 thread
* merged commands for rtc shell module to one command (date)
* cleanup of header includes
2010-11-05 19:33:45 +01:00
ba03f610c4
* fix status size
2010-11-04 17:06:03 +01:00
2bf64ea4d0
* make doc reflect latest API change
2010-11-04 16:51:04 +01:00
67f72d43ee
Merge branch 'master' of ssh://ukleos.org/home/git/ukleos
2010-11-04 16:48:14 +01:00
eff0b1980f
* API CHANGE! changed thread_create so it allocates tcb on stack, removing first argument
2010-11-04 16:47:24 +01:00
Oliver Hahm
d1bff5cb3d
Merge branch 'master' of ssh://ukleos.des-mesh.net/home/git/ukleos
2010-11-04 16:23:11 +01:00
Oliver Hahm
e335ccfb43
* fixed wrong return value for thread_wakeup
...
* changed hwtimer_wait to use thread_sleep instead of mutexes
2010-11-04 16:21:39 +01:00
7f8baa8818
* removed unneccessary priority names
2010-11-04 14:21:12 +01:00
dc094d442b
* fix msg_reply_int
2010-11-03 11:37:32 +01:00
d48c1e6e16
* fix msg_reply_int
2010-11-03 11:37:20 +01:00
711ae3b686
* thread: add some more debug statements
2010-11-02 11:40:10 +01:00
3b46b2d2af
* fix stack assignment mixup for main / idle threads
2010-11-02 11:06:58 +01:00
62035f36c8
* add some more debug statements
2010-11-01 15:53:33 +01:00
0f4a72974a
* hwtimer.c cosmetics
2010-11-01 15:50:31 +01:00
cc800bcb13
* honour previous IRQ state in error path
2010-11-01 13:45:30 +01:00
Oliver Hahm
5b3209ea19
* check for null pointer in mutex wake waiters function
2010-11-01 13:29:40 +01:00
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
2010-10-29 17:32:03 +02:00
11bc939d67
* merge fixes
2010-10-28 11:31:19 +02:00
1e238e4131
* massive name changes
2010-10-28 11:29:03 +02:00
1206f6fd5e
* massive name changes
2010-10-28 11:22:57 +02:00
273f281a2f
* msg: fix msg_reply
2010-10-28 10:20:06 +02:00
7a8a07fe08
* msg: fix msg_reply
2010-10-28 10:12:45 +02:00
Stephan Zeisberg
796544b650
fixed buf in msg_reply function
2010-10-27 21:30:03 +02:00
f945b72067
* API CHANGE: thread_create no longer uses malloc
2010-10-25 15:40:01 +02:00
cfccf0f2ca
* remove mu character from kernel greeting line.
2010-10-11 17:05:33 +02:00
a076a765b3
* oneway_malloc: added realloc
2010-09-30 16:07:00 +02:00
867fd7f293
* pull in VERY useful defines in thread.h
2010-09-30 15:08:50 +02:00
52bca573f4
* make msg_send use IRQ api
...
* msg_send_int now sets sender_pid to receiver_pid
2010-09-24 16:24:13 +02:00
72785295a3
* cosmetic
2010-09-24 16:23:54 +02:00
e8ad60671b
* fixed kernel name in welcome message
2010-09-24 16:23:31 +02:00
91ae1eb6fd
* import from old firekernel repository
2010-09-22 15:10:42 +02:00