rt-thread/bsp/rm48x50/HALCoGen
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
..
include rm48x50: update HALCoGen file 2013-05-29 16:42:26 +08:00
source rm48x50: VFP lazy stacking 2013-05-31 20:58:08 +08:00
HALCoGen.dil rm48x50: update HALCoGen file 2013-05-29 16:42:26 +08:00
HALCoGen.hcg rm48x50: update HALCoGen file 2013-05-29 16:42:26 +08:00
HALCoGen_bak.dil rm48x50: update HALCoGen file 2013-05-29 16:42:26 +08:00
HALCoGen_bak.hcg rm48x50: update HALCoGen file 2013-05-29 16:42:26 +08:00
misra-c.txt add rm48x50 bsp and libcpu 2013-05-24 22:55:13 +08:00