- 12 6月, 2013 3 次提交
- 05 6月, 2013 2 次提交
- 03 6月, 2013 5 次提交
-
-
由 Grissiom 提交于
-
由 Grissiom 提交于
-
由 Bernard Xiong 提交于
-
-
由 Bernard Xiong 提交于
-
- 31 5月, 2013 5 次提交
-
-
由 Bernard Xiong 提交于
Rm48x50
-
由 Grissiom 提交于
-
由 Grissiom 提交于
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.
-
由 Grissiom 提交于
VFP instructions only have IA(Increment After)/DB(Decrement Before) mode. To keep consistency, just change STM/LDM to DB/IA accordingly.
-
由 Grissiom 提交于
This support Common VFPv2 sub-architecture.
-
- 30 5月, 2013 6 次提交
-
-
由 qiuyiuestc 提交于
For pull request
-
由 heyuanjie87 提交于
-
-
由 Grissiom 提交于
-
由 Grissiom 提交于
-
由 Grissiom 提交于
-
- 29 5月, 2013 7 次提交
- 27 5月, 2013 1 次提交
-
-
由 Bernard Xiong 提交于
use __rt_ffs instead of ffs
-
- 26 5月, 2013 8 次提交
-
-
由 Grissiom 提交于
Use condition flag in the ORR. This could eliminate a BEQ.
-
由 Grissiom 提交于
When saving thread registers in context_switch_interrupt_to, we don't change them, just move them. So there is no need to always r0-r3 from stack to the real r0-r3. So just use the intermediate registers and eliminate 2 MOV.
-
由 Grissiom 提交于
-
由 Grissiom 提交于
-
由 Grissiom 提交于
It does not satisfy AAPCS.
-
由 Grissiom 提交于
The code is GPLv2 so I think we could use it for free(both free beer and free speech).
-
由 Grissiom 提交于
Substitude STMFD, MOV, ADD with STMFD, SUB. It reduce one instruction. Tested on board and it works like a charm.
-
由 Grissiom 提交于
-
- 25 5月, 2013 3 次提交
-
-
由 Bernard Xiong 提交于
use __rt_ffs instead of ffs
-
由 weety 提交于
-
由 qiuyiuestc 提交于
usbdevice/core: add reset function to support hotplug
-