コミット履歴

作者 SHA1 メッセージ 日付
  parai 74622c6ed3 Fix issue when loading *.o when do internal function call 8 年 前
  Bernard Xiong 8bb0a1a151 [Kernel] Fix the module object initialization issue 8 年 前
  Bernard Xiong 8ff8436fcd [Kernel] Add device_create/destroy api 8 年 前
  emlslxl e521decf2e 根据documentation/coding_style_cn.txt约定 对内核src和include目录下的文件代码进行格式化 8 年 前
  parai 2957cf6f52 x86: bring up share object module on i386 machine 8 年 前
  Yohozzy 07514c0d0a fix the end of module symbol bug when using iar compiler 8 年 前
  dogandog 91fb7ee1d6 Correct comments about doxygen format 9 年 前
  Bernard Xiong d0dcdd11fe [Kernel] Export more symbols for module. 10 年 前
  Bernard Xiong abd19b8dd7 [Kernel] More better support for module. 10 年 前
  Grissiom 4bb6c8cf0c module: add !__CC_ARM when test __GNUC__ 11 年 前
  bernard 33fed1b167 [Kernel] Better documentation for doxygen. 11 年 前
  bernard 8bd3e6f6dc [Kernel] Change command line to const parameter and add system() function. 11 年 前
  bernard dbcb4a1ccf [Kernel] declare more APIs in module 12 年 前
  bernard 31446eab4c [Kernel] application module can support arguments 12 年 前
  bernard b96b35613f add mount table 12 年 前
  Bernard Xiong 79392bb082 Embedded GPLv2 license. 12 年 前
  Bernard Xiong 98c8a23e94 Add component initialization. 12 年 前
  dzzxzz@gmail.com 0e40d55d9f fixed the coding style of RT_DEBUG_LOG 13 年 前
  dzzxzz@gmail.com 7151de3e2d fixed a compiling error related to RT_DEBUG_LOG and fixed the coding style in module.c 13 年 前
  bernard.xiong@gmail.com ee11663d87 remove rt_current_module and user can use rt_module_unload to remove a module. 13 年 前
  bernard.xiong@gmail.com ffbd0a1673 using RT_DEBUG_LOG instead of rt_kprintf. 13 年 前
  qiuyiuestc@gmail.com 907e1703e6 change module priority; 13 年 前
  qiuyiuestc@gmail.com a3aacbd385 fix section copy bug && format code style 13 年 前
  qiuyiuestc@gmail.com 41520b0723 fix module delete fail problem when met undefined symbols. 13 年 前
  qiuyiuestc@gmail.com 216ce608d1 fix compile warning. 13 年 前
  dzzxzz@gmail.com f19d8aa591 change the return type of function rt_object_is_systemobject() 13 年 前
  dzzxzz@gmail.com 1641c9db4f add memory heap object in module 13 年 前
  qiuyiuestc@gmail.com ffa1c57e10 eliminate compile warning in module.c 13 年 前
  bernard.xiong@gmail.com 0f519b6721 move src\kservice.h to include\rtservice.h. 14 年 前
  qiuyiuestc@gmail.com 407f922a5b fix module unload issue 14 年 前