Bernard Xiong
|
db73a31ec8
[Kernel] Fix compiling warning.
|
10 years ago |
Grissiom
|
c045281ee2
object: fix module name testing
|
10 years ago |
bernard
|
4e2a6cc361
[Kernel] The rt_object_find routine can support to find an object inside a module. The usage is: rt_object_find("module_name/object_name").
|
11 years ago |
Bernard Xiong
|
79392bb082
Embedded GPLv2 license.
|
12 years ago |
Bernard Xiong
|
4afdf44da2
add RT_KERNEL_MALLOC/FREE
|
12 years ago |
dzzxzz@gmail.com
|
a6b4440643
fixed the coding style in object.c
|
12 years ago |
qiuyiuestc@gmail.com
|
a73abdccf5
split export symbols from rtm.c to each file
|
13 years ago |
dzzxzz@gmail.com
|
f7aadffcde
there is no need to type cast for "object"
|
13 years ago |
dzzxzz@gmail.com
|
f19d8aa591
change the return type of function rt_object_is_systemobject()
|
13 years ago |
bernard.xiong@gmail.com
|
87195cf84e
Added memory heap object implementation; Added RT_LIST_OBJECT_INIT macro.
|
13 years ago |
bernard.xiong@gmail.com
|
0f519b6721
move src\kservice.h to include\rtservice.h.
|
13 years ago |
dzzxzz
|
12b5e56f46
unify the coding style of kernel
|
13 years ago |
bernard.xiong
|
e7eaf16bf4
fixed object name copy bug; update AT91SAM7S64 branch.
|
13 years ago |
dzzxzz
|
7926109356
cleanup kernel code
|
14 years ago |
dzzxzz
|
c0f80bdf9a
cleanup kernel code
|
14 years ago |
qiuyiuestc@gmail.com
|
cea21370a4
rewrite module memory allocator
|
14 years ago |
bernard.xiong@gmail.com
|
de50381baa
because the sethook operation is invoked only in system initialization, the interrupt protect is removed.
|
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 |
bernard.xiong@gmail.com
|
7a80d831c9
update doxygen comments.
|
14 years ago |
qiuyiuestc
|
56c6c301bc
clean up code
|
14 years ago |
bernard.xiong@gmail.com
|
f84c16c60d
recover rt_object_find function.
|
14 years ago |
qiuyiuestc
|
d240423d74
construct module symbol table
|
14 years ago |
qiuyiuestc
|
fb7d4122fc
implement module memory allocator
|
14 years ago |
qiuyiuestc
|
a8eff5c965
fix object create error
|
15 years ago |
qiuyiuestc
|
446799244a
module clean up
|
15 years ago |
bernard.xiong
|
fca4e1a719
remove rt_object_find function.
|
15 years ago |
qiuyiuestc
|
38c432620f
module developing
|
15 years ago |
qiuyiuestc
|
cbfb87fac1
add module feature
|
15 years ago |
bernard.xiong
|
51e545f575
move object container initialization to static initialization.
|
15 years ago |