From 59f8a9c16c2e770b533abac44aa08b3548334f16 Mon Sep 17 00:00:00 2001 From: "mail001@ntalk.de" Date: Tue, 12 Nov 2013 11:19:17 +0000 Subject: [PATCH] upload --- trunk/NfcEmul/NfcEmul.cproj | 90 +++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 trunk/NfcEmul/NfcEmul.cproj diff --git a/trunk/NfcEmul/NfcEmul.cproj b/trunk/NfcEmul/NfcEmul.cproj new file mode 100644 index 0000000..9c992d1 --- /dev/null +++ b/trunk/NfcEmul/NfcEmul.cproj @@ -0,0 +1,90 @@ + + + + 2.0 + 6.0 + com.Atmel.AVRGCC8 + {69740c0f-4371-4a95-8caf-b330977fb45a} + ATtiny84A + none + Executable + C + $(MSBuildProjectName) + .elf + $(MSBuildProjectDirectory)\$(Configuration) + GasSensor + GasSensor + GasSensor + Native + true + false + + 0 + 3.5.0 + + + + + True + True + True + True + True + True + Optimize for size (-Os) + True + True + True + + + m + + + + + + + + + True + True + True + True + True + True + + + F_CPU=13560000UL + + + Optimize for size (-Os) + True + True + True + + + m + + + Default (-Wa,-g) + + + + + GasSensor + .elf + "C:\Users\Nicolas\Documents\AVRStudio\tools\avrdude.exe" -p t84 -c stk500v2 -P com7 -U flash:w:$(Name).hex -u + + + + compile + + + compile + + + compile + + + + \ No newline at end of file