aboutsummaryrefslogtreecommitdiff
path: root/platform.txt
diff options
context:
space:
mode:
authorMartino Facchin <m.facchin@arduino.cc>2015-03-05 12:33:35 +0100
committerMartino Facchin <m.facchin@arduino.cc>2015-03-05 12:33:35 +0100
commit6b396732ca2948ad2a00532f27b0134f5edb4b23 (patch)
tree59ae7f5a9f9917514d1bd8dca0a7516ef99138dd /platform.txt
parent97fb130175f777a0d3e051f2bdd74c5e0795e470 (diff)
parent5cbfcfbf076e641483fa629eee4ebda9afacb68f (diff)
Merge branch 'ide-1.5.x' into SoftwareSerial
Diffstat (limited to 'platform.txt')
-rw-r--r--platform.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/platform.txt b/platform.txt
index 8347746..797e7e3 100644
--- a/platform.txt
+++ b/platform.txt
@@ -6,7 +6,7 @@
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
name=Arduino AVR Boards
-version=1.6.0
+version=1.6.1
# AVR compile variables
# ---------------------
@@ -61,10 +61,8 @@ recipe.ar.pattern="{compiler.path}{compiler.ar.cmd}" {compiler.ar.flags} {compil
## Combine gc-sections, archives, and objects
recipe.c.combine.pattern="{compiler.path}{compiler.c.elf.cmd}" {compiler.c.elf.flags} -mmcu={build.mcu} {compiler.c.elf.extra_flags} -o "{build.path}/{build.project_name}.elf" {object_files} "{build.path}/{archive_file}" "-L{build.path}" -lm
-## Create eeprom
+## Create output files (.eep and .hex)
recipe.objcopy.eep.pattern="{compiler.path}{compiler.objcopy.cmd}" {compiler.objcopy.eep.flags} {compiler.objcopy.eep.extra_flags} "{build.path}/{build.project_name}.elf" "{build.path}/{build.project_name}.eep"
-
-## Create hex
recipe.objcopy.hex.pattern="{compiler.path}{compiler.elf2hex.cmd}" {compiler.elf2hex.flags} {compiler.elf2hex.extra_flags} "{build.path}/{build.project_name}.elf" "{build.path}/{build.project_name}.hex"
## Compute size