rt-thread/src
bernard.xiong 6db90b15af fix the cortex-m3 context switch bug when interrupt preempts pendsv exception; add RT_LWIP_ETH_PAD_SIZE option; fix device activate flag set issue in init function.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@193 bbd45198-f89e-11dd-88c7-29a3b14d5316
2009-12-06 23:50:17 +00:00
..
SConscript update on scons script 2009-10-21 23:50:25 +00:00
clock.c import RT-Thread RTOS 0.3.x to Google SVN 2009-07-02 22:48:23 +00:00
device.c fix the cortex-m3 context switch bug when interrupt preempts pendsv exception; add RT_LWIP_ETH_PAD_SIZE option; fix device activate flag set issue in init function. 2009-12-06 23:50:17 +00:00
idle.c import RT-Thread RTOS 0.3.x to Google SVN 2009-07-02 22:48:23 +00:00
ipc.c change the mb/mq receive timeout to 0 if the re-calculated delta tick is a negative number. -- found by freescale@stmsky.com 2009-10-24 23:07:12 +00:00
irq.c import RT-Thread RTOS 0.3.x to Google SVN 2009-07-02 22:48:23 +00:00
kservice.c import RT-Thread RTOS 0.3.x to Google SVN 2009-07-02 22:48:23 +00:00
kservice.h import RT-Thread RTOS 0.3.x to Google SVN 2009-07-02 22:48:23 +00:00
mem.c fix the cortex-m3 context switch bug when interrupt preempts pendsv exception; add RT_LWIP_ETH_PAD_SIZE option; fix device activate flag set issue in init function. 2009-12-06 23:50:17 +00:00
mempool.c change mempool hook parameter and fix the name mistake of rt_scheduler_sethook function. 2009-12-04 09:37:14 +00:00
object.c convert dos endline to unix endline; cleanup schedule code for STM32 2009-09-20 23:43:51 +00:00
scheduler.c convert dos endline to unix endline; cleanup schedule code for STM32 2009-09-20 23:43:51 +00:00
slab.c import RT-Thread RTOS 0.3.x to Google SVN 2009-07-02 22:48:23 +00:00
thread.c convert dos endline to unix endline; cleanup schedule code for STM32 2009-09-20 23:43:51 +00:00
timer.c fix timer re-start issue if stop a timer in itself timeout_func. 2009-10-19 12:11:17 +00:00