Skip to content

Commit

Permalink
update to Arduino 1.6.13
Browse files Browse the repository at this point in the history
update librairies
  • Loading branch information
SebCanet committed Nov 28, 2016
2 parents 2b983ce + 1dfe7cf commit fddf98c
Show file tree
Hide file tree
Showing 210 changed files with 21,658 additions and 12,749 deletions.
11 changes: 0 additions & 11 deletions README.md

This file was deleted.

Binary file modified arduino.exe
Binary file not shown.
Binary file modified arduino_debug.exe
Binary file not shown.
7 changes: 7 additions & 0 deletions desktop.ini
@@ -0,0 +1,7 @@
[.ShellClassInfo]
IconFile=lib\arduino_icon.ico
IconIndex=
[ViewState]
Mode=
Vid=
FolderType=Generic
2 changes: 1 addition & 1 deletion examples/02.Digital/Debounce/Debounce.ino
Expand Up @@ -41,7 +41,7 @@ int buttonState; // the current reading from the input pin
int lastButtonState = LOW; // the previous reading from the input pin

// the following variables are unsigned long's because the time, measured in miliseconds,
// will quickly become a bigger number than can't be stored in an int.
// will quickly become a bigger number than can be stored in an int.
unsigned long lastDebounceTime = 0; // the last time the output pin was toggled
unsigned long debounceDelay = 50; // the debounce time; increase if the output flickers

Expand Down
6 changes: 5 additions & 1 deletion hardware/arduino/avr/platform.txt
Expand Up @@ -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.14
version=1.6.15

# AVR compile variables
# ---------------------
Expand Down Expand Up @@ -97,11 +97,15 @@ tools.avrdude.config.path={path}/etc/avrdude.conf

tools.avrdude.upload.params.verbose=-v
tools.avrdude.upload.params.quiet=-q -q
# tools.avrdude.upload.verify is needed for backwards compatibility with IDE 1.6.8 or older, IDE 1.6.9 or newer overrides this value
tools.avrdude.upload.verify=
tools.avrdude.upload.params.noverify=-V
tools.avrdude.upload.pattern="{cmd.path}" "-C{config.path}" {upload.verbose} {upload.verify} -p{build.mcu} -c{upload.protocol} -P{serial.port} -b{upload.speed} -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"

tools.avrdude.program.params.verbose=-v
tools.avrdude.program.params.quiet=-q -q
# tools.avrdude.program.verify is needed for backwards compatibility with IDE 1.6.8 or older, IDE 1.6.9 or newer overrides this value
tools.avrdude.program.verify=
tools.avrdude.program.params.noverify=-V
tools.avrdude.program.pattern="{cmd.path}" "-C{config.path}" {program.verbose} {program.verify} -p{build.mcu} -c{protocol} {program.extra_params} "-Uflash:w:{build.path}/{build.project_name}.hex:i"

Expand Down
22 changes: 11 additions & 11 deletions hardware/package_index_bundled.json
Expand Up @@ -12,15 +12,15 @@
{
"name": "Arduino AVR Boards",
"architecture": "avr",
"version": "1.6.14",
"version": "1.6.15",
"category": "Arduino",
"help": {
"online": "http://www.arduino.cc/en/Reference/HomePage"
},
"url": "http://downloads.arduino.cc/cores/avr-1.6.13.tar.bz2",
"archiveFileName": "avr-1.6.14.tar.bz2",
"checksum": "SHA-256:a5f7d66c83e3d4722f4c8dab42bdbcf5af98c611ffca1802ef3d1957b894bd92",
"size": "4993455",
"url": "http://downloads.arduino.cc/cores/avr-1.6.15.tar.bz2",
"archiveFileName": "avr-1.6.15.tar.bz2",
"checksum": "SHA-256:c222efcabbdf6fa63ba3d64afb8d149f83fa73693c413aa05a2ccd9f986ed2fa",
"size": "4993959",
"boards": [
{"name": "Arduino Yún"},
{"name": "Arduino/Genuino Uno"},
Expand Down Expand Up @@ -67,35 +67,35 @@
"checksum": "SHA-256:2426207423d58eb0e5fc4df9493418f1cb54ba3f328fdc7c3bb582f920b9cbe7",
"host": "arm-linux-gnueabihf",
"archiveFileName": "avrdude-6.3.0-arduino6-armhf-pc-linux-gnu.tar.bz2",
"url": "http://downloads.arduino.cc/tools/avrdude-6.0.1-arduino5-armhf-pc-linux-gnu.tar.bz2"
"url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino6-armhf-pc-linux-gnu.tar.bz2"
},
{
"size": "696273",
"checksum": "SHA-256:d9a039c9e92d3dbb2011e75e6c044a1a4a2789e2fbf8386b1d580994811be084",
"host": "i386-apple-darwin11",
"archiveFileName": "avrdude-6.3.0-arduino6-i386-apple-darwin11.tar.bz2",
"url": "http://downloads.arduino.cc/tools/avrdude-6.0.1-arduino5-i386-apple-darwin11.tar.bz2"
"url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino6-i386-apple-darwin11.tar.bz2"
},
{
"size": "746653",
"checksum": "SHA-256:97b4875cad6110c70101bb776f3ac37b64a2e73f036cd0b10afb6f4be96a6621",
"host": "x86_64-linux-gnu",
"archiveFileName": "avrdude-6.3.0-arduino6-x86_64-pc-linux-gnu.tar.bz2",
"url": "http://downloads.arduino.cc/tools/avrdude-6.0.1-arduino5-x86_64-pc-linux-gnu.tar.bz2"
"url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino6-x86_64-pc-linux-gnu.tar.bz2"
},
{
"size": "733127",
"checksum": "SHA-256:5f4bc4b0957b1d34cec9908b7f84a7c297b894b39fe16a4992c284b24c00d6fb",
"host": "i686-linux-gnu",
"archiveFileName": "avrdude-6.3.0-arduino6-i686-pc-linux-gnu.tar.bz2",
"url": "http://downloads.arduino.cc/tools/avrdude-6.0.1-arduino5-i686-pc-linux-gnu.tar.bz2"
"url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino6-i686-pc-linux-gnu.tar.bz2"
},
{
"size": "645859",
"checksum": "SHA-256:7468a1bcdfa459d175a095b102c0de28efc466accfb104305fbcad7832659ddc",
"host": "i686-mingw32",
"archiveFileName": "avrdude-6.3.0-arduino6-i686-mingw32.zip",
"url": "http://downloads.arduino.cc/tools/avrdude-6.0.1-arduino5-i686-mingw32.zip"
"archiveFileName": "avrdude-6.3.0-arduino6-i686-w64-mingw32.zip",
"url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino6-i686-w64-mingw32.zip"
}
]
},
Expand Down

0 comments on commit fddf98c

Please sign in to comment.