Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 1907 → Rev 1906

/Transportables_Koptertool/branch/StateMachine.atsln
0,0 → 1,20

Microsoft Visual Studio Solution File, Format Version 11.00
# Atmel Studio Solution File, Format Version 11.00
Project("{54F91283-7BC4-4236-8FF9-10F437C3AD48}") = "StateMachine", "StateMachine.cproj", "{5B2B3747-8864-4179-9616-85E114C29516}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|AVR = Debug|AVR
Release|AVR = Release|AVR
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5B2B3747-8864-4179-9616-85E114C29516}.Debug|AVR.ActiveCfg = Debug|AVR
{5B2B3747-8864-4179-9616-85E114C29516}.Debug|AVR.Build.0 = Debug|AVR
{5B2B3747-8864-4179-9616-85E114C29516}.Release|AVR.ActiveCfg = Release|AVR
{5B2B3747-8864-4179-9616-85E114C29516}.Release|AVR.Build.0 = Release|AVR
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
/Transportables_Koptertool/branch/StateMachine.atsuo
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Transportables_Koptertool/branch/StateMachine.cpp
0,0 → 1,17
/*
* StateMachine.cpp
*
* Created: 06.03.2013 11:14:16
* Author: Peter
*/
 
 
#include <avr/io.h>
 
