Added submodule

This commit is contained in:
BlackMark 2019-07-27 13:14:37 +02:00
parent ae76995e35
commit daa7d6c2c1
4 changed files with 27 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "flash/flash"]
path = flash/flash
url = git@blackmark.me:avr/flash.git

1
flash/flash Submodule

@ -0,0 +1 @@
Subproject commit 1bf2a07bc31e8de852f308cadbf7f5269e6551c6

View File

@ -44,6 +44,21 @@
</com_atmel_avrdbg_tool_jtagicemkii>
<avrtoolinterface>ISP</avrtoolinterface>
<avrtoolinterfaceclock>125000</avrtoolinterfaceclock>
<AAFDebugger>
<AAFDebugFiles>
<DebugFile>
<path>\Debug\flash.lss</path>
<AAFSetting>
<Label>Lss Files</Label>
<Extention>.lss</Extention>
<Regex>^\s*(?&lt;address&gt;[a-f0-9]*):\s*.*$</Regex>
<DebugEnabled>true</DebugEnabled>
<RegexGroups>address</RegexGroups>
<DebuggerExpression>$pc</DebuggerExpression>
</AAFSetting>
</DebugFile>
</AAFDebugFiles>
</AAFDebugger>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<ToolchainSettings>
@ -115,9 +130,15 @@
</ToolchainSettings>
</PropertyGroup>
<ItemGroup>
<Compile Include="flash\flash.hpp">
<SubType>compile</SubType>
</Compile>
<Compile Include="main.cpp">
<SubType>compile</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Folder Include="flash" />
</ItemGroup>
<Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Compiler.targets" />
</Project>

View File

@ -1,3 +1,5 @@
#include "flash/flash.hpp"
int main()
{
return 0;