summaryrefslogtreecommitdiff
path: root/floppyMusic/floppyMusic.cproj
diff options
context:
space:
mode:
Diffstat (limited to 'floppyMusic/floppyMusic.cproj')
-rw-r--r--floppyMusic/floppyMusic.cproj20
1 files changed, 16 insertions, 4 deletions
diff --git a/floppyMusic/floppyMusic.cproj b/floppyMusic/floppyMusic.cproj
index 9c197cc..0ab48be 100644
--- a/floppyMusic/floppyMusic.cproj
+++ b/floppyMusic/floppyMusic.cproj
@@ -5,7 +5,7 @@
<ProjectVersion>7.0</ProjectVersion>
<ToolchainName>com.Atmel.AVRGCC8.C</ToolchainName>
<ProjectGuid>dce6c7e3-ee26-4d79-826b-08594b9ad897</ProjectGuid>
- <avrdevice>ATmega8</avrdevice>
+ <avrdevice>ATmega32</avrdevice>
<avrdeviceseries>none</avrdeviceseries>
<OutputType>Executable</OutputType>
<Language>C</Language>
@@ -40,7 +40,7 @@
</AsfFrameworkConfig>
<avrtool>com.atmel.avrdbg.tool.stk500</avrtool>
<avrtoolserialnumber />
- <avrdeviceexpectedsignature>0x1E9307</avrdeviceexpectedsignature>
+ <avrdeviceexpectedsignature>0x1E9502</avrdeviceexpectedsignature>
<custom>
<ToolOptions>
<InterfaceProperties>
@@ -82,7 +82,7 @@
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<ToolchainSettings>
<AvrGcc>
- <avrgcc.common.Device>-mmcu=atmega8 -B "%24(PackRepoDir)\atmel\ATmega_DFP\1.2.132\gcc\dev\atmega8"</avrgcc.common.Device>
+ <avrgcc.common.Device>-mmcu=atmega32 -B "%24(PackRepoDir)\atmel\ATmega_DFP\1.2.132\gcc\dev\atmega32"</avrgcc.common.Device>
<avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex>
<avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss>
<avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep>
@@ -120,7 +120,7 @@
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<ToolchainSettings>
<AvrGcc>
- <avrgcc.common.Device>-mmcu=atmega8 -B "%24(PackRepoDir)\atmel\ATmega_DFP\1.2.132\gcc\dev\atmega8"</avrgcc.common.Device>
+ <avrgcc.common.Device>-mmcu=atmega32 -B "%24(PackRepoDir)\atmel\ATmega_DFP\1.2.132\gcc\dev\atmega32"</avrgcc.common.Device>
<avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex>
<avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss>
<avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep>
@@ -167,6 +167,18 @@
<Compile Include="main.c">
<SubType>compile</SubType>
</Compile>
+ <Compile Include="midi.c">
+ <SubType>compile</SubType>
+ </Compile>
+ <Compile Include="midi.h">
+ <SubType>compile</SubType>
+ </Compile>
+ <Compile Include="music.c">
+ <SubType>compile</SubType>
+ </Compile>
+ <Compile Include="music.h">
+ <SubType>compile</SubType>
+ </Compile>
<Compile Include="uart.c">
<SubType>compile</SubType>
</Compile>