File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2010 by Cristian Maglie <c.maglie@bug.st >
2
+ * Copyright (c) 2010 by Cristian Maglie <c.maglie@arduino.cc >
3
3
* Copyright (c) 2014 by Paul Stoffregen <paul@pjrc.com> (Transaction API)
4
4
* Copyright (c) 2014 by Matthijs Kooijman <matthijs@stdin.nl> (SPISettings AVR)
5
5
* Copyright (c) 2014 by Andrew J. Kroll <xxxajk@gmail.com> (atomicity fixes)
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2010 by Cristian Maglie <c.maglie@bug.st >
2
+ * Copyright (c) 2010 by Cristian Maglie <c.maglie@arduino.cc >
3
3
* Copyright (c) 2014 by Paul Stoffregen <paul@pjrc.com> (Transaction API)
4
4
* Copyright (c) 2014 by Matthijs Kooijman <matthijs@stdin.nl> (SPISettings AVR)
5
5
* Copyright (c) 2014 by Andrew J. Kroll <xxxajk@gmail.com> (atomicity fixes)
Original file line number Diff line number Diff line change 6
6
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
7
7
8
8
name=Arduino AVR Boards
9
- version=1.6.0
9
+ version=1.6.1
10
10
11
11
# AVR compile variables
12
12
# ---------------------
@@ -61,10 +61,8 @@ recipe.ar.pattern="{compiler.path}{compiler.ar.cmd}" {compiler.ar.flags} {compil
61
61
## Combine gc-sections, archives, and objects
62
62
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
63
63
64
- ## Create eeprom
64
+ ## Create output files (.eep and .hex)
65
65
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"
66
-
67
- ## Create hex
68
66
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"
69
67
70
68
## Compute size
You can’t perform that action at this time.
0 commit comments