Skip to content
This repository was archived by the owner on Jun 5, 2019. It is now read-only.

Commit 7efe009

Browse files
committed
- Added additional settings file for MCBSTM32F400_NONET project, which does not include the RTX/LWIP_OS support
1 parent e46ff38 commit 7efe009

File tree

4 files changed

+27
-2
lines changed

4 files changed

+27
-2
lines changed

Solutions/MCBSTM32F400/MCBSTM32F400.settings

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<IsSolutionWizardVisible>True</IsSolutionWizardVisible>
1414
<ENDIANNESS>le</ENDIANNESS>
1515
<NO_BOOTLOADER_COMPRESSION>true</NO_BOOTLOADER_COMPRESSION>
16+
<TCP_IP_STACK>LWIP_1_4_1_OS</TCP_IP_STACK>
1617
</PropertyGroup>
1718
<PropertyGroup>
1819
<OEMSystemInfoString>Copyright (C) Microsoft Open Technologies Inc.</OEMSystemInfoString>
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
3+
<PropertyGroup>
4+
<Author>Microsoft .NET Foundation</Author>
5+
<Description>
6+
NETMF port to MCBSTM32F400 (STMicroelectronics STM32F407IG Cortex-M4F) dev board from Keil.
7+
Based on the STM32F4 port by Oberon Systems, CSA Engineering and, Mountaineering Group.
8+
</Description>
9+
<Documentation />
10+
<PlatformGuid>{eb85333d-ae15-4ad6-b6d9-8239c38de2be}</PlatformGuid>
11+
<TARGETPLATFORM>MCBSTM32F400</TARGETPLATFORM>
12+
<PLATFORM>MCBSTM32F400</PLATFORM>
13+
<IsSolutionWizardVisible>True</IsSolutionWizardVisible>
14+
<ENDIANNESS>le</ENDIANNESS>
15+
<NO_BOOTLOADER_COMPRESSION>true</NO_BOOTLOADER_COMPRESSION>
16+
</PropertyGroup>
17+
<PropertyGroup>
18+
<OEMSystemInfoString>Copyright (C) Microsoft .NET Foundation</OEMSystemInfoString>
19+
</PropertyGroup>
20+
21+
<ItemGroup>
22+
<IncludePaths Include="Solutions\MCBSTM32F400" />
23+
</ItemGroup>
24+
<Import Project="$(SPOCLIENT)\devicecode\Targets\Native\STM32F4\STM32F4.settings" />
25+
</Project>

Solutions/MCBSTM32F400/TinyCLR/TinyCLR.proj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<MFSettingsFile>$(SPOCLIENT)\Solutions\MCBSTM32F400\MCBSTM32F400.settings</MFSettingsFile>
1414
<IsSolutionWizardVisible>True</IsSolutionWizardVisible>
1515
<reducesize>false</reducesize>
16-
<TCP_IP_STACK>LWIP_1_4_1_OS</TCP_IP_STACK>
1716
</PropertyGroup>
1817
<Import Project="$(SPOCLIENT)\tools\targets\Microsoft.SPOT.System.Settings" />
1918
<Import Project="$(SPOCLIENT)\tools\Targets\Microsoft.SPOT.Build.Targets" />

Solutions/MCBSTM32F400/TinyCLR_NONET/TinyCLR_NONET.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<InteropFeatures />
1111
<ExtraAssemblies />
1212
<ProjectPath>$(SPOCLIENT)\Solutions\MCBSTM32F400\TinyCLR_NONET\TinyCLR_NONET.proj</ProjectPath>
13-
<MFSettingsFile>$(SPOCLIENT)\Solutions\MCBSTM32F400\MCBSTM32F400.settings</MFSettingsFile>
13+
<MFSettingsFile>$(SPOCLIENT)\Solutions\MCBSTM32F400\MCBSTM32F400_NONET.settings</MFSettingsFile>
1414
<IsSolutionWizardVisible>True</IsSolutionWizardVisible>
1515
<reducesize>false</reducesize>
1616
</PropertyGroup>

0 commit comments

Comments
 (0)