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

Updating arduino-builder to 1.0.0-beta21

This commit is contained in:
Federico Fissore 2015-10-02 10:57:43 +02:00
parent 7af5e7af23
commit 9fadb545da
10 changed files with 6 additions and 5 deletions

View File

@ -1 +0,0 @@
8ac7004e89d12cd891e8cf92c3c5f86cac7e3bb8

View File

@ -0,0 +1 @@
c6366e28b4dd94acc1d223f23b7e22c087195ff6

View File

@ -1 +0,0 @@
50a40200f3a68f1f1b6cfbf7ed3266c575e3d9f3

View File

@ -0,0 +1 @@
6d0f1a93c9c98a8a579447c22086ef3b773adc9e

View File

@ -1 +0,0 @@
cb4c4e8c20487a2164cbb66b2b987c1ffdb1fdfd

View File

@ -0,0 +1 @@
50c50ccbfd1dc8ee896b4d13b5391a54b94a4606

View File

@ -1 +0,0 @@
68ae5d705966bc53d994aa50bf87ea1db1243390

View File

@ -0,0 +1 @@
2d03546347d26b2130af35d1dac0a097c9f35753

View File

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

View File

@ -22,6 +22,7 @@ ARDUINO 1.6.6
* 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
* Library to library dependencies: when your sketch imports a library, and that library uses another, the IDE will find out without you having to add a useless #include to your sketch
[libraries]
* Bridge: YunClient.connected() returns true if there are bytes available for read. Thanks @RobAtticus