rt-thread 官方库镜像 https://www.rt-thread.org
Go to file
Grissiom 24fc6e6ebb rm48x50: VFP lazy stacking
You need to turn on RT_VFP_LAZY_STACKING in rtconfig.h. By default, RTT
will turn on VFP for all threads and stack all the VFP registers. When
doing lazy stacking, VFP will only be turned on for the thread who
issued VFP instructions.

Currently, if a thread turned on VFP, it cannot be turned off. RTT will
never know what time the thread doesn't need VFP any more. The thread
might could turn off the VFP for it self in proper time.
2013-05-31 20:58:08 +08:00
bsp rm48x50: VFP lazy stacking 2013-05-31 20:58:08 +08:00
components finsh: add CCS support 2013-05-29 23:37:43 +08:00
documentation change the version number in doxyfile 2013-04-10 21:51:00 +08:00
examples fixed a syntax error 2013-04-10 00:17:52 +08:00
include add TI CCS support micros in rtdef.h 2013-05-29 23:36:10 +08:00
libcpu rm48x50: VFP lazy stacking 2013-05-31 20:58:08 +08:00
src add RT_KERNEL_MALLOC/FREE 2013-04-25 14:22:07 +08:00
tools add library file for Keil MDK project generation 2013-05-17 21:13:55 +08:00
.gitattributes update .gitattributes 2013-01-08 23:57:29 +08:00
.gitignore adding *~ to .gitignore 2013-03-28 23:28:19 +08:00
.travis.yml Update .travis.yml 2013-05-05 05:45:41 +08:00
AUTHORS update CRLF 2013-01-09 00:06:34 +08:00
COPYING import RT-Thread RTOS 0.3.x to Google SVN 2009-07-02 22:48:23 +00:00
README.md Update README.md 2013-05-05 05:41:37 +08:00

README.md

RT-Thread

Build Status

RT-Thread is an open source real-time operating system for embedded devices.