- 12 7月, 2013 12 次提交
-
-
由 wuyangyong 提交于
-
由 wuyangyong 提交于
-
由 wuyangyong 提交于
-
由 wuyangyong 提交于
-
由 wuyangyong 提交于
-
由 wuyangyong 提交于
-
由 wuyangyong 提交于
-
由 wuyangyong 提交于
-
由 wuyangyong 提交于
-
由 wuyangyong 提交于
-
由 wuyangyong 提交于
-
由 Bernard Xiong 提交于
-
- 11 7月, 2013 5 次提交
-
-
由 prife 提交于
-
由 wuyangyong 提交于
-
由 wuyangyong 提交于
-
由 wuyangyong 提交于
-
由 reynoldxu 提交于
-
- 04 7月, 2013 1 次提交
-
-
由 Grissiom 提交于
When not configured in rtconfig.h, lwipopt.h will give us a reasonable value(TCP_MSS * 2).
-
- 30 6月, 2013 1 次提交
-
-
由 Bernard Xiong 提交于
-
- 23 6月, 2013 3 次提交
-
-
由 Bernard Xiong 提交于
-
由 wuyangyong 提交于
-
由 Bernard Xiong 提交于
-
- 18 6月, 2013 1 次提交
-
-
由 visitor83 提交于
format the s3c24x0 serial.c and mini2440 rtconfig.py
-
- 12 6月, 2013 1 次提交
-
-
由 Grissiom 提交于
-
- 08 6月, 2013 1 次提交
-
-
由 wuyangyong 提交于
-
- 05 6月, 2013 1 次提交
-
-
由 Grissiom 提交于
-
- 03 6月, 2013 1 次提交
-
-
由 Grissiom 提交于
-
- 31 5月, 2013 2 次提交
-
-
由 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 提交于
This support Common VFPv2 sub-architecture.
-
- 30 5月, 2013 2 次提交
- 29 5月, 2013 4 次提交
- 26 5月, 2013 4 次提交
- 24 5月, 2013 1 次提交
-
-
由 Grissiom 提交于
We currently only support building with CCS and SCons is not using. bsp/rm48x50/HALCoGen/HALCoGen.{hcg,dil} is the HALCoGen project file. You may need to regenerate the source file as you like, providing that: 1, IRQ is in Dispatch Mode and the table entry is IRQ_Handler. The channel 5 in enabled and connected to IRQ. 2, RTI driver is enabled and compare3 source is selected to counter1 and the compare3 will generate tick in the period of 10ms. This value is coresponding with RT_TICK_PER_SECOND in rtconfig.h. In CCS, you need to create a new CCS project and create link folders pointing at bsp/rm48x50, libcpu/arm/rm48x50 and src/, include/. Remember to add the include path to the Build Properties.
-