rt-thread-official/src
Bernard Xiong 3f122bd790
Merge pull request #4053 from yangjie11/kernel
[src][scheduler] remove RT_USING_FINSH in kernel, remove list_thread()
2020-12-07 14:17:57 +08:00
..
Kconfig [src][SConscript] Provide user heap options 2020-11-21 17:56:02 +08:00
SConscript [src/SConscript]update 2020-11-25 15:45:35 +08:00
clock.c 【优化】在代码中移除 rt_system_object_init/rt_system_tick_init 的调用。 2020-11-23 11:39:38 +08:00
components.c fixed whitespace character 2020-01-15 09:14:58 +08:00
cpu.c [Kernel] Fix the wrong indentation 2019-09-28 12:26:48 +08:00
device.c [kernel] code and comments cleanup 2019-12-16 13:59:46 +08:00
idle.c fix spelling mistake for "RT_IDEL_HOOK_LIST_SIZE" 2019-09-05 08:33:12 +08:00
ipc.c define maximum value of ipc type 2020-10-23 01:04:06 +08:00
irq.c [src][irq] 添加 WEAK 修饰,中断嵌套数可由外部提供。 2019-07-12 11:15:20 +08:00
kservice.c [update] check whether it's a same console device. 2020-11-02 15:00:12 +08:00
mem.c Update mem.c 2020-03-27 18:57:29 +08:00
memheap.c fix bug of rt_memheap_detach 2020-11-16 15:10:22 +08:00
mempool.c Minor optimization for mempool.c 2020-07-23 19:35:31 +08:00
object.c Merge pull request #4081 from mysterywolf/rt_object_delete 2020-11-24 23:22:20 +08:00
scheduler.c [src][scheduler] remove RT_USING_FINSH in kernel, remove list_thread() 2020-11-21 14:53:30 +08:00
signal.c [kernel] code and comments cleanup 2019-12-16 13:59:46 +08:00
slab.c fix slab at 64bits CPU 2019-03-20 15:11:52 +08:00
thread.c [Kernel] fix the delay_until issue 2020-10-22 22:44:58 +08:00
timer.c Fixed an issue with rt_timer_start being broken and destroying the timer list 2020-11-27 10:35:13 +08:00