int main(void)
{
while(1)
{
//TODO:: Please write your application code
}
}
/Transportables_Koptertool/branch/StateMachine.cproj
0,0 → 1,125
<?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.0</ProjectVersion>
<ToolchainName>com.Atmel.AVRGCC8</ToolchainName>
<ProjectGuid>{5b2b3747-8864-4179-9616-85e114c29516}</ProjectGuid>
<avrdevice>ATmega1284P</avrdevice>
<avrdeviceseries>none</avrdeviceseries>
<OutputType>Executable</OutputType>
<Language>C</Language>
<OutputFileName>$(MSBuildProjectName)</OutputFileName>
<OutputFileExtension>.elf</OutputFileExtension>
<OutputDirectory>$(MSBuildProjectDirectory)\$(Configuration)</OutputDirectory>
<AssemblyName>StateMachine</AssemblyName>
<Name>StateMachine</Name>
<RootNamespace>StateMachine</RootNamespace>
<ToolchainFlavour>Native</ToolchainFlavour>
<KeepTimersRunning>true</KeepTimersRunning>
<OverrideVtor>false</OverrideVtor>
<OverrideVtorValue />
<eraseonlaunchrule>0</eraseonlaunchrule>
<AsfVersion>3.5.1</AsfVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<ToolchainSettings>
<AvrGcc>
<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>
<avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec>
<avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>
<avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>
<avrgcc.compiler.optimization.level>Optimize for size (-Os)</avrgcc.compiler.optimization.level>
<avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
<avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
<avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
<avrgcc.linker.libraries.Libraries>
<ListValues>
<Value>m</Value>
</ListValues>
</avrgcc.linker.libraries.Libraries>
</AvrGcc>
</ToolchainSettings>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<ToolchainSettings>
<AvrGcc>
<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>
<avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec>
<avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>
<avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>
<avrgcc.compiler.optimization.level>Optimize (-O1)</avrgcc.compiler.optimization.level>
<avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
<avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
<avrgcc.compiler.optimization.DebugLevel>Default (-g2)</avrgcc.compiler.optimization.DebugLevel>
<avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
<avrgcc.linker.libraries.Libraries>
<ListValues>
<Value>m</Value>
</ListValues>
</avrgcc.linker.libraries.Libraries>
<avrgcc.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcc.assembler.debugging.DebugLevel>
</AvrGcc>
</ToolchainSettings>
</PropertyGroup>
<ItemGroup>
<Compile Include="AplicationManager\AplicationManager.cpp">
<SubType>compile</SubType>
</Compile>
<Compile Include="AplicationManager\AplicationManager.h">
<SubType>compile</SubType>
</Compile>
<Compile Include="DisplayManager\DisplayManager.cpp">
<SubType>compile</SubType>
</Compile>
<Compile Include="DisplayManager\DisplayManager.h">
<SubType>compile</SubType>
</Compile>
<Compile Include="IoManager\IoManager.cpp">
<SubType>compile</SubType>
</Compile>
<Compile Include="IoManager\IoManager.h">
<SubType>compile</SubType>
</Compile>
<Compile Include="SchedulerManager\SchedulerManager.cpp">
<SubType>compile</SubType>
</Compile>
<Compile Include="SchedulerManager\SchedulerManager.h">
<SubType>compile</SubType>
</Compile>
<Compile Include="StateMachine.cpp">
<SubType>compile</SubType>
</Compile>
<Compile Include="StructManager\StructManager.cpp">
<SubType>compile</SubType>
</Compile>
<Compile Include="StructManager\StructManager.h">
<SubType>compile</SubType>
</Compile>
<Compile Include="TaskManager\TaskManager.cpp">
<SubType>compile</SubType>
</Compile>
<Compile Include="TaskManager\TaskManager.h">
<SubType>compile</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Folder Include="AplicationManager\" />
<Folder Include="DisplayManager\" />
<Folder Include="DisplayManager\DisplayStruct\Mk3Display" />
<Folder Include="DisplayManager\DisplayStruct\PktDisplay" />
<Folder Include="DisplayManager\DisplayStruct" />
<Folder Include="IoManager\" />
<Folder Include="IoManager\IoStruct" />
<Folder Include="SchedulerManager\" />
<Folder Include="StructManager\" />
<Folder Include="StructManager\Struct" />
<Folder Include="TaskManager\" />
<Folder Include="TaskManager\TaskStruct" />
</ItemGroup>
<Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Compiler.targets" />
</Project>
/Transportables_Koptertool/branch/StructManager/StructManager.cpp
0,0 → 1,19
/*
* StructManager.cpp
*
* Created: 06.03.2013 11:36:47
* Author: Peter
*/
/* includes ------------------------------------------------------------*/
#include "StructManager.h"
/* constructor ---------------------------------------------------------*/
StructManager::StructManager()
{}
/* destructor ----------------------------------------------------------*/
StructManager::~StructManager()
{}
/* definitions ---------------------------------------------------------*/
/* -------------------------------------------------------------------- */
/*
* EOF / StructManager.cpp
*/
/Transportables_Koptertool/branch/StructManager/StructManager.h
0,0 → 1,33
/*
* StructManager.h
*
* Created: 06.03.2013 11:37:04
* Author: Peter
*/
#ifndef STRUCTMANAGER_H_
#define STRUCTMANAGER_H_
/* includes ------------------------------------------------------------*/
#include <avr/io.h>
/* defines -------------------------------------------------------------*/
/* class begin ---------------------------------------------------------*/
class StructManager
{
/* public --------------------------------------------------------------*/
public:
/* public declarations -------------------------------------------------*/
/* member declarations -------------------------------------------------*/
/* constructor ---------------------------------------------------------*/
StructManager();
/* destructor ----------------------------------------------------------*/
~StructManager();
/* private: ------------------------------------------------------------*/
private:
/* private declarations ------------------------------------------------*/
/* protected: ----------------------------------------------------------*/
protected:
/* class end -----------------------------------------------------------*/
};
#endif /* STRUCTMANAGER_H_ */
/*
* EOF / StructManager.h
*/
/Transportables_Koptertool/branch/TaskManager/TaskManager.cpp
0,0 → 1,19
/*
* TaskManager.cpp
*
* Created: 06.03.2013 11:37:51
* Author: Peter
*/
/* includes ------------------------------------------------------------*/
#include "TaskManager.h"
/* constructor ---------------------------------------------------------*/
TaskManager::TaskManager()
{}
/* destructor ----------------------------------------------------------*/
TaskManager::~TaskManager()
{}
/* definitions ---------------------------------------------------------*/
/* -------------------------------------------------------------------- */
/*
* EOF / TaskManager.cpp
*/
/Transportables_Koptertool/branch/TaskManager/TaskManager.h
0,0 → 1,33
/*
* TaskManager.h
*
* Created: 06.03.2013 11:37:33
* Author: Peter
*/
#ifndef TASKMANAGER_H_
#define TASKMANAGER_H_
/* includes ------------------------------------------------------------*/
#include <avr/io.h>
/* defines -------------------------------------------------------------*/
/* class begin ---------------------------------------------------------*/
class TaskManager
{
/* public --------------------------------------------------------------*/
public:
/* public declarations -------------------------------------------------*/
/* member declarations -------------------------------------------------*/
/* constructor ---------------------------------------------------------*/
TaskManager();
/* destructor ----------------------------------------------------------*/
~TaskManager();
/* private: ------------------------------------------------------------*/
private:
/* private declarations ------------------------------------------------*/
/* protected: ----------------------------------------------------------*/
protected:
/* class end -----------------------------------------------------------*/
};
#endif /* TASKMANAGER_H_ */
/*
* EOF / TaskManager.h
*/