提交历史

作者 SHA1 备注 提交日期
  yangjie 464d0c5a97 [kernel] update comments 4 年之前
  yangjie 5de6996670 [kernel]update format 4 年之前
  yangjie a912a2f88f [kernel]Normalized kernel API annotation 4 年之前
  guo b24447a60a Merge pull request #4785 from mysterywolf/endif 4 年之前
  Meco Man 4fa92ae3f6 [kernel] 补充endif后缀注释(4) 4 年之前
  Meco Man b2dd3f00f0 [bug][kernel][heap] 将内存堆保护机制由FIFO改为PRIO 4 年之前
  Meco Man 678306d300 [kernel]auto formatted 5 年之前
  greed-island b082876c9b Update mem.c 5 年之前
  Bernard Xiong 7383269905 [Kernel] Code cleanup for compiling warning. 7 年之前
  Bernard Xiong 484afe9d2c [Kernel] Add 64bit CPU support. 7 年之前
  armink cc0f5ca1cd [kernel][mem] Improve some ISR check range. 7 年之前
  Bernard Xiong ff08faf605 [Kernel] Adjust the copyright information 7 年之前
  Bernard Xiong 41f7f2c284 [Kernel] Update to Apache License v2.0 7 年之前
  emlslxl 2340408e3c fix code style 8 年之前
  Bernard Xiong 5326bd55a5 [Kernel] Add memory trace for small memory management 8 年之前
  emlslxl e521decf2e 根据documentation/coding_style_cn.txt约定 对内核src和include目录下的文件代码进行格式化 8 年之前
  armink a7e7b3dc02 [Kernel] Fix rt_realloc issue when new size is 0. 8 年之前
  dogandog 3e249d2169 Correct comments about doxygen format 9 年之前
  Bernard Xiong 730592df19 [Kernel] mark the free mem block with HEAP_MAGIC. 10 年之前
  bernard b23de95ff4 [Kernel] comments clean up. 11 年之前
  Bernard Xiong 79392bb082 Embedded GPLv2 license. 12 年之前
  bernard.xiong@gmail.com 975610477e Add RT_USING_MEMHEAP_AS_HEAP feature: system can use "heap" memheap as system default memory heap. 13 年之前
  dzzxzz@gmail.com 07ea5e8fec fixed coding style in src/mem.c 13 年之前
  dzzxzz@gmail.com 0e40d55d9f fixed the coding style of RT_DEBUG_LOG 13 年之前
  qiuyiuestc@gmail.com a73abdccf5 split export symbols from rtm.c to each file 13 年之前
  dzzxzz 12b5e56f46 unify the coding style of kernel 14 年之前
  dzzxzz c0f80bdf9a cleanup kernel code 14 年之前
  bernard.xiong 9fce2db27e fixed the scheduling issue in rt_thread_startup; changed the end of line to UNIX style. 14 年之前
  bernard.xiong@gmail.com de50381baa because the sethook operation is invoked only in system initialization, the interrupt protect is removed. 14 年之前
  bernard.xiong@gmail.com ee68988518 change the RT_DEBUG_NOT_REENT to RT_DEBUG_NOT_IN_INTERRUPT. 14 年之前