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:
parent
38d8fa28f2
commit
34fcf595f2
@ -1 +0,0 @@
|
||||
e56c87a94e7a4b600619a76c1e1b687f62631170
|
1
build/arduino-builder-linux32-1.0.0-beta18.tar.bz2.sha
Normal file
1
build/arduino-builder-linux32-1.0.0-beta18.tar.bz2.sha
Normal file
@ -0,0 +1 @@
|
||||
116be2d595f2e43209e21f0a5f432fd923638e4f
|
@ -1 +0,0 @@
|
||||
61a5daee1329eef6284e17293f04a1d964f8d46b
|
1
build/arduino-builder-linux64-1.0.0-beta18.tar.bz2.sha
Normal file
1
build/arduino-builder-linux64-1.0.0-beta18.tar.bz2.sha
Normal file
@ -0,0 +1 @@
|
||||
e9471f83306b879d12f333ef7cb408bb17ee3086
|
@ -1 +0,0 @@
|
||||
777ca0bafd9ae195c5ce16326eabf3a8e413cec9
|
1
build/arduino-builder-macosx-1.0.0-beta18.tar.bz2.sha
Normal file
1
build/arduino-builder-macosx-1.0.0-beta18.tar.bz2.sha
Normal file
@ -0,0 +1 @@
|
||||
d01731e19c439b4df3909310c83c9a8d3d92de60
|
@ -1 +0,0 @@
|
||||
1f3cf4bd48c3a812b83f8621a86dcbea80c05b25
|
1
build/arduino-builder-windows-1.0.0-beta18.zip.sha
Normal file
1
build/arduino-builder-windows-1.0.0-beta18.zip.sha
Normal file
@ -0,0 +1 @@
|
||||
6115d2a304e96148d0da5d59aeed545cdb79455e
|
@ -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">
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user