dzzxzz
|
12b5e56f46
unify the coding style of kernel
|
13 years ago |
bernard.xiong@gmail.com
|
6b31d549c7
cleanup some comments.
|
13 years ago |
bernard.xiong@gmail.com
|
27bbf04ac6
add more parameters checking in message queue
|
13 years ago |
dzzxzz
|
a1e64f295c
unify the ipc.c coding style according to the /documentation/coding_style_cn.txt
|
13 years ago |
bernard.xiong@gmail.com
|
cc66f2dee6
clean up comments from chaos.proton@gmail.com.
|
13 years ago |
dzzxzz
|
c0f80bdf9a
cleanup kernel code
|
14 years ago |
dzzxzz
|
405678552d
cleanup code in ipc.c and idle.c
|
14 years ago |
bernard.xiong@gmail.com
|
e7003777e0
cleanup ipc code.
|
14 years ago |
bernard.xiong
|
9fce2db27e
fixed the scheduling issue in rt_thread_startup; changed the end of line to UNIX style.
|
14 years ago |
bernard.xiong
|
ed87391097
fixed rt_thread_exit issue if the current thread has been preempted.
|
14 years ago |
mbbill@gmail.com
|
573b73465e
more updates on previous change
|
14 years ago |
mbbill@gmail.com
|
98d59d153e
bugfix: thread->error will be changed unexpectedly when sending a mail in interrupt context.
|
14 years ago |
qiuyiuestc@gmail.com
|
cea21370a4
rewrite module memory allocator
|
14 years ago |
bernard.xiong@gmail.com
|
ee68988518
change the RT_DEBUG_NOT_REENT to RT_DEBUG_NOT_IN_INTERRUPT.
|
14 years ago |
mbbill@gmail.com
|
864bd11802
Add reentrance check. Put kernel debug switch together.
|
14 years ago |
mbbill@gmail.com
|
8cae5c147f
fix mailbox offset overflow
|
14 years ago |
bernard.xiong@gmail.com
|
3126b45da6
Remove divide instructions.
|
14 years ago |
mbbill@gmail.com
|
ae674ab359
Now, lwip is using blocking mailbox.
|
14 years ago |
mbbill@gmail.com
|
252bc41a2c
add a blocking mailbox post function
|
14 years ago |
bernard.xiong@gmail.com
|
24c5c98240
move the setting next pointer to NULL out off interrupt disable.
|
14 years ago |
bernard.xiong
|
3ea3d509ef
change the wrong end of line (all of them shall be UNIX end of line).
|
14 years ago |
bernard.xiong@gmail.com
|
10732a76e9
cleanup scons building script
|
14 years ago |
bernard.xiong
|
7018ab0661
add cleanup callback function on thread exit; add IPC object reset command.
|
14 years ago |
qiuyiuestc
|
fb7d4122fc
implement module memory allocator
|
14 years ago |
bernard.xiong
|
a0c9b0e90e
move memcpy outside interrupt disable in mq.
|
15 years ago |
bernard.xiong
|
b557f30630
remove rt_ipc_object_decrease function
|
15 years ago |
mbbill
|
f8f7a5f510
FIX: Removed suspend_thread_count.
|
15 years ago |
bernard.xiong
|
51e2d91378
add license and copyright info
|
15 years ago |
bernard.xiong
|
8f90e129d3
clean up software timer code.
|
15 years ago |
bernard.xiong
|
fe92b1daed
fix the rt_ipc_object_suspend issue when IPC flag is RT_IPC_FLAG_PRIO
|
15 years ago |