~gabe/flashlight-firmware/anduril2

« back to all changes in this revision

Viewing changes to JonnyC/STAR/STAR_dual_switch.avrgccproj

  • Committer: Selene Scriven
  • Date: 2016-11-29 22:51:09 UTC
  • mto: This revision was merged to the branch mainline in revision 176.
  • Revision ID: ubuntu@toykeeper.net-20161129225109-oab58sah3mb7mk1j
Copied biscotti.c to gchart/babka/babka.c

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>{5aba23f4-7d75-4015-bc9c-062896df9c2c}</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_dual_switch</AssemblyName>
 
22
    <Name>STAR_dual_switch</Name>
 
23
    <RootNamespace>STAR_dual_switch</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
    </MemorySettings>
 
59
    <GenerateHexFile>True</GenerateHexFile>
 
60
    <GenerateMapFile>True</GenerateMapFile>
 
61
    <GenerateListFile>True</GenerateListFile>
 
62
    <GenerateEepFile>True</GenerateEepFile>
 
63
  </PropertyGroup>
 
64
  <ItemGroup>
 
65
    <Compile Include="STAR_dual_switch.c">
 
66
      <SubType>compile</SubType>
 
67
    </Compile>
 
68
  </ItemGroup>
 
69
  <Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\AvrGCC.targets" />
 
70
</Project>
 
 
b'\\ No newline at end of file'