Skip to content

Commit 3434cf6

Browse files
committed
Merge branch 'master' of github.com:arduino/Arduino
2 parents a0aa3e6 + 1f7141b commit 3434cf6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

hardware/arduino/avr/platform.txt

Lines changed: 1 addition & 1 deletion
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.10
9+
version=1.6.11
1010

1111
# AVR compile variables
1212
# ---------------------

hardware/arduino/sam/platform.txt

Lines changed: 2 additions & 2 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 ARM (32-bits) Boards
9-
version=1.6.7
9+
version=1.6.8
1010

1111
# SAM3 compile variables
1212
# ----------------------
@@ -105,4 +105,4 @@ tools.bossac.upload.params.quiet=
105105
tools.bossac.upload.params.verify=-v
106106
tools.bossac.upload.pattern="{path}/{cmd}" {upload.verbose} --port={serial.port.file} -U {upload.native_usb} -e -w {upload.verify} -b "{build.path}/{build.project_name}.bin" -R
107107

108-
tools.bossac_remote.upload.pattern=/usr/bin/run-bossac {upload.verbose} --port=ttyATH0 -U {upload.native_usb} -e -w -v -b /tmp/sketch.bin -R
108+
tools.bossac_remote.upload.pattern=/usr/bin/run-bossac {upload.verbose} --port=ttyATH0 -U {upload.native_usb} -e -w -v -b /tmp/sketch.bin -R

0 commit comments

Comments
 (0)