Commit History

Author SHA1 Message Date
  Bernard Xiong 79392bb082 Embedded GPLv2 license. 12 years ago
  Bernard Xiong 4afdf44da2 add RT_KERNEL_MALLOC/FREE 12 years ago
  bernard.xiong@gmail.com 975610477e Add RT_USING_MEMHEAP_AS_HEAP feature: system can use "heap" memheap as system default memory heap. 12 years ago
  dzzxzz@gmail.com 9f348578e7 fixed the coding style in idle.c 12 years ago
  bernard.xiong@gmail.com ee11663d87 remove rt_current_module and user can use rt_module_unload to remove a module. 12 years ago
  dzzxzz@gmail.com f19d8aa591 change the return type of function rt_object_is_systemobject() 13 years ago
  bernard.xiong@gmail.com d82a8cce21 fixed module unload issue; code cleanup for timer.c 13 years ago
  bernard.xiong@gmail.com 00548d27a1 cleanup code comments. 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@gmail.com 130da0f1d9 RT_DEBUG_NOT_IN_INTERRUPT is only executed when rt_thread_defunct is not empty. 13 years ago
  dzzxzz c0f80bdf9a cleanup kernel code 14 years ago
  dzzxzz 405678552d cleanup code in ipc.c and idle.c 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
  wuyangyong 7bc4fe3b74 add IDLE_THREAD_STACK_SIZE in rtconfig.h 14 years ago
  bernard.xiong 30967678b1 fix compiling issue when RT_USING_HEAP is not defined. 14 years ago
  bernard.xiong@gmail.com 7a80d831c9 update doxygen comments. 14 years ago
  qiuyiuestc d240423d74 construct module symbol table 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
  mbbill a2055ef63a FIX: #endif out of position. 15 years ago
  qiuyiuestc 7fd452b8a6 module update 15 years ago
  qiuyiuestc d54f2bbfc6 module update 15 years ago
  bernard.xiong 2e0352e653 add rt_thread_idle_excute API. 15 years ago
  bernard.xiong 4902e69f1e change the ALIGN definition for IAR compiler. 15 years ago
  qiuyiuestc 8b8dba661f module developing 15 years ago
  bernard.xiong@gmail.com 88bfa45e7a fix thread delete issue when module is not used. 15 years ago
  bernard.xiong@gmail.com ecea5d2b89 fix thread delete issue when module is not used. 15 years ago