- 31 5月, 2013 1 次提交
-
-
由 Grissiom 提交于
This support Common VFPv2 sub-architecture.
-
- 30 5月, 2013 1 次提交
-
-
由 Grissiom 提交于
-
- 26 5月, 2013 4 次提交
-
-
由 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 提交于
Substitude STMFD, MOV, ADD with STMFD, SUB. It reduce one instruction. Tested on board and it works like a charm.
-
由 Grissiom 提交于
-
- 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.
-