File tree 2 files changed +3
-4
lines changed
DeviceCode/Targets/Native/STM32F4
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 22
22
</ItemGroup>
23
23
24
24
<PropertyGroup Condition="'$(COMPILER_TOOL)'=='RVDS'">
25
- <DEVICE_TYPE Condition="'$(DEVICE_TYPE)' == ''">Cortex-M4.fp</DEVICE_TYPE>
25
+ <DEVICE_TYPE Condition="'$(DEVICE_TYPE)' == ''">Cortex-M4.fp.sp </DEVICE_TYPE>
26
26
<BUILD_TOOL_GUID>{00C50096-00DD-00E7-BBA9-7FC84D408562}</BUILD_TOOL_GUID>
27
27
</PropertyGroup>
28
28
<PropertyGroup Condition="'$(COMPILER_TOOL)'=='MDK'">
29
- <DEVICE_TYPE Condition="'$(DEVICE_TYPE)' == ''">Cortex-M4.fp</DEVICE_TYPE>
29
+ <DEVICE_TYPE Condition="'$(DEVICE_TYPE)' == ''">Cortex-M4.fp.sp </DEVICE_TYPE>
30
30
<BUILD_TOOL_GUID>{00EC0018-007A-0040-9936-929B39330107}</BUILD_TOOL_GUID>
31
31
</PropertyGroup>
32
32
<PropertyGroup Condition="'$(COMPILER_TOOL)'=='GCC'">
Original file line number Diff line number Diff line change 114
114
<ARM_TYPE_FLAGS Condition =" '$(OLD_STYLE_DEVICE_TYPE_NAME)'!='true' AND '$(DEVICE_TYPE)'!=''" >$(SWTC)cpu $(DEVICE_TYPE)</ARM_TYPE_FLAGS >
115
115
<ARM_TYPE_FLAGS Condition =" '$(OLD_STYLE_DEVICE_TYPE_NAME)'=='true'" >$(SWTC)device $(DEVICE_TYPE)</ARM_TYPE_FLAGS >
116
116
117
- <!-- Use default fpu specification for Cortex-M4F -->
118
- <FLOATING_POINT_FLAG Condition =" '$(PLATFORM_EMULATED_FLOATINGPOINT)'!='true' AND '$(DEVICE_TYPE)'!='Cortex-M4.fp'" > $(SWTC)fpu softvfp </FLOATING_POINT_FLAG >
117
+ <!-- Use implicit FPU option for 'cpu', override with 'fpu'' if needed -->
119
118
<FLOATING_POINT_FLAG Condition =" '$(PLATFORM_EMULATED_FLOATINGPOINT)'=='true'" > $(SWTC)fpu none </FLOATING_POINT_FLAG >
120
119
121
120
<AS_CC_CPP_COMMON_FLAGS >$(AS_CC_CPP_COMMON_FLAGS) $(FLOATING_POINT_FLAG) $(ARM_TYPE_FLAGS)</AS_CC_CPP_COMMON_FLAGS >
You can’t perform that action at this time.
0 commit comments