307 lines
No EOL
12 KiB
XML
307 lines
No EOL
12 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>6.2</ProjectVersion>
|
|
<ToolchainName>com.Atmel.AVRGCC32.C</ToolchainName>
|
|
<ProjectGuid>{3f9d30ee-098f-4797-950f-43263b371950}</ProjectGuid>
|
|
<avrdevice>AT32UC3C0512C</avrdevice>
|
|
<avrdeviceseries>none</avrdeviceseries>
|
|
<OutputType>StaticLibrary</OutputType>
|
|
<Language>C</Language>
|
|
<OutputFileName>lib$(MSBuildProjectName)</OutputFileName>
|
|
<OutputFileExtension>.a</OutputFileExtension>
|
|
<OutputDirectory>$(MSBuildProjectDirectory)\$(Configuration)</OutputDirectory>
|
|
<AvrGccProjectExtensions>
|
|
</AvrGccProjectExtensions>
|
|
<AssemblyName>bms_kernel</AssemblyName>
|
|
<Name>bms_kernel</Name>
|
|
<RootNamespace>bms_kernel</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.15.0" />
|
|
</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>
|
|
</InterfaceProperties>
|
|
<InterfaceName>JTAG</InterfaceName>
|
|
</ToolOptions>
|
|
<ToolType>com.atmel.avrdbg.tool.jtagice3plus</ToolType>
|
|
<ToolNumber>J30200009527</ToolNumber>
|
|
<ToolName>JTAGICE3</ToolName>
|
|
</com_atmel_avrdbg_tool_jtagice3plus>
|
|
<avrtoolinterface>JTAG</avrtoolinterface>
|
|
<preserveEEPROM>true</preserveEEPROM>
|
|
</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.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>
|
|
</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>
|
|
</ListValues>
|
|
</avr32gcc.compiler.symbols.DefSymbols>
|
|
<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.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.debugging.DebugLevel>Default (-g)</avr32gcc.assembler.debugging.DebugLevel>
|
|
<avr32gcc.preprocessingassembler.debugging.DebugLevel>Default (-Wa,-g)</avr32gcc.preprocessingassembler.debugging.DebugLevel>
|
|
</Avr32Gcc>
|
|
</ToolchainSettings>
|
|
<OutputFileName>libbms_kernel</OutputFileName>
|
|
<OutputFileExtension>.a</OutputFileExtension>
|
|
<OutputType>StaticLibrary</OutputType>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="src\common_feature.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\comm\bmsp.c">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\comm\bmsp.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\comm\bmsp_impl\bmsp_can.c">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\comm\bmsp_impl\bmsp_can.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\comm\bmsp_impl\bmsp_can_msg.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\comm\bmsp_msg.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\hal\button.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\hal\hal.c">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\hal\hal.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\hal\hal_adc.c">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\hal\hal_adc.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\hal\hal_can.c">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\hal\hal_can.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\hal\hal_dac.c">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\hal\hal_dac.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\hal\hal_lcd.c">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\hal\hal_lcd.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\hal\hal_relay.c">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\hal\hal_relay.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\hal\hal_time.c">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\hal\hal_time.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\hal\serial.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\hal\spi.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\knl_event.c">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\knl_event.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\net\impl\net_config_v0.c">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\net\impl\net_config_v0.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\net\net.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\net\net_config.c">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\net\net_config.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\net\net_config_msg.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\util\util_ltree.c">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\util\util_ltree.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\main_knl.c">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\knl_mq.c">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\knl_mq.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\knl_queue.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\knl.c">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\knl.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\knl_timer.c">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\knl_queue.c">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\knl_timer.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\types.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\update.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\util\util_auth.c">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\util\util_auth.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\util\util_buffer.c">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\util\util_buffer.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\util\util_crc.c">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\util\util_crc.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\util\util_filter.c">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\util\util_filter.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\util\util_sort.c">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="src\util\util_sort.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="src" />
|
|
<Folder Include="src\comm\bmsp_impl\" />
|
|
<Folder Include="src\hal" />
|
|
<Folder Include="src\comm" />
|
|
<Folder Include="src\net" />
|
|
<Folder Include="src\net\impl" />
|
|
<Folder Include="src\util" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\bsp_uc3c_ek\bsp_uc3c_ek.cproj">
|
|
<Name>bsp_uc3c_ek</Name>
|
|
<Project>{6a25431d-6da5-4ede-ab1a-f12ac08e51c9}</Project>
|
|
<Private>True</Private>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Compiler.targets" />
|
|
</Project> |