-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
92 changed files
with
34,416 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "avr/PiSupply/lib/micropin"] | ||
path = avr/PiSupply/lib/micropin | ||
url = [email protected]:Jojo-1000/micropin.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
--- | ||
# Based on Webkit style | ||
BasedOnStyle: Webkit | ||
IndentWidth: 4 | ||
ColumnLimit: 120 | ||
--- | ||
Language: Cpp | ||
Standard: Cpp11 | ||
# Pointers aligned to the left | ||
DerivePointerAlignment: false | ||
PointerAlignment: Left | ||
AccessModifierOffset: -4 | ||
AllowShortFunctionsOnASingleLine: Inline | ||
AlwaysBreakTemplateDeclarations: true | ||
BreakBeforeBraces: Custom | ||
BraceWrapping: | ||
AfterClass: true | ||
AfterControlStatement: true | ||
AfterEnum: true | ||
AfterFunction: true | ||
AfterNamespace: true | ||
AfterStruct: true | ||
AfterUnion: true | ||
AfterExternBlock: true | ||
BeforeCatch: true | ||
BeforeElse: true | ||
SplitEmptyFunction: false | ||
SplitEmptyRecord: false | ||
SplitEmptyNamespace: false | ||
BreakConstructorInitializers: BeforeColon | ||
CompactNamespaces: false | ||
ConstructorInitializerAllOnOneLineOrOnePerLine: true | ||
ConstructorInitializerIndentWidth: 4 | ||
Cpp11BracedListStyle: true | ||
FixNamespaceComments: true | ||
IncludeBlocks: Regroup | ||
IncludeCategories: | ||
# C++ standard headers (no .h) | ||
- Regex: '<[[:alnum:]_-]+>' | ||
Priority: 1 | ||
# Extenal libraries (with .h) | ||
- Regex: '<[[:alnum:]_./-]+>' | ||
Priority: 2 | ||
# Headers from same folder | ||
- Regex: '"[[:alnum:]_.-]+"' | ||
Priority: 3 | ||
# Headers from other folders | ||
- Regex: '"[[:alnum:]_/.-]+"' | ||
Priority: 4 | ||
IndentCaseLabels: false | ||
NamespaceIndentation: All | ||
SortIncludes: true | ||
SortUsingDeclarations: true | ||
SpaceAfterTemplateKeyword: true | ||
SpacesInAngles: false | ||
SpacesInParentheses: false | ||
SpacesInSquareBrackets: false | ||
UseTab: Never |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
| ||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Atmel Studio Solution File, Format Version 11.00 | ||
VisualStudioVersion = 14.0.23107.0 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{E66E83B9-2572-4076-B26E-6BE79FF3018A}") = "PiSupply", "PiSupply\PiSupply.cppproj", "{DCE6C7E3-EE26-4D79-826B-08594B9AD897}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|AVR = Debug|AVR | ||
Release|AVR = Release|AVR | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{DCE6C7E3-EE26-4D79-826B-08594B9AD897}.Debug|AVR.ActiveCfg = Debug|AVR | ||
{DCE6C7E3-EE26-4D79-826B-08594B9AD897}.Debug|AVR.Build.0 = Debug|AVR | ||
{DCE6C7E3-EE26-4D79-826B-08594B9AD897}.Release|AVR.ActiveCfg = Release|AVR | ||
{DCE6C7E3-EE26-4D79-826B-08594B9AD897}.Release|AVR.Build.0 = Release|AVR | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
EndGlobal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
#ifndef _OUTPUT_H | ||
#define _OUTPUT_H | ||
#include <common.h> | ||
|
||
// Enable serial output | ||
#define SERIAL_OUTPUT | ||
|
||
#ifdef SERIAL_OUTPUT | ||
#define if_out_enabled(x) x | ||
#define out(...) print(__VA_ARGS__) | ||
#define outln(...) println(__VA_ARGS__) | ||
#define outf(str) print_P(PSTR(str)) | ||
#define outlnf(str) println_P(PSTR(str)) | ||
#else | ||
#define if_out_enabled(x) | ||
#define out(...) | ||
#define outln(...) | ||
#define outf(str) | ||
#define outlnf(str) | ||
#endif | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Store xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="AtmelPackComponentManagement"> | ||
<ProjectComponents> | ||
<ProjectComponent z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/"> | ||
<CApiVersion></CApiVersion> | ||
<CBundle></CBundle> | ||
<CClass>Device</CClass> | ||
<CGroup>Startup</CGroup> | ||
<CSub></CSub> | ||
<CVariant></CVariant> | ||
<CVendor>Atmel</CVendor> | ||
<CVersion>1.3.0</CVersion> | ||
<DefaultRepoPath>C:/Program Files (x86)\Atmel\Studio\7.0\Packs</DefaultRepoPath> | ||
<DependentComponents xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" /> | ||
<Description></Description> | ||
<Files xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> | ||
<d4p1:anyType i:type="FileInfo"> | ||
<AbsolutePath>C:/Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\ATtiny_DFP\1.3.147\include</AbsolutePath> | ||
<Attribute></Attribute> | ||
<Category>include</Category> | ||
<Condition>C</Condition> | ||
<FileContentHash i:nil="true" /> | ||
<FileVersion></FileVersion> | ||
<Name>include</Name> | ||
<SelectString></SelectString> | ||
<SourcePath></SourcePath> | ||
</d4p1:anyType> | ||
<d4p1:anyType i:type="FileInfo"> | ||
<AbsolutePath>C:/Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\ATtiny_DFP\1.3.147\include\avr\iotn45.h</AbsolutePath> | ||
<Attribute></Attribute> | ||
<Category>header</Category> | ||
<Condition>C</Condition> | ||
<FileContentHash>D6lrhGymODXhdBjVTkc4pA==</FileContentHash> | ||
<FileVersion></FileVersion> | ||
<Name>include/avr/iotn45.h</Name> | ||
<SelectString></SelectString> | ||
<SourcePath></SourcePath> | ||
</d4p1:anyType> | ||
<d4p1:anyType i:type="FileInfo"> | ||
<AbsolutePath>C:/Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\ATtiny_DFP\1.3.147\templates\main.c</AbsolutePath> | ||
<Attribute>template</Attribute> | ||
<Category>source</Category> | ||
<Condition>C Exe</Condition> | ||
<FileContentHash>GD1k8YYhulqRs6FD1B2Hog==</FileContentHash> | ||
<FileVersion></FileVersion> | ||
<Name>templates/main.c</Name> | ||
<SelectString>Main file (.c)</SelectString> | ||
<SourcePath></SourcePath> | ||
</d4p1:anyType> | ||
<d4p1:anyType i:type="FileInfo"> | ||
<AbsolutePath>C:/Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\ATtiny_DFP\1.3.147\templates\main.cpp</AbsolutePath> | ||
<Attribute>template</Attribute> | ||
<Category>source</Category> | ||
<Condition>C Exe</Condition> | ||
<FileContentHash>6CzbpOieHxWGstNdi3wStA==</FileContentHash> | ||
<FileVersion></FileVersion> | ||
<Name>templates/main.cpp</Name> | ||
<SelectString>Main file (.cpp)</SelectString> | ||
<SourcePath></SourcePath> | ||
</d4p1:anyType> | ||
<d4p1:anyType i:type="FileInfo"> | ||
<AbsolutePath>C:/Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\ATtiny_DFP\1.3.147\gcc\dev\attiny45</AbsolutePath> | ||
<Attribute></Attribute> | ||
<Category>libraryPrefix</Category> | ||
<Condition>GCC</Condition> | ||
<FileContentHash i:nil="true" /> | ||
<FileVersion></FileVersion> | ||
<Name>gcc/dev/attiny45</Name> | ||
<SelectString></SelectString> | ||
<SourcePath></SourcePath> | ||
</d4p1:anyType> | ||
</Files> | ||
<PackName>ATtiny_DFP</PackName> | ||
<PackPath>C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.147/Atmel.ATtiny_DFP.pdsc</PackPath> | ||
<PackVersion>1.3.147</PackVersion> | ||
<PresentInProject>true</PresentInProject> | ||
<ReferenceConditionId>ATtiny45</ReferenceConditionId> | ||
<RteComponents xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> | ||
<d4p1:string></d4p1:string> | ||
</RteComponents> | ||
<Status>Resolved</Status> | ||
<VersionMode>Fixed</VersionMode> | ||
<IsComponentInAtProject>true</IsComponentInAtProject> | ||
</ProjectComponent> | ||
</ProjectComponents> | ||
</Store> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,188 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="14.0"> | ||
<PropertyGroup> | ||
<SchemaVersion>2.0</SchemaVersion> | ||
<ProjectVersion>7.0</ProjectVersion> | ||
<ToolchainName>com.Atmel.AVRGCC8.CPP</ToolchainName> | ||
<ProjectGuid>dce6c7e3-ee26-4d79-826b-08594b9ad897</ProjectGuid> | ||
<avrdevice>ATtiny45</avrdevice> | ||
<avrdeviceseries>none</avrdeviceseries> | ||
<OutputType>Executable</OutputType> | ||
<Language>CPP</Language> | ||
<OutputFileName>$(MSBuildProjectName)</OutputFileName> | ||
<OutputFileExtension>.elf</OutputFileExtension> | ||
<OutputDirectory>$(MSBuildProjectDirectory)\$(Configuration)</OutputDirectory> | ||
<AssemblyName>PiSupply</AssemblyName> | ||
<Name>PiSupply</Name> | ||
<RootNamespace>PiSupply</RootNamespace> | ||
<ToolchainFlavour>Native</ToolchainFlavour> | ||
<KeepTimersRunning>true</KeepTimersRunning> | ||
<OverrideVtor>false</OverrideVtor> | ||
<CacheFlash>true</CacheFlash> | ||
<ProgFlashFromRam>true</ProgFlashFromRam> | ||
<RamSnippetAddress>0x20000000</RamSnippetAddress> | ||
<UncachedRange /> | ||
<preserveEEPROM>true</preserveEEPROM> | ||
<OverrideVtorValue>exception_table</OverrideVtorValue> | ||
<BootSegment>2</BootSegment> | ||
<ResetRule>0</ResetRule> | ||
<eraseonlaunchrule>0</eraseonlaunchrule> | ||
<EraseKey /> | ||
<AsfFrameworkConfig> | ||
<framework-data> | ||
<options /> | ||
<configurations /> | ||
<files /> | ||
<documentation help="" /> | ||
<offline-documentation help="" /> | ||
<dependencies> | ||
<content-extension eid="atmel.asf" uuidref="Atmel.ASF" version="3.26.0" /> | ||
</dependencies> | ||
</framework-data> | ||
</AsfFrameworkConfig> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> | ||
<ToolchainSettings> | ||
<AvrGccCpp> | ||
<avrgcc.common.Device>-mmcu=attiny45 -B "%24(PackRepoDir)\atmel\ATtiny_DFP\1.3.147\gcc\dev\attiny45"</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> | ||
<avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec> | ||
<avrgcc.common.outputfiles.usersignatures>False</avrgcc.common.outputfiles.usersignatures> | ||
<avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned> | ||
<avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned> | ||
<avrgcc.compiler.symbols.DefSymbols> | ||
<ListValues> | ||
<Value>NDEBUG</Value> | ||
</ListValues> | ||
</avrgcc.compiler.symbols.DefSymbols> | ||
<avrgcc.compiler.directories.IncludePaths> | ||
<ListValues> | ||
<Value>%24(PackRepoDir)\atmel\ATtiny_DFP\1.3.147\include</Value> | ||
</ListValues> | ||
</avrgcc.compiler.directories.IncludePaths> | ||
<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.compiler.warnings.ExtraWarnings>True</avrgcc.compiler.warnings.ExtraWarnings> | ||
<avrgcc.compiler.warnings.Pedantic>True</avrgcc.compiler.warnings.Pedantic> | ||
<avrgcccpp.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcccpp.compiler.general.ChangeDefaultCharTypeUnsigned> | ||
<avrgcccpp.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcccpp.compiler.general.ChangeDefaultBitFieldUnsigned> | ||
<avrgcccpp.compiler.symbols.DefSymbols> | ||
<ListValues> | ||
<Value>NDEBUG</Value> | ||
</ListValues> | ||
</avrgcccpp.compiler.symbols.DefSymbols> | ||
<avrgcccpp.compiler.directories.IncludePaths> | ||
<ListValues> | ||
<Value>%24(PackRepoDir)\atmel\ATtiny_DFP\1.3.147\include</Value> | ||
<Value>%24(ProjectDir)\..\lib\stl\include</Value> | ||
<Value>%24(ProjectDir)\..\lib\common</Value> | ||
</ListValues> | ||
</avrgcccpp.compiler.directories.IncludePaths> | ||
<avrgcccpp.compiler.optimization.level>Optimize for size (-Os)</avrgcccpp.compiler.optimization.level> | ||
<avrgcccpp.compiler.optimization.OtherFlags>-flto</avrgcccpp.compiler.optimization.OtherFlags> | ||
<avrgcccpp.compiler.optimization.PackStructureMembers>True</avrgcccpp.compiler.optimization.PackStructureMembers> | ||
<avrgcccpp.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcccpp.compiler.optimization.AllocateBytesNeededForEnum> | ||
<avrgcccpp.compiler.warnings.AllWarnings>True</avrgcccpp.compiler.warnings.AllWarnings> | ||
<avrgcccpp.compiler.warnings.Pedantic>True</avrgcccpp.compiler.warnings.Pedantic> | ||
<avrgcccpp.compiler.miscellaneous.OtherFlags>-std=c++14</avrgcccpp.compiler.miscellaneous.OtherFlags> | ||
<avrgcccpp.linker.libraries.Libraries> | ||
<ListValues> | ||
<Value>libm</Value> | ||
</ListValues> | ||
</avrgcccpp.linker.libraries.Libraries> | ||
<avrgcccpp.linker.miscellaneous.LinkerFlags>-flto</avrgcccpp.linker.miscellaneous.LinkerFlags> | ||
<avrgcccpp.assembler.general.IncludePaths> | ||
<ListValues> | ||
<Value>%24(PackRepoDir)\atmel\ATtiny_DFP\1.3.147\include</Value> | ||
</ListValues> | ||
</avrgcccpp.assembler.general.IncludePaths> | ||
</AvrGccCpp> | ||
</ToolchainSettings> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> | ||
<ToolchainSettings> | ||
<AvrGccCpp> | ||
<avrgcc.common.Device>-mmcu=attiny45 -B "%24(PackRepoDir)\atmel\ATtiny_DFP\1.3.147\gcc\dev\attiny45"</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> | ||
<avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec> | ||
<avrgcc.common.outputfiles.usersignatures>False</avrgcc.common.outputfiles.usersignatures> | ||
<avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned> | ||
<avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned> | ||
<avrgcc.compiler.symbols.DefSymbols> | ||
<ListValues> | ||
<Value>DEBUG</Value> | ||
</ListValues> | ||
</avrgcc.compiler.symbols.DefSymbols> | ||
<avrgcc.compiler.directories.IncludePaths> | ||
<ListValues> | ||
<Value>%24(PackRepoDir)\atmel\ATtiny_DFP\1.3.147\include</Value> | ||
</ListValues> | ||
</avrgcc.compiler.directories.IncludePaths> | ||
<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.compiler.warnings.ExtraWarnings>True</avrgcc.compiler.warnings.ExtraWarnings> | ||
<avrgcc.compiler.warnings.Pedantic>True</avrgcc.compiler.warnings.Pedantic> | ||
<avrgcccpp.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcccpp.compiler.general.ChangeDefaultCharTypeUnsigned> | ||
<avrgcccpp.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcccpp.compiler.general.ChangeDefaultBitFieldUnsigned> | ||
<avrgcccpp.compiler.symbols.DefSymbols> | ||
<ListValues> | ||
<Value>DEBUG</Value> | ||
</ListValues> | ||
</avrgcccpp.compiler.symbols.DefSymbols> | ||
<avrgcccpp.compiler.directories.IncludePaths> | ||
<ListValues> | ||
<Value>%24(PackRepoDir)\atmel\ATtiny_DFP\1.3.147\include</Value> | ||
<Value>%24(ProjectDir)\..\lib\stl\include</Value> | ||
<Value>%24(ProjectDir)\..\lib\common</Value> | ||
<Value>%24(ProjectDir)\..\lib\micropin\micropin</Value> | ||
</ListValues> | ||
</avrgcccpp.compiler.directories.IncludePaths> | ||
<avrgcccpp.compiler.optimization.level>Optimize for size (-Os)</avrgcccpp.compiler.optimization.level> | ||
<avrgcccpp.compiler.optimization.PackStructureMembers>True</avrgcccpp.compiler.optimization.PackStructureMembers> | ||
<avrgcccpp.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcccpp.compiler.optimization.AllocateBytesNeededForEnum> | ||
<avrgcccpp.compiler.optimization.DebugLevel>Default (-g2)</avrgcccpp.compiler.optimization.DebugLevel> | ||
<avrgcccpp.compiler.warnings.AllWarnings>True</avrgcccpp.compiler.warnings.AllWarnings> | ||
<avrgcccpp.compiler.warnings.Pedantic>True</avrgcccpp.compiler.warnings.Pedantic> | ||
<avrgcccpp.compiler.miscellaneous.OtherFlags>-std=c++14</avrgcccpp.compiler.miscellaneous.OtherFlags> | ||
<avrgcccpp.linker.libraries.Libraries> | ||
<ListValues> | ||
<Value>libm</Value> | ||
</ListValues> | ||
</avrgcccpp.linker.libraries.Libraries> | ||
<avrgcccpp.assembler.general.IncludePaths> | ||
<ListValues> | ||
<Value>%24(PackRepoDir)\atmel\ATtiny_DFP\1.3.147\include</Value> | ||
</ListValues> | ||
</avrgcccpp.assembler.general.IncludePaths> | ||
<avrgcccpp.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcccpp.assembler.debugging.DebugLevel> | ||
</AvrGccCpp> | ||
</ToolchainSettings> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Compile Include="..\lib\common\common.cpp"> | ||
<SubType>compile</SubType> | ||
<Link>common.cpp</Link> | ||
</Compile> | ||
<Compile Include="..\lib\common\common.h"> | ||
<SubType>compile</SubType> | ||
<Link>common.h</Link> | ||
</Compile> | ||
<Compile Include="..\lib\common\fCpu.h"> | ||
<SubType>compile</SubType> | ||
<Link>fCpu.h</Link> | ||
</Compile> | ||
<Compile Include="main.cpp"> | ||
<SubType>compile</SubType> | ||
</Compile> | ||
</ItemGroup> | ||
<Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Compiler.targets" /> | ||
</Project> |
Oops, something went wrong.