~gabe/flashlight-firmware/anduril2

« back to all changes in this revision

Viewing changes to Tom_E/narsil/Narsil/Narsil.cproj

  • 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>7.0</ProjectVersion>
6
 
    <ToolchainName>com.Atmel.AVRGCC8.C</ToolchainName>
7
 
    <ProjectGuid>{15de09c3-0af4-4d66-a5af-c8ceb4c6c58e}</ProjectGuid>
8
 
    <avrdevice>ATtiny85</avrdevice>
9
 
    <avrdeviceseries>none</avrdeviceseries>
10
 
    <OutputType>Executable</OutputType>
11
 
    <Language>C</Language>
12
 
    <OutputFileName>$(MSBuildProjectName)</OutputFileName>
13
 
    <OutputFileExtension>.elf</OutputFileExtension>
14
 
    <OutputDirectory>$(MSBuildProjectDirectory)\$(Configuration)</OutputDirectory>
15
 
    <AssemblyName>Driver1</AssemblyName>
16
 
    <Name>Driver1</Name>
17
 
    <RootNamespace>Driver1</RootNamespace>
18
 
    <ToolchainFlavour>Native</ToolchainFlavour>
19
 
    <KeepTimersRunning>true</KeepTimersRunning>
20
 
    <OverrideVtor>false</OverrideVtor>
21
 
    <OverrideVtorValue>exception_table</OverrideVtorValue>
22
 
    <eraseonlaunchrule>0</eraseonlaunchrule>
23
 
    <AsfVersion>2.11.1</AsfVersion>
24
 
    <CacheFlash>true</CacheFlash>
25
 
    <ProgFlashFromRam>true</ProgFlashFromRam>
26
 
    <RamSnippetAddress>0x20000000</RamSnippetAddress>
27
 
    <UncachedRange />
28
 
    <BootSegment>2</BootSegment>
29
 
    <AsfFrameworkConfig>
30
 
      <framework-data>
31
 
        <options />
32
 
        <configurations />
33
 
        <files />
34
 
        <documentation help="" />
35
 
        <offline-documentation help="" />
36
 
        <dependencies>
37
 
          <content-extension eid="atmel.asf" uuidref="Atmel.ASF" version="3.18.1" />
38
 
        </dependencies>
39
 
      </framework-data>
40
 
    </AsfFrameworkConfig>
41
 
    <preserveEEPROM>true</preserveEEPROM>
42
 
    <avrtool />
43
 
    <ExternalProgrammingToolCommand />
44
 
  </PropertyGroup>
45
 
  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
46
 
    <ToolchainSettings>
47
 
      <AvrGcc>
48
 
        <avrgcc.common.Device>-mmcu=attiny85 -B "%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.68\gcc\dev\attiny85"</avrgcc.common.Device>
49
 
        <avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex>
50
 
        <avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss>
51
 
        <avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep>
52
 
        <avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec>
53
 
        <avrgcc.common.outputfiles.usersignatures>False</avrgcc.common.outputfiles.usersignatures>
54
 
        <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>
55
 
        <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>
56
 
        <avrgcc.compiler.directories.IncludePaths>
57
 
          <ListValues>
58
 
            <Value>%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.68\include</Value>
59
 
          </ListValues>
60
 
        </avrgcc.compiler.directories.IncludePaths>
61
 
        <avrgcc.compiler.optimization.level>Optimize for size (-Os)</avrgcc.compiler.optimization.level>
62
 
        <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
63
 
        <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
64
 
        <avrgcc.compiler.optimization.DebugLevel>Default (-g2)</avrgcc.compiler.optimization.DebugLevel>
65
 
        <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
66
 
        <avrgcc.linker.libraries.Libraries>
67
 
          <ListValues>
68
 
            <Value>libm</Value>
69
 
          </ListValues>
70
 
        </avrgcc.linker.libraries.Libraries>
71
 
        <avrgcc.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcc.assembler.debugging.DebugLevel>
72
 
      </AvrGcc>
73
 
    </ToolchainSettings>
74
 
  </PropertyGroup>
75
 
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
76
 
    <ToolchainSettings>
77
 
      <AvrGcc>
78
 
        <avrgcc.common.Device>-mmcu=attiny85 -B "%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.68\gcc\dev\attiny85"</avrgcc.common.Device>
79
 
        <avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex>
80
 
        <avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss>
81
 
        <avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep>
82
 
        <avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec>
83
 
        <avrgcc.common.outputfiles.usersignatures>False</avrgcc.common.outputfiles.usersignatures>
84
 
        <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>
85
 
        <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>
86
 
        <avrgcc.compiler.directories.IncludePaths>
87
 
          <ListValues>
88
 
            <Value>%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.68\include</Value>
89
 
          </ListValues>
90
 
        </avrgcc.compiler.directories.IncludePaths>
91
 
        <avrgcc.compiler.optimization.level>Optimize (-O1)</avrgcc.compiler.optimization.level>
92
 
        <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
93
 
        <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
94
 
        <avrgcc.compiler.optimization.DebugLevel>Default (-g2)</avrgcc.compiler.optimization.DebugLevel>
95
 
        <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
96
 
        <avrgcc.linker.libraries.Libraries>
97
 
          <ListValues>
98
 
            <Value>libm</Value>
99
 
          </ListValues>
100
 
        </avrgcc.linker.libraries.Libraries>
101
 
        <avrgcc.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcc.assembler.debugging.DebugLevel>
102
 
      </AvrGcc>
103
 
    </ToolchainSettings>
104
 
  </PropertyGroup>
105
 
  <ItemGroup>
106
 
    <Compile Include="Narsil.c">
107
 
      <SubType>compile</SubType>
108
 
    </Compile>
109
 
    <Compile Include="tk-attiny.h">
110
 
      <SubType>compile</SubType>
111
 
    </Compile>
112
 
    <Compile Include="tk-calibration.h">
113
 
      <SubType>compile</SubType>
114
 
    </Compile>
115
 
    <Compile Include="tk-delay.h">
116
 
      <SubType>compile</SubType>
117
 
    </Compile>
118
 
  </ItemGroup>
119
 
  <Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Compiler.targets" />
120
 
</Project>
 
 
b'\\ No newline at end of file'