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