rt-thread-official/src
Bernard Xiong b0dbdf4289
Merge pull request #1621 from armink/fix_idle_hook
[idle] Add idle hook list.
2018-07-14 15:20:59 +08:00
..
Kconfig [kernel][idle] Add idle hook list. 2018-07-13 10:02:27 +08:00
SConscript [Kernel]when the macro of RT_USING_COMPONENTS_INIT is not open ,then remove the source of components.c from the project. 2015-05-20 15:21:29 +08:00
clock.c [Kernel] Add signal implementation. 2017-10-15 22:31:53 +08:00
components.c 没用使用RT_USING_HEAP宏时,增加一条语句用于消除此警告 2018-02-28 22:53:47 +08:00
device.c [kernel] splite rt_device_unregister() and rt_device_destroy(), add assert to device object 2018-07-11 14:58:59 +08:00
idle.c [kernel][idle] Improve rt_thread_idle_sethook and rt_thread_idle_delhook code. 2018-07-14 14:04:08 +08:00
ipc.c [kernel] add assert to ipc object 2018-07-11 18:02:54 +08:00
irq.c Correct comments about doxygen format 2016-08-19 10:08:35 +08:00
kservice.c [kservice] Update show version year info to 2018. 2018-03-02 08:11:17 +08:00
mem.c fix code style 2018-02-24 16:10:44 +08:00
memheap.c [kernel] add assert to memheap object 2018-07-11 18:02:25 +08:00
mempool.c [kernel] add assert to mempool object 2018-07-11 15:00:10 +08:00
module.c [kernel] add assert to module object 2018-07-11 18:31:01 +08:00
module.h x86: bring up share object module on i386 machine 2017-08-20 20:24:07 +08:00
object.c [kernel] add rt_object_get_type() function who return type of object without static flag 2018-07-11 14:48:32 +08:00
scheduler.c [Kernel] add sigwait implementation 2018-03-01 13:36:22 +08:00
signal.c [rtdbg] Change all DBG_SECTION_NAME to new format. 2018-07-11 10:23:19 +08:00
slab.c [Kernel] Remove memory ops when SLAB and module enable 2018-06-10 18:46:11 +08:00
thread.c [kernel] add assert to thread object 2018-07-11 18:16:39 +08:00
timer.c [kernel] add assert to timer object 2018-07-11 18:02:51 +08:00