I'm trying to port GRBL 1.1 to the STM32F746 chip. Tell me the solution, thanks.
grblwin/grblwin.vcxproj@0:9dcf85d9b2f3, 2017-09-04 (annotated)
- Committer:
- Sergunb
- Date:
- Mon Sep 04 12:05:05 2017 +0000
- Revision:
- 0:9dcf85d9b2f3
Initial commit
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Sergunb | 0:9dcf85d9b2f3 | 1 | <?xml version="1.0" encoding="utf-8"?> |
Sergunb | 0:9dcf85d9b2f3 | 2 | <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
Sergunb | 0:9dcf85d9b2f3 | 3 | <ItemGroup Label="ProjectConfigurations"> |
Sergunb | 0:9dcf85d9b2f3 | 4 | <ProjectConfiguration Include="Debug|Win32"> |
Sergunb | 0:9dcf85d9b2f3 | 5 | <Configuration>Debug</Configuration> |
Sergunb | 0:9dcf85d9b2f3 | 6 | <Platform>Win32</Platform> |
Sergunb | 0:9dcf85d9b2f3 | 7 | </ProjectConfiguration> |
Sergunb | 0:9dcf85d9b2f3 | 8 | <ProjectConfiguration Include="Release|Win32"> |
Sergunb | 0:9dcf85d9b2f3 | 9 | <Configuration>Release</Configuration> |
Sergunb | 0:9dcf85d9b2f3 | 10 | <Platform>Win32</Platform> |
Sergunb | 0:9dcf85d9b2f3 | 11 | </ProjectConfiguration> |
Sergunb | 0:9dcf85d9b2f3 | 12 | </ItemGroup> |
Sergunb | 0:9dcf85d9b2f3 | 13 | <PropertyGroup Label="Globals"> |
Sergunb | 0:9dcf85d9b2f3 | 14 | <ProjectGuid>{8785D33C-F44C-44FA-9A16-0C93B895F459}</ProjectGuid> |
Sergunb | 0:9dcf85d9b2f3 | 15 | <Keyword>Win32Proj</Keyword> |
Sergunb | 0:9dcf85d9b2f3 | 16 | <RootNamespace>grblwin</RootNamespace> |
Sergunb | 0:9dcf85d9b2f3 | 17 | </PropertyGroup> |
Sergunb | 0:9dcf85d9b2f3 | 18 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
Sergunb | 0:9dcf85d9b2f3 | 19 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
Sergunb | 0:9dcf85d9b2f3 | 20 | <ConfigurationType>Application</ConfigurationType> |
Sergunb | 0:9dcf85d9b2f3 | 21 | <UseDebugLibraries>true</UseDebugLibraries> |
Sergunb | 0:9dcf85d9b2f3 | 22 | <CharacterSet>Unicode</CharacterSet> |
Sergunb | 0:9dcf85d9b2f3 | 23 | <PlatformToolset>v140</PlatformToolset> |
Sergunb | 0:9dcf85d9b2f3 | 24 | </PropertyGroup> |
Sergunb | 0:9dcf85d9b2f3 | 25 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
Sergunb | 0:9dcf85d9b2f3 | 26 | <ConfigurationType>Application</ConfigurationType> |
Sergunb | 0:9dcf85d9b2f3 | 27 | <UseDebugLibraries>false</UseDebugLibraries> |
Sergunb | 0:9dcf85d9b2f3 | 28 | <WholeProgramOptimization>true</WholeProgramOptimization> |
Sergunb | 0:9dcf85d9b2f3 | 29 | <CharacterSet>Unicode</CharacterSet> |
Sergunb | 0:9dcf85d9b2f3 | 30 | <PlatformToolset>v140</PlatformToolset> |
Sergunb | 0:9dcf85d9b2f3 | 31 | </PropertyGroup> |
Sergunb | 0:9dcf85d9b2f3 | 32 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
Sergunb | 0:9dcf85d9b2f3 | 33 | <ImportGroup Label="ExtensionSettings"> |
Sergunb | 0:9dcf85d9b2f3 | 34 | </ImportGroup> |
Sergunb | 0:9dcf85d9b2f3 | 35 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
Sergunb | 0:9dcf85d9b2f3 | 36 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
Sergunb | 0:9dcf85d9b2f3 | 37 | </ImportGroup> |
Sergunb | 0:9dcf85d9b2f3 | 38 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
Sergunb | 0:9dcf85d9b2f3 | 39 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
Sergunb | 0:9dcf85d9b2f3 | 40 | </ImportGroup> |
Sergunb | 0:9dcf85d9b2f3 | 41 | <PropertyGroup Label="UserMacros" /> |
Sergunb | 0:9dcf85d9b2f3 | 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
Sergunb | 0:9dcf85d9b2f3 | 43 | <LinkIncremental>true</LinkIncremental> |
Sergunb | 0:9dcf85d9b2f3 | 44 | <OutDir>j:\buildoutput\grblwin11\Debug\</OutDir> |
Sergunb | 0:9dcf85d9b2f3 | 45 | <IntDir>$(OutDir)\</IntDir> |
Sergunb | 0:9dcf85d9b2f3 | 46 | </PropertyGroup> |
Sergunb | 0:9dcf85d9b2f3 | 47 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
Sergunb | 0:9dcf85d9b2f3 | 48 | <LinkIncremental>false</LinkIncremental> |
Sergunb | 0:9dcf85d9b2f3 | 49 | <OutDir>j:\buildoutput\grblwin11\Release\</OutDir> |
Sergunb | 0:9dcf85d9b2f3 | 50 | <IntDir>$(OutDir)\</IntDir> |
Sergunb | 0:9dcf85d9b2f3 | 51 | </PropertyGroup> |
Sergunb | 0:9dcf85d9b2f3 | 52 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
Sergunb | 0:9dcf85d9b2f3 | 53 | <ClCompile> |
Sergunb | 0:9dcf85d9b2f3 | 54 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
Sergunb | 0:9dcf85d9b2f3 | 55 | <WarningLevel>Level3</WarningLevel> |
Sergunb | 0:9dcf85d9b2f3 | 56 | <Optimization>Disabled</Optimization> |
Sergunb | 0:9dcf85d9b2f3 | 57 | <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Sergunb | 0:9dcf85d9b2f3 | 58 | </ClCompile> |
Sergunb | 0:9dcf85d9b2f3 | 59 | <Link> |
Sergunb | 0:9dcf85d9b2f3 | 60 | <SubSystem>Console</SubSystem> |
Sergunb | 0:9dcf85d9b2f3 | 61 | <GenerateDebugInformation>true</GenerateDebugInformation> |
Sergunb | 0:9dcf85d9b2f3 | 62 | </Link> |
Sergunb | 0:9dcf85d9b2f3 | 63 | </ItemDefinitionGroup> |
Sergunb | 0:9dcf85d9b2f3 | 64 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
Sergunb | 0:9dcf85d9b2f3 | 65 | <ClCompile> |
Sergunb | 0:9dcf85d9b2f3 | 66 | <WarningLevel>Level3</WarningLevel> |
Sergunb | 0:9dcf85d9b2f3 | 67 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
Sergunb | 0:9dcf85d9b2f3 | 68 | <Optimization>MaxSpeed</Optimization> |
Sergunb | 0:9dcf85d9b2f3 | 69 | <FunctionLevelLinking>true</FunctionLevelLinking> |
Sergunb | 0:9dcf85d9b2f3 | 70 | <IntrinsicFunctions>true</IntrinsicFunctions> |
Sergunb | 0:9dcf85d9b2f3 | 71 | <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Sergunb | 0:9dcf85d9b2f3 | 72 | </ClCompile> |
Sergunb | 0:9dcf85d9b2f3 | 73 | <Link> |
Sergunb | 0:9dcf85d9b2f3 | 74 | <SubSystem>Console</SubSystem> |
Sergunb | 0:9dcf85d9b2f3 | 75 | <GenerateDebugInformation>true</GenerateDebugInformation> |
Sergunb | 0:9dcf85d9b2f3 | 76 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
Sergunb | 0:9dcf85d9b2f3 | 77 | <OptimizeReferences>true</OptimizeReferences> |
Sergunb | 0:9dcf85d9b2f3 | 78 | </Link> |
Sergunb | 0:9dcf85d9b2f3 | 79 | </ItemDefinitionGroup> |
Sergunb | 0:9dcf85d9b2f3 | 80 | <ItemGroup> |
Sergunb | 0:9dcf85d9b2f3 | 81 | <None Include="ReadMe.txt" /> |
Sergunb | 0:9dcf85d9b2f3 | 82 | </ItemGroup> |
Sergunb | 0:9dcf85d9b2f3 | 83 | <ItemGroup> |
Sergunb | 0:9dcf85d9b2f3 | 84 | <ClInclude Include="..\grbl\config.h" /> |
Sergunb | 0:9dcf85d9b2f3 | 85 | <ClInclude Include="..\grbl\coolant_control.h" /> |
Sergunb | 0:9dcf85d9b2f3 | 86 | <ClInclude Include="..\grbl\cpu_map.h" /> |
Sergunb | 0:9dcf85d9b2f3 | 87 | <ClInclude Include="..\grbl\defaults.h" /> |
Sergunb | 0:9dcf85d9b2f3 | 88 | <ClInclude Include="..\grbl\eeprom.h" /> |
Sergunb | 0:9dcf85d9b2f3 | 89 | <ClInclude Include="..\grbl\gcode.h" /> |
Sergunb | 0:9dcf85d9b2f3 | 90 | <ClInclude Include="..\grbl\grbl.h" /> |
Sergunb | 0:9dcf85d9b2f3 | 91 | <ClInclude Include="..\grbl\jog.h" /> |
Sergunb | 0:9dcf85d9b2f3 | 92 | <ClInclude Include="..\grbl\limits.h" /> |
Sergunb | 0:9dcf85d9b2f3 | 93 | <ClInclude Include="..\grbl\motion_control.h" /> |
Sergunb | 0:9dcf85d9b2f3 | 94 | <ClInclude Include="..\grbl\nuts_bolts.h" /> |
Sergunb | 0:9dcf85d9b2f3 | 95 | <ClInclude Include="..\grbl\planner.h" /> |
Sergunb | 0:9dcf85d9b2f3 | 96 | <ClInclude Include="..\grbl\print.h" /> |
Sergunb | 0:9dcf85d9b2f3 | 97 | <ClInclude Include="..\grbl\probe.h" /> |
Sergunb | 0:9dcf85d9b2f3 | 98 | <ClInclude Include="..\grbl\protocol.h" /> |
Sergunb | 0:9dcf85d9b2f3 | 99 | <ClInclude Include="..\grbl\report.h" /> |
Sergunb | 0:9dcf85d9b2f3 | 100 | <ClInclude Include="..\grbl\serial.h" /> |
Sergunb | 0:9dcf85d9b2f3 | 101 | <ClInclude Include="..\grbl\settings.h" /> |
Sergunb | 0:9dcf85d9b2f3 | 102 | <ClInclude Include="..\grbl\spindle_control.h" /> |
Sergunb | 0:9dcf85d9b2f3 | 103 | <ClInclude Include="..\grbl\stepper.h" /> |
Sergunb | 0:9dcf85d9b2f3 | 104 | <ClInclude Include="..\grbl\system.h" /> |
Sergunb | 0:9dcf85d9b2f3 | 105 | </ItemGroup> |
Sergunb | 0:9dcf85d9b2f3 | 106 | <ItemGroup> |
Sergunb | 0:9dcf85d9b2f3 | 107 | <ClCompile Include="..\grbl\coolant_control.c" /> |
Sergunb | 0:9dcf85d9b2f3 | 108 | <ClCompile Include="..\grbl\eeprom.c" /> |
Sergunb | 0:9dcf85d9b2f3 | 109 | <ClCompile Include="..\grbl\gcode.c" /> |
Sergunb | 0:9dcf85d9b2f3 | 110 | <ClCompile Include="..\grbl\jog.c" /> |
Sergunb | 0:9dcf85d9b2f3 | 111 | <ClCompile Include="..\grbl\limits.c" /> |
Sergunb | 0:9dcf85d9b2f3 | 112 | <ClCompile Include="..\grbl\main.c" /> |
Sergunb | 0:9dcf85d9b2f3 | 113 | <ClCompile Include="..\grbl\motion_control.c" /> |
Sergunb | 0:9dcf85d9b2f3 | 114 | <ClCompile Include="..\grbl\nuts_bolts.c" /> |
Sergunb | 0:9dcf85d9b2f3 | 115 | <ClCompile Include="..\grbl\planner.c" /> |
Sergunb | 0:9dcf85d9b2f3 | 116 | <ClCompile Include="..\grbl\print.c" /> |
Sergunb | 0:9dcf85d9b2f3 | 117 | <ClCompile Include="..\grbl\probe.c" /> |
Sergunb | 0:9dcf85d9b2f3 | 118 | <ClCompile Include="..\grbl\protocol.c" /> |
Sergunb | 0:9dcf85d9b2f3 | 119 | <ClCompile Include="..\grbl\report.c" /> |
Sergunb | 0:9dcf85d9b2f3 | 120 | <ClCompile Include="..\grbl\serial.c" /> |
Sergunb | 0:9dcf85d9b2f3 | 121 | <ClCompile Include="..\grbl\settings.c" /> |
Sergunb | 0:9dcf85d9b2f3 | 122 | <ClCompile Include="..\grbl\spindle_control.c" /> |
Sergunb | 0:9dcf85d9b2f3 | 123 | <ClCompile Include="..\grbl\stepper.c" /> |
Sergunb | 0:9dcf85d9b2f3 | 124 | <ClCompile Include="..\grbl\system.c" /> |
Sergunb | 0:9dcf85d9b2f3 | 125 | </ItemGroup> |
Sergunb | 0:9dcf85d9b2f3 | 126 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
Sergunb | 0:9dcf85d9b2f3 | 127 | <ImportGroup Label="ExtensionTargets"> |
Sergunb | 0:9dcf85d9b2f3 | 128 | </ImportGroup> |
Sergunb | 0:9dcf85d9b2f3 | 129 | </Project> |