- 27 6月, 2014 1 次提交
-
-
由 Grissiom 提交于
-
- 08 4月, 2014 2 次提交
- 03 4月, 2014 1 次提交
-
-
由 Grissiom 提交于
-
- 11 1月, 2014 1 次提交
-
-
由 RTsien 提交于
-
- 17 11月, 2013 2 次提交
- 04 11月, 2013 1 次提交
-
-
由 Bright Pan 提交于
for 2013-02-20 aozima commmit "port for gcc", but the commit is not tested,and the kernel is breakdown in context_gcc.S, the file is a copy from cortex-m3,but not port for cortex-m0, so i complete this port for aozima, test it in stm32f0discovery board , and it works fine.
-
- 20 10月, 2013 4 次提交
- 22 9月, 2013 1 次提交
-
-
由 Bernard Xiong 提交于
-
- 20 9月, 2013 1 次提交
-
-
由 bernard 提交于
-
- 04 9月, 2013 1 次提交
-
-
由 Grissiom 提交于
This fix a compile error in Clang.
-
- 21 7月, 2013 5 次提交
- 17 7月, 2013 2 次提交
- 09 7月, 2013 1 次提交
-
-
由 wuyangyong 提交于
-
- 24 6月, 2013 1 次提交
-
-
由 wuyangyong 提交于
-
- 23 6月, 2013 3 次提交
-
-
由 wuyangyong 提交于
-
由 wuyangyong 提交于
-
由 wuyangyong 提交于
-
- 22 6月, 2013 3 次提交
-
-
由 wuyangyong 提交于
-
由 wuyangyong 提交于
-
由 wuyangyong 提交于
-
- 18 6月, 2013 1 次提交
-
-
由 visitor83 提交于
format the s3c24x0 serial.c and mini2440 rtconfig.py
-
- 16 6月, 2013 1 次提交
-
-
由 visitor83 提交于
Signed-off-by: Nvisitor83 <root@wolflouis.(none)>
-
- 12 6月, 2013 2 次提交
- 05 6月, 2013 2 次提交
- 31 5月, 2013 4 次提交
-
-
由 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.
-