Initial commit
This commit is contained in:
		
							
								
								
									
										8
									
								
								ide-touchgfx-gen/TouchGFX/config/gcc/app.mk
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								ide-touchgfx-gen/TouchGFX/config/gcc/app.mk
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,8 @@ | ||||
|  | ||||
| # Relative location of the TouchGFX framework from root of application | ||||
| touchgfx_path := ../Middlewares/ST/touchgfx | ||||
|  | ||||
| # Location of the TouchGFX Environment | ||||
| touchgfx_env := C:/devel/TouchGFX-4.16.1/env | ||||
| # Optional additional compiler flags | ||||
| user_cflags := -DUSE_BPP=16 | ||||
							
								
								
									
										26
									
								
								ide-touchgfx-gen/TouchGFX/config/msvs/Application.props
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										26
									
								
								ide-touchgfx-gen/TouchGFX/config/msvs/Application.props
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,26 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> | ||||
|   <ImportGroup Label="PropertySheets"/> | ||||
|   <PropertyGroup Label="UserMacros"> | ||||
|     <UseBPP>16</UseBPP> | ||||
|     <TouchGFXReleasePath>..\..\..\Middlewares\ST\touchgfx</TouchGFXReleasePath> | ||||
|     <TouchGFXEnvPath>C:\devel\TouchGFX-4.16.1\env</TouchGFXEnvPath> | ||||
|     <ApplicationRoot>..\..</ApplicationRoot> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup/> | ||||
|   <ItemDefinitionGroup/> | ||||
|   <ItemGroup> | ||||
|     <BuildMacro Include="UseBPP"> | ||||
|       <Value>$(UseBPP)</Value> | ||||
|     </BuildMacro> | ||||
|     <BuildMacro Include="TouchGFXReleasePath"> | ||||
|       <Value>$(TouchGFXReleasePath)</Value> | ||||
|     </BuildMacro> | ||||
|     <BuildMacro Include="TouchGFXEnvPath"> | ||||
|       <Value>$(TouchGFXEnvPath)</Value> | ||||
|     </BuildMacro> | ||||
|     <BuildMacro Include="ApplicationRoot"> | ||||
|       <Value>$(ApplicationRoot)</Value> | ||||
|     </BuildMacro> | ||||
|   </ItemGroup> | ||||
| </Project> | ||||
		Reference in New Issue
	
	Block a user