Skip to content

Commit 6b39673

Browse files
committed
Merge branch 'ide-1.5.x' into SoftwareSerial
2 parents 97fb130 + 5cbfcfb commit 6b39673

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

libraries/SPI/SPI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010 by Cristian Maglie <c.maglie@bug.st>
2+
* Copyright (c) 2010 by Cristian Maglie <c.maglie@arduino.cc>
33
* Copyright (c) 2014 by Paul Stoffregen <paul@pjrc.com> (Transaction API)
44
* Copyright (c) 2014 by Matthijs Kooijman <matthijs@stdin.nl> (SPISettings AVR)
55
* Copyright (c) 2014 by Andrew J. Kroll <xxxajk@gmail.com> (atomicity fixes)

libraries/SPI/SPI.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010 by Cristian Maglie <c.maglie@bug.st>
2+
* Copyright (c) 2010 by Cristian Maglie <c.maglie@arduino.cc>
33
* Copyright (c) 2014 by Paul Stoffregen <paul@pjrc.com> (Transaction API)
44
* Copyright (c) 2014 by Matthijs Kooijman <matthijs@stdin.nl> (SPISettings AVR)
55
* Copyright (c) 2014 by Andrew J. Kroll <xxxajk@gmail.com> (atomicity fixes)

platform.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
77

88
name=Arduino AVR Boards
9-
version=1.6.0
9+
version=1.6.1
1010

1111
# AVR compile variables
1212
# ---------------------
@@ -61,10 +61,8 @@ recipe.ar.pattern="{compiler.path}{compiler.ar.cmd}" {compiler.ar.flags} {compil
6161
## Combine gc-sections, archives, and objects
6262
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
6363

64-
## Create eeprom
64+
## Create output files (.eep and .hex)
6565
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
6866
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"
6967

7068
## Compute size

0 commit comments

Comments
 (0)