Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/arduino/Arduino.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCristian Maglie <c.maglie@arduino.cc>2015-12-17 17:36:35 +0300
committerCristian Maglie <c.maglie@arduino.cc>2015-12-17 17:36:35 +0300
commit0b97e57b2cb2383290df020b2d96af655a07dd73 (patch)
tree642dcd0754ab3dfe10a07ae1914290befdafb81d
parent767867bacbf56143aa810e0dcfc5a649355933b9 (diff)
Updated revision log1.6.7
-rw-r--r--build/shared/revisions.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt
index 55c136041..ad2d2d84e 100644
--- a/build/shared/revisions.txt
+++ b/build/shared/revisions.txt
@@ -1,7 +1,7 @@
-ARDUINO 1.6.7 - 2015.12.14
+ARDUINO 1.6.7 - 2015.12.17
[ide]
-* New arduino-builder: faster, better prototype generation and library discovery logic, and more. See https://github.com/arduino/arduino-builder/compare/1.0.5...1.3.8
+* New arduino-builder: faster, better prototype generation and library discovery logic, and more. See https://github.com/arduino/arduino-builder/compare/1.0.5...1.3.9
* Serial plotter now allows to plot multiple values at once. Thanks @henningpohl
* New translations
* Added support to file:// protocol for boards manager URLs
@@ -9,6 +9,7 @@ ARDUINO 1.6.7 - 2015.12.14
* Fixed a bug that caused Boards Manager to install the same tool twice or more, thus wasting disk space, if other cores where using tools delivered by arduino
* Fixed various Boards manager glitches, in particular when removing a board
* Windows: Arduino IDE icon is now in high definition, bye bye that blurry icon
+* Remote upload without SSH is now supported (allows OTA upload for many 3rd party boards). Thanks @me-no-dev.
[libraries]
* SPI: Added SPI.transfer16(...) function to SAM core.