提交歷史

作者 SHA1 備註 提交日期
  Bernard Xiong ff08faf605 [Kernel] Adjust the copyright information 6 年之前
  Bernard Xiong 41f7f2c284 [Kernel] Update to Apache License v2.0 6 年之前
  Bernard Xiong efe4523132 [Kernel] move module tolibc/libdl. 6 年之前
  liang yongxiang 7b984c2f54 [kernel] add rt_object_get_type() function who return type of object without static flag 7 年之前
  liang yongxiang c5ed45237e [kernel] reset type when object delete or detach 7 年之前
  Bernard Xiong df64a297ab [Kernel] Remove memory ops when SLAB and module enable 7 年之前
  Bernard Xiong 682da9b249 [Kernel] Remove object container in module feature. 7 年之前
  Bernard Xiong 1f37c1a497 [Kernel] Fix the object find issue when enable MODULE 7 年之前
  BernardXiong 992e10ae08 [Kernel] fix the compiling warning. 7 年之前
  Bernard Xiong e2d88e433e [Kernel] fix the object container initialization issue 7 年之前
  Bernard Xiong 8ff8436fcd [Kernel] Add device_create/destroy api 7 年之前
  emlslxl e521decf2e 根据documentation/coding_style_cn.txt约定 对内核src和include目录下的文件代码进行格式化 7 年之前
  dogandog ed7088024d Correct comments about doxygen format 9 年之前
  Bernard Xiong db73a31ec8 [Kernel] Fix compiling warning. 10 年之前
  Grissiom c045281ee2 object: fix module name testing 10 年之前
  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 年之前
  Bernard Xiong 79392bb082 Embedded GPLv2 license. 12 年之前
  Bernard Xiong 4afdf44da2 add RT_KERNEL_MALLOC/FREE 12 年之前
  dzzxzz@gmail.com a6b4440643 fixed the coding style in object.c 12 年之前
  qiuyiuestc@gmail.com a73abdccf5 split export symbols from rtm.c to each file 13 年之前
  dzzxzz@gmail.com f7aadffcde there is no need to type cast for "object" 13 年之前
  dzzxzz@gmail.com f19d8aa591 change the return type of function rt_object_is_systemobject() 13 年之前
  bernard.xiong@gmail.com 87195cf84e Added memory heap object implementation; Added RT_LIST_OBJECT_INIT macro. 13 年之前
  bernard.xiong@gmail.com 0f519b6721 move src\kservice.h to include\rtservice.h. 13 年之前
  dzzxzz 12b5e56f46 unify the coding style of kernel 13 年之前
  bernard.xiong e7eaf16bf4 fixed object name copy bug; update AT91SAM7S64 branch. 13 年之前
  dzzxzz 7926109356 cleanup kernel code 13 年之前
  dzzxzz c0f80bdf9a cleanup kernel code 13 年之前
  qiuyiuestc@gmail.com cea21370a4 rewrite module memory allocator 14 年之前
  bernard.xiong@gmail.com de50381baa because the sethook operation is invoked only in system initialization, the interrupt protect is removed. 14 年之前