From cad065aa9267cd2a136dd1593c15ba605934ea76 Mon Sep 17 00:00:00 2001 From: mail001 Date: Tue, 12 Nov 2013 11:19:17 +0000 Subject: [PATCH] upload --- NfcEmul/NfcEmul.cproj | 90 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 NfcEmul/NfcEmul.cproj diff --git a/NfcEmul/NfcEmul.cproj b/NfcEmul/NfcEmul.cproj new file mode 100644 index 0000000..9c992d1 --- /dev/null +++ b/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