1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-20 14:54:31 +01:00

Merge remote-tracking branch 'arduino/master'

This commit is contained in:
Cristian Maglie 2015-09-29 18:52:38 +02:00
commit e3d629d591
11 changed files with 7 additions and 6 deletions

View File

@ -1 +0,0 @@
e56c87a94e7a4b600619a76c1e1b687f62631170

View File

@ -0,0 +1 @@
116be2d595f2e43209e21f0a5f432fd923638e4f

View File

@ -1 +0,0 @@
61a5daee1329eef6284e17293f04a1d964f8d46b

View File

@ -0,0 +1 @@
e9471f83306b879d12f333ef7cb408bb17ee3086

View File

@ -1 +0,0 @@
777ca0bafd9ae195c5ce16326eabf3a8e413cec9

View File

@ -0,0 +1 @@
d01731e19c439b4df3909310c83c9a8d3d92de60

View File

@ -1 +0,0 @@
1f3cf4bd48c3a812b83f8621a86dcbea80c05b25

View File

@ -0,0 +1 @@
6115d2a304e96148d0da5d59aeed545cdb79455e

View File

@ -71,7 +71,7 @@
</or>
</condition>
<property name="ARDUINO-BUILDER-VERSION" value="1.0.0-beta17" />
<property name="ARDUINO-BUILDER-VERSION" value="1.0.0-beta18" />
<!-- Libraries required for running arduino -->
<fileset dir=".." id="runtime.jars">

View File

@ -21,6 +21,7 @@ ARDUINO 1.6.6
* Introducing arduino-builder, a command line tool that properly calls gcc. Fixes lots of issues about buggy preprocessing.
* Each open sketch gets built in its own folder, allowing the IDE to recycle previous compilations and being much faster
* "Go to line": CTRL+L or Edit > Go to line... will open a dialog where you can type the line number where you want the editor to jump to
* Added boards.local.txt support: like platform.local.txt, allows to enrich a boards.txt definition without modifying the original file. Thanks @Wackerbarth
[libraries]
* Bridge: YunClient.connected() returns true if there are bytes available for read. Thanks @RobAtticus

View File

@ -4,7 +4,7 @@ author=Arduino
maintainer=Arduino <info@arduino.cc>
sentence=Allows the communication between devices or sensors connected via Two Wire Interface Bus. For Arduino DUE only.
paragraph=
cateogry=Communication
category=Communication
url=http://www.arduino.cc/en/Reference/Wire
architectures=sam