~gabe/flashlight-firmware/anduril2

« back to all changes in this revision

Viewing changes to JonnyC/STAR/STAR.avrgccproj

  • Committer: Selene Scriven
  • Date: 2015-03-17 08:56:50 UTC
  • mto: This revision was merged to the branch mainline in revision 124.
  • Revision ID: ubuntu@toykeeper.net-20150317085650-s89wr9h28n2co7z1
Added TheStar firmwares from _the_

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
3
  <PropertyGroup>
 
4
    <SchemaVersion>2.0</SchemaVersion>
 
5
    <ProjectVersion>5.0</ProjectVersion>
 
6
    <ProjectGuid>{4ae49c5e-53bb-472f-803c-256fdf167cc9}</ProjectGuid>
 
7
    <avrdevice>ATtiny13A</avrdevice>
 
8
    <avrdeviceseries>none</avrdeviceseries>
 
9
    <OutputType>Executable</OutputType>
 
10
    <Language>C</Language>
 
11
    <OutputFile>$(MSBuildProjectName).elf</OutputFile>
 
12
    <OutputDirectory>$(MSBuildProjectDirectory)\$(Configuration)</OutputDirectory>
 
13
    <UseGlobalToolchain>True</UseGlobalToolchain>
 
14
    <ToolchainDirPath>
 
15
    </ToolchainDirPath>
 
16
    <MakeDirPath>
 
17
    </MakeDirPath>
 
18
    <GlobalToolchainPath>C:\Program Files (x86)\Atmel\AVR Studio 5.0\AVR ToolChain\bin</GlobalToolchainPath>
 
19
    <AvrGccProjectExtensions>
 
20
    </AvrGccProjectExtensions>
 
21
    <AssemblyName>STAR</AssemblyName>
 
22
    <Name>STAR</Name>
 
23
    <RootNamespace>STAR</RootNamespace>
 
24
  </PropertyGroup>
 
25
  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
 
26
    <ToolchainSettings>
 
27
      <AvrGcc>
 
28
        <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>
 
29
        <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>
 
30
        <avrgcc.compiler.optimization.level>Optimize for size (-Os)</avrgcc.compiler.optimization.level>
 
31
        <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
 
32
        <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
 
33
        <avrgcc.compiler.optimization.DebugLevel>None</avrgcc.compiler.optimization.DebugLevel>
 
34
        <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
 
35
      </AvrGcc>
 
36
    </ToolchainSettings>
 
37
    <MemorySettings>
 
38
    </MemorySettings>
 
39
    <GenerateHexFile>True</GenerateHexFile>
 
40
    <GenerateMapFile>True</GenerateMapFile>
 
41
    <GenerateListFile>True</GenerateListFile>
 
42
    <GenerateEepFile>True</GenerateEepFile>
 
43
  </PropertyGroup>
 
44
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
 
45
    <ToolchainSettings>
 
46
      <AvrGcc>
 
47
  <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>
 
48
  <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>
 
49
  <avrgcc.compiler.optimization.level>Optimize for size (-Os)</avrgcc.compiler.optimization.level>
 
50
  <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
 
51
  <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
 
52
  <avrgcc.compiler.optimization.DebugLevel>Default (-g2)</avrgcc.compiler.optimization.DebugLevel>
 
53
  <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
 
54
  <avrgcc.assembler.debugging.DebugLevel>Default (-g2)</avrgcc.assembler.debugging.DebugLevel>
 
55
</AvrGcc>
 
56
    </ToolchainSettings>
 
57
    <MemorySettings>
 
58
      <MemorySegments>
 
59
  <InitialStack IsEnabled="0">
 
60
    <Address>0x40</Address>
 
61
  </InitialStack>
 
62
</MemorySegments>
 
63
    </MemorySettings>
 
64
    <GenerateHexFile>True</GenerateHexFile>
 
65
    <GenerateMapFile>True</GenerateMapFile>
 
66
    <GenerateListFile>True</GenerateListFile>
 
67
    <GenerateEepFile>True</GenerateEepFile>
 
68
  </PropertyGroup>
 
69
  <ItemGroup>
 
70
    <Compile Include="STAR.c">
 
71
      <SubType>compile</SubType>
 
72
    </Compile>
 
73
  </ItemGroup>
 
74
  <Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\AvrGCC.targets" />
 
75
</Project>
 
 
b'\\ No newline at end of file'