From 8b8805fdbc2b0a228ba0e9593b57a98b12153076 Mon Sep 17 00:00:00 2001 From: mandlm Date: Tue, 12 Jan 2016 22:28:22 +0100 Subject: [PATCH] Project files for a simple LED project --- Blink/Blink.atsln | 20 ++++++ Blink/Blink/Blink.cppproj | 141 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 161 insertions(+) create mode 100644 Blink/Blink.atsln create mode 100644 Blink/Blink/Blink.cppproj diff --git a/Blink/Blink.atsln b/Blink/Blink.atsln new file mode 100644 index 0000000..5581e21 --- /dev/null +++ b/Blink/Blink.atsln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Atmel Studio Solution File, Format Version 11.00 +Project("{E66E83B9-2572-4076-B26E-6BE79FF3018A}") = "Blink", "Blink\Blink.cppproj", "{DB1BF100-194E-4B61-B8E7-70A13FEA1C63}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|AVR = Debug|AVR + Release|AVR = Release|AVR + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {DB1BF100-194E-4B61-B8E7-70A13FEA1C63}.Debug|AVR.ActiveCfg = Debug|AVR + {DB1BF100-194E-4B61-B8E7-70A13FEA1C63}.Debug|AVR.Build.0 = Debug|AVR + {DB1BF100-194E-4B61-B8E7-70A13FEA1C63}.Release|AVR.ActiveCfg = Release|AVR + {DB1BF100-194E-4B61-B8E7-70A13FEA1C63}.Release|AVR.Build.0 = Release|AVR + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/Blink/Blink/Blink.cppproj b/Blink/Blink/Blink.cppproj new file mode 100644 index 0000000..18242f7 --- /dev/null +++ b/Blink/Blink/Blink.cppproj @@ -0,0 +1,141 @@ + + + + 2.0 + 6.2 + com.Atmel.AVRGCC8.CPP + {db1bf100-194e-4b61-b8e7-70a13fea1c63} + ATtiny24 + none + Executable + CPP + $(MSBuildProjectName) + .elf + $(MSBuildProjectDirectory)\$(Configuration) + Blink + Blink + Blink + Native + true + false + true + true + 0x20000000 + + true + exception_table + 2 + 0 + + + + + + + + + + + + + com.atmel.avrdbg.tool.stk500 + + + + 125000 + + ISP + + com.atmel.avrdbg.tool.stk500 + + + STK500 + + ISP + + + + + True + True + True + True + False + True + True + + + NDEBUG + + + Optimize for size (-Os) + True + True + True + True + True + + + NDEBUG + + + Optimize for size (-Os) + True + True + True + + + libm + + + + + + + + + True + True + True + True + False + True + True + + + DEBUG + + + Optimize (-O1) + True + True + Default (-g2) + True + True + True + + + DEBUG + + + Optimize (-O1) + True + True + Default (-g2) + True + + + libm + + + Default (-Wa,-g) + + + + + + compile + + + + \ No newline at end of file