rt-thread/bsp/rm48x50/HALCoGen/source
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
..
dabort.asm add rm48x50 bsp and libcpu 2013-05-24 22:55:13 +08:00
esm.c rm48x50: update HALCoGen file 2013-05-29 16:42:26 +08:00
gio.c rm48x50: update HALCoGen file 2013-05-29 16:42:26 +08:00
notification.c rm48x50: update HALCoGen file 2013-05-29 16:42:26 +08:00
pinmux.c rm48x50: update HALCoGen file 2013-05-29 16:42:26 +08:00
rti.c rm48x50: update HALCoGen file 2013-05-29 16:42:26 +08:00
sci.c rm48x50: update HALCoGen file 2013-05-29 16:42:26 +08:00
sys_core.asm rm48x50: VFP lazy stacking 2013-05-31 20:58:08 +08:00
sys_dma.c rm48x50: update HALCoGen file 2013-05-29 16:42:26 +08:00
sys_intvecs.asm rm48x50: VFP lazy stacking 2013-05-31 20:58:08 +08:00
sys_link.cmd rm48x50: add finsh support 2013-05-29 23:39:09 +08:00
sys_main.c rm48x50: update HALCoGen file 2013-05-29 16:42:26 +08:00
sys_mpu.asm add rm48x50 bsp and libcpu 2013-05-24 22:55:13 +08:00
sys_pcr.c rm48x50: update HALCoGen file 2013-05-29 16:42:26 +08:00
sys_phantom.c rm48x50: update HALCoGen file 2013-05-29 16:42:26 +08:00
sys_pmm.c rm48x50: update HALCoGen file 2013-05-29 16:42:26 +08:00
sys_pmu.asm add rm48x50 bsp and libcpu 2013-05-24 22:55:13 +08:00
sys_selftest.c rm48x50: update HALCoGen file 2013-05-29 16:42:26 +08:00
sys_startup.c rm48x50: update HALCoGen file 2013-05-29 16:42:26 +08:00
sys_vim.c rm48x50: update HALCoGen file 2013-05-29 16:42:26 +08:00
system.c rm48x50: update HALCoGen file 2013-05-29 16:42:26 +08:00