rt-thread/src
qiuyiuestc@gmail.com fe9f043b55 upgrade ftk demos
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1423 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-05-23 01:33:31 +00:00
..
SConscript cleanup scons building script 2010-11-20 12:31:00 +00:00
clock.c apply new tick overflow patch from Charlie 2010-11-25 23:44:58 +00:00
device.c update doxygen comments. 2010-11-29 00:04:55 +00:00
idle.c add IDLE_THREAD_STACK_SIZE in rtconfig.h 2011-03-04 09:16:41 +00:00
ipc.c cleanup scons building script 2010-11-20 12:31:00 +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 add RT_USING_CONSOLE definition. 2011-03-12 00:08:47 +00:00
kservice.h update doxygen comments. 2010-11-29 00:04:55 +00:00
mem.c fix the magic issue in allocated memory block. 2011-03-24 06:09:58 +00:00
mempool.c add object allocation check. 2011-01-24 13:25:36 +00:00
module.c upgrade ftk demos 2011-05-23 01:33:31 +00:00
module.h update elf loader for R_ARM_RELATIVE type relocation 2010-12-13 00:33:07 +00:00
object.c update doxygen comments. 2010-11-29 00:04:55 +00:00
rtm.c upgrade ftk demos 2011-05-23 01:33:31 +00:00
scheduler.c cleanup trace log. 2011-05-14 00:12:49 +00:00
slab.c fix memory static problem 2011-01-05 00:39:36 +00:00
thread.c fix compiling issue when RT_USING_HEAP is not defined. 2010-11-30 05:20:41 +00:00
timer.c add IAR compiler version check in weak; add rt_malloc_page/rt_free_page for application module; fix the software timer thread stack issue. 2010-12-08 23:17:23 +00:00