rtt-f030/bsp/rm48x50
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
..
HALCoGen rm48x50: VFP lazy stacking 2013-05-31 20:58:08 +08:00
application rm48x50: turn on VFP support 2013-05-31 18:32:21 +08:00
drivers rm48x50: move uart.c to drv_uart.c 2013-05-30 10:02:26 +08:00
rtconfig.h rm48x50: VFP lazy stacking 2013-05-31 20:58:08 +08:00