312 lines
No EOL
13 KiB
XML
312 lines
No EOL
13 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectVersion>7.0</ProjectVersion>
|
|
<ToolchainName>com.Atmel.AVRGCC32.C</ToolchainName>
|
|
<ProjectGuid>{cc1fda9f-00c6-4840-9a86-8d450e5c3abf}</ProjectGuid>
|
|
<avrdevice>AT32UC3C0512C</avrdevice>
|
|
<avrdeviceseries>none</avrdeviceseries>
|
|
<OutputType>Executable</OutputType>
|
|
<Language>C</Language>
|
|
<OutputFileName>$(MSBuildProjectName)</OutputFileName>
|
|
<OutputFileExtension>.elf</OutputFileExtension>
|
|
<OutputDirectory>$(MSBuildProjectDirectory)\$(Configuration)</OutputDirectory>
|
|
<AssemblyName>m_lec</AssemblyName>
|
|
<Name>m_lec</Name>
|
|
<RootNamespace>m_lec</RootNamespace>
|
|
<ToolchainFlavour>Native</ToolchainFlavour>
|
|
<KeepTimersRunning>true</KeepTimersRunning>
|
|
<OverrideVtor>false</OverrideVtor>
|
|
<CacheFlash>true</CacheFlash>
|
|
<ProgFlashFromRam>true</ProgFlashFromRam>
|
|
<RamSnippetAddress>0x20000000</RamSnippetAddress>
|
|
<UncachedRange />
|
|
<OverrideVtorValue>exception_table</OverrideVtorValue>
|
|
<BootSegment>2</BootSegment>
|
|
<eraseonlaunchrule>1</eraseonlaunchrule>
|
|
<AsfFrameworkConfig>
|
|
<framework-data>
|
|
<options />
|
|
<configurations />
|
|
<files />
|
|
<documentation help="" />
|
|
<offline-documentation help="" />
|
|
<dependencies>
|
|
<content-extension eid="atmel.asf" uuidref="Atmel.ASF" version="3.34.1" />
|
|
</dependencies>
|
|
</framework-data>
|
|
</AsfFrameworkConfig>
|
|
<avrtool>com.atmel.avrdbg.tool.jtagice3plus</avrtool>
|
|
<com_atmel_avrdbg_tool_jtagice3plus>
|
|
<ToolOptions>
|
|
<InterfaceProperties>
|
|
<JtagEnableExtResetOnStartSession>true</JtagEnableExtResetOnStartSession>
|
|
<JtagDbgClock>7500000</JtagDbgClock>
|
|
<JtagInChain>false</JtagInChain>
|
|
<JtagDevicesBefore>0</JtagDevicesBefore>
|
|
<JtagDevicesAfter>0</JtagDevicesAfter>
|
|
<JtagInstrBitsBefore>0</JtagInstrBitsBefore>
|
|
<JtagInstrBitsAfter>0</JtagInstrBitsAfter>
|
|
<JtagSelectedDeviceIndexInChain>
|
|
</JtagSelectedDeviceIndexInChain>
|
|
<JtagDaisyChainDevices>
|
|
</JtagDaisyChainDevices>
|
|
</InterfaceProperties>
|
|
<InterfaceName>JTAG</InterfaceName>
|
|
</ToolOptions>
|
|
<ToolType>com.atmel.avrdbg.tool.jtagice3plus</ToolType>
|
|
<ToolNumber>J30200032760</ToolNumber>
|
|
<ToolName>JTAGICE3</ToolName>
|
|
</com_atmel_avrdbg_tool_jtagice3plus>
|
|
<avrtoolinterface>JTAG</avrtoolinterface>
|
|
<preserveEEPROM>true</preserveEEPROM>
|
|
<ResetRule>0</ResetRule>
|
|
<EraseKey />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
<ToolchainSettings>
|
|
<Avr32Gcc>
|
|
<avr32gcc.common.outputfiles.hex>True</avr32gcc.common.outputfiles.hex>
|
|
<avr32gcc.common.outputfiles.lss>True</avr32gcc.common.outputfiles.lss>
|
|
<avr32gcc.common.outputfiles.eep>True</avr32gcc.common.outputfiles.eep>
|
|
<avr32gcc.common.outputfiles.srec>True</avr32gcc.common.outputfiles.srec>
|
|
<avr32gcc.compiler.symbols.DefSymbols>
|
|
<ListValues>
|
|
<Value>NDEBUG</Value>
|
|
</ListValues>
|
|
</avr32gcc.compiler.symbols.DefSymbols>
|
|
<avr32gcc.compiler.directories.IncludePaths>
|
|
<ListValues>
|
|
<Value>%24(PackRepoDir)\atmel\UC3C_DFP\1.0.49\include\AT32UC3C0512C</Value>
|
|
</ListValues>
|
|
</avr32gcc.compiler.directories.IncludePaths>
|
|
<avr32gcc.compiler.optimization.level>Optimize for size (-Os)</avr32gcc.compiler.optimization.level>
|
|
<avr32gcc.compiler.optimization.PrepareFunctionsForGarbageCollection>True</avr32gcc.compiler.optimization.PrepareFunctionsForGarbageCollection>
|
|
<avr32gcc.compiler.optimization.UseAssemblerForPseudoInstructions>True</avr32gcc.compiler.optimization.UseAssemblerForPseudoInstructions>
|
|
<avr32gcc.compiler.warnings.AllWarnings>True</avr32gcc.compiler.warnings.AllWarnings>
|
|
<avr32gcc.linker.libraries.Libraries>
|
|
<ListValues>
|
|
<Value>libm</Value>
|
|
</ListValues>
|
|
</avr32gcc.linker.libraries.Libraries>
|
|
<avr32gcc.linker.optimization.GarbageCollectUnusedSections>True</avr32gcc.linker.optimization.GarbageCollectUnusedSections>
|
|
<avr32gcc.linker.optimization.PutReadOnlyDataInWritableDataSection>True</avr32gcc.linker.optimization.PutReadOnlyDataInWritableDataSection>
|
|
<avr32gcc.linker.optimization.AllowDirectReferencesToDataSection>True</avr32gcc.linker.optimization.AllowDirectReferencesToDataSection>
|
|
<avr32gcc.assembler.general.IncludePaths>
|
|
<ListValues>
|
|
<Value>%24(PackRepoDir)\atmel\UC3C_DFP\1.0.49\include\AT32UC3C0512C</Value>
|
|
</ListValues>
|
|
</avr32gcc.assembler.general.IncludePaths>
|
|
<avr32gcc.preprocessingassembler.general.IncludePaths>
|
|
<ListValues>
|
|
<Value>%24(PackRepoDir)\atmel\UC3C_DFP\1.0.49\include\AT32UC3C0512C</Value>
|
|
</ListValues>
|
|
</avr32gcc.preprocessingassembler.general.IncludePaths>
|
|
</Avr32Gcc>
|
|
</ToolchainSettings>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
<ToolchainSettings>
|
|
<Avr32Gcc>
|
|
<avr32gcc.common.outputfiles.hex>True</avr32gcc.common.outputfiles.hex>
|
|
<avr32gcc.common.outputfiles.lss>True</avr32gcc.common.outputfiles.lss>
|
|
<avr32gcc.common.outputfiles.eep>True</avr32gcc.common.outputfiles.eep>
|
|
<avr32gcc.common.outputfiles.srec>True</avr32gcc.common.outputfiles.srec>
|
|
<avr32gcc.compiler.symbols.DefSymbols>
|
|
<ListValues>
|
|
<Value>DEBUG</Value>
|
|
<Value>KATRI_TEST=0</Value>
|
|
<Value>USE_WATCHDOG</Value>
|
|
</ListValues>
|
|
</avr32gcc.compiler.symbols.DefSymbols>
|
|
<avr32gcc.compiler.directories.IncludePaths>
|
|
<ListValues>
|
|
<Value>../../bootloader/src</Value>
|
|
<Value>../../bms_kernel/src</Value>
|
|
<Value>../../bsp_uc3c_mlec/src</Value>
|
|
<Value>%24(PackRepoDir)\atmel\UC3C_DFP\1.0.49\include\AT32UC3C0512C</Value>
|
|
</ListValues>
|
|
</avr32gcc.compiler.directories.IncludePaths>
|
|
<avr32gcc.compiler.optimization.PrepareFunctionsForGarbageCollection>True</avr32gcc.compiler.optimization.PrepareFunctionsForGarbageCollection>
|
|
<avr32gcc.compiler.optimization.UseAssemblerForPseudoInstructions>True</avr32gcc.compiler.optimization.UseAssemblerForPseudoInstructions>
|
|
<avr32gcc.compiler.optimization.DebugLevel>Default (-g2)</avr32gcc.compiler.optimization.DebugLevel>
|
|
<avr32gcc.compiler.warnings.AllWarnings>True</avr32gcc.compiler.warnings.AllWarnings>
|
|
<avr32gcc.compiler.miscellaneous.OtherFlags>-std=gnu99 -fshort-enums</avr32gcc.compiler.miscellaneous.OtherFlags>
|
|
<avr32gcc.linker.general.DoNotUseStandardStartFiles>True</avr32gcc.linker.general.DoNotUseStandardStartFiles>
|
|
<avr32gcc.linker.libraries.Libraries>
|
|
<ListValues>
|
|
<Value>libm</Value>
|
|
</ListValues>
|
|
</avr32gcc.linker.libraries.Libraries>
|
|
<avr32gcc.linker.optimization.GarbageCollectUnusedSections>True</avr32gcc.linker.optimization.GarbageCollectUnusedSections>
|
|
<avr32gcc.linker.optimization.PutReadOnlyDataInWritableDataSection>True</avr32gcc.linker.optimization.PutReadOnlyDataInWritableDataSection>
|
|
<avr32gcc.linker.optimization.AllowDirectReferencesToDataSection>True</avr32gcc.linker.optimization.AllowDirectReferencesToDataSection>
|
|
<avr32gcc.linker.miscellaneous.LinkerFlags>-Wl,--relax -T../src/linker_scripts/link_uc3c0512c.lds -Wl,-e,_trampoline</avr32gcc.linker.miscellaneous.LinkerFlags>
|
|
<avr32gcc.assembler.general.IncludePaths>
|
|
<ListValues>
|
|
<Value>%24(PackRepoDir)\atmel\UC3C_DFP\1.0.49\include\AT32UC3C0512C</Value>
|
|
</ListValues>
|
|
</avr32gcc.assembler.general.IncludePaths>
|
|
<avr32gcc.assembler.debugging.DebugLevel>Default (-g)</avr32gcc.assembler.debugging.DebugLevel>
|
|
<avr32gcc.preprocessingassembler.general.IncludePaths>
|
|
<ListValues>
|
|
<Value>%24(PackRepoDir)\atmel\UC3C_DFP\1.0.49\include\AT32UC3C0512C</Value>
|
|
</ListValues>
|
|
</avr32gcc.preprocessingassembler.general.IncludePaths>
|
|
<avr32gcc.preprocessingassembler.debugging.DebugLevel>Default (-Wa,-g)</avr32gcc.preprocessingassembler.debugging.DebugLevel>
|
|
</Avr32Gcc>
|
|
</ToolchainSettings>
|
|
<OutputFileName>master_local_app</OutputFileName>
|
|
<OutputFileExtension>.elf</OutputFileExtension>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="src\app_config.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\cellbal.c">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\cellbal.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\default\def_cellbal.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\default\def_ir.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\default\def_master.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\default\def_ocv.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\default\def_protection.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\default\def_sensing.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\default\def_soc.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\default\def_soh.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\default\def_state.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\ir.c">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\ir.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\main_m_app.c">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\master.c">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\master.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\net\net_config_configure.c">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\net\net_config_impl.c">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\net\net_config_impl.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\net\net_config_update.c">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\net\net_config_update_msg.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\net\net_ebus.c">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\net\net_ebus.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\net\net_ebus_msg.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\net\net_slave.c">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\net\net_slave.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\net\net_slave_msg.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\ocv.c">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\ocv.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\protection.c">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\protection.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\sensing.c">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\sensing.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\slave.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\soc.c">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\soc.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\soh.c">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\soh.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\state.c">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\state.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="src" />
|
|
<Folder Include="src\linker_scripts" />
|
|
<Folder Include="src\default" />
|
|
<Folder Include="src\net" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\bms_kernel\bms_kernel.cproj">
|
|
<Name>bms_kernel</Name>
|
|
<Project>{3f9d30ee-098f-4797-950f-43263b371950}</Project>
|
|
<Private>True</Private>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\bsp_uc3c_mlec\bsp_uc3c_mlec.cproj">
|
|
<Name>bsp_uc3c_mlec</Name>
|
|
<Project>{a2b1aa74-5117-4379-afb6-3e7611c50b66}</Project>
|
|
<Private>True</Private>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="src\linker_scripts\link_uc3c0512c.lds">
|
|
<SubType>compile</SubType>
|
|
</None>
|
|
</ItemGroup>
|
|
<Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Compiler.targets" />
|
|
</Project> |