.. |
SConscript
|
modify building script for components.
|
2010-04-18 22:16:50 +00:00 |
clock.c
|
apply kuronca patch for heap initialization check.
|
2010-07-22 02:54:19 +00:00 |
device.c
|
remove rt_object_find function.
|
2010-05-03 23:17:25 +00:00 |
idle.c
|
add cleanup callback function on thread exit; add IPC object reset command.
|
2010-11-12 10:16:33 +00:00 |
ipc.c
|
add cleanup callback function on thread exit; add IPC object reset command.
|
2010-11-12 10:16:33 +00:00 |
irq.c
|
remove rt_passed_second in clock; init device driver when driver has been opened if it is not in activate status; change interrupt nest count to rt_uint8_t; add rt_console_set_device function in kservice.c (rt_kprintf function can use device right now)
|
2010-03-08 23:09:40 +00:00 |
kservice.c
|
implement module memory allocator
|
2010-10-28 01:21:47 +00:00 |
kservice.h
|
add license and copyright info
|
2009-12-25 12:18:53 +00:00 |
mem.c
|
fix rt_realloc issue when realloc a NULL pointer.
|
2010-10-14 09:38:03 +00:00 |
mempool.c
|
implement module memory allocator
|
2010-10-28 01:21:47 +00:00 |
module.c
|
add rt_module_realloc implement
|
2010-11-01 01:03:50 +00:00 |
module.h
|
support kernel symbol link in module system
|
2010-10-19 09:25:00 +00:00 |
object.c
|
implement module memory allocator
|
2010-10-28 01:21:47 +00:00 |
rtm.c
|
support kernel symbol link in module system
|
2010-10-19 09:25:00 +00:00 |
scheduler.c
|
implement module memory allocator
|
2010-10-28 01:21:47 +00:00 |
slab.c
|
add rt_module_realloc implement
|
2010-11-01 01:03:50 +00:00 |
thread.c
|
add cleanup callback function on thread exit; add IPC object reset command.
|
2010-11-12 10:16:33 +00:00 |
timer.c
|
fix the timer check bug.
|
2010-05-22 23:26:08 +00:00 |