1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-17 06:52:18 +01:00

Updating arduino-builder to 1.0.0-beta18

This commit is contained in:
Federico Fissore 2015-09-29 17:06:15 +02:00
parent 38d8fa28f2
commit 34fcf595f2
10 changed files with 6 additions and 5 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