1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00
Commit Graph

1139 Commits

Author SHA1 Message Date
Federico Fissore
014c9551e0 Updating arduino-builder to 1.0.1 2015-10-27 17:16:15 +01:00
Federico Fissore
ff248fc79d Added override and final as keywords. Fixes #4032 2015-10-27 15:59:52 +01:00
Federico Fissore
8c57dd8adb MacOSX: setting java.ext.dirs to both jre and jdk paths 2015-10-27 10:35:07 +01:00
Federico Fissore
577a1cea6d Added NULL as keyword. Fixes #4033 2015-10-27 09:45:22 +01:00
Federico Fissore
cc1ed440e5 Editor: disabled brace highlight animation. Can be re-enabled by manually
editing theme/syntax/default.xml. Fixes #3991
2015-10-26 18:30:23 +01:00
Federico Fissore
54ec785fd2 Updating bundled reference 2015-10-26 15:36:38 +01:00
Cristian Maglie
6aa8b75a84 Updated driver for win 2015-10-26 13:21:06 +01:00
Cristian Maglie
e20f818ea3 Updated revision log 2015-10-26 12:48:37 +01:00
Cristian Maglie
b01eda179a Print not aborting on write failure
See #3614
2015-10-26 12:00:47 +01:00
Arturo Guadalupi
589b411be7 Changed commit to indicate Processing 3
The example is now tested and works with Processing 3. Comment was missing.
2015-10-22 12:42:05 +02:00
Arturo Guadalupi
d56e3848b4 Modified project14 for compatibility to Processing 3 2015-10-22 12:38:01 +02:00
Cristian Maglie
a6602cac09 Another small fix for 'spaces in IDE install path on Linux'
See #3973
2015-10-14 21:42:25 +02:00
Matthijs Kooijman
bef7bb5b76 Allow spaces in IDE install path on Linux
The startup bash script lacked quotes in some places, causing it to
interpret part of the path to the splash image as the main class and
fail to start:

arduino: line 29: [: /home/a/Arduino: binary operator expected
Error: Could not find or load main class IDE.lib.splash.png

For the -splash option, simply adding quotes was not sufficient. If no
splash screen was to be used (so when $SPLASH was empty), using
"$SPLASH" would result in an empty argument being passed to java, which
was then interpreted by java as the name of the base class.

To allow spaces to occur in the -splash option, but also allow it to be
omitted entirely, options to java are now passed through the
$JAVA_OPTIONS array. By using the special "${JAVA_OPTIONS[@]}" syntax,
each element in the array is expanded into a single argument, even when
spaces are present inside (this is identical to what happens with "$@").

This fixes #3950
2015-10-13 14:40:09 +02:00
Federico Fissore
7217f85b62 Updating arduino-builder to 1.0.0 2015-10-08 15:26:54 +02:00
Federico Fissore
c280955bb1 Updating arduino-builder to 1.0.0-beta25 2015-10-08 10:56:36 +02:00
Martino Facchin
cc4874bb8d update revisions.txt 2015-10-07 15:51:27 +02:00
Martino Facchin
651ae04a19 Merge pull request #3500 from PeterVH/issue-3321
Improve ArduinoISP sketch
2015-10-07 12:00:20 +02:00
Federico Fissore
aa654ba242 Updating arduino-builder to 1.0.0-beta24 2015-10-06 10:52:02 +02:00
Federico Fissore
10fafd755c Windows: fixed ctags path 2015-10-05 15:09:58 +02:00
Federico Fissore
7fbedc2455 Updating arduino-builder to 1.0.0-beta23 2015-10-05 13:33:19 +02:00
Arturo Guadalupi
f1d6a0cbed right version of keywords.txt 2015-10-02 16:21:16 +02:00
Federico Fissore
7b3f40ec5f Updating arduino-builder to 1.0.0-beta22 2015-10-02 16:12:38 +02:00
Arturo Guadalupi
0f96e461aa Added keyword digitalPinToInterrupt 2015-10-02 14:34:30 +02:00
Federico Fissore
46cb5f0a5c Removing useless includes from examples 2015-10-02 12:24:31 +02:00
Federico Fissore
9fadb545da Updating arduino-builder to 1.0.0-beta21 2015-10-02 10:59:20 +02:00
Federico Fissore
bc20a864f6 Updating arduino-builder to 1.0.0-beta20 2015-10-01 10:52:24 +02:00
Federico Fissore
c3c22ab652 Updating arduino-builder to 1.0.0-beta19 2015-09-30 14:37:20 +02:00
Federico Fissore
70916d8942 build.xml: added "start" target. See #3895 2015-09-30 09:55:18 +02:00
Federico Fissore
34fcf595f2 Updating arduino-builder to 1.0.0-beta18 2015-09-29 17:06:34 +02:00
Federico Fissore
7e0adebd28 Updating arduino-builder to 1.0.0-beta17 2015-09-29 13:34:40 +02:00
Federico Fissore
a75f2f5cb5 Updating arduino-builder to 1.0.0-beta16 2015-09-28 17:46:55 +02:00
Federico Fissore
fd79bfe8c9 Implemented Go to Line menu and shortcut CTRL+L. Fixes #976 2015-09-25 16:13:42 +02:00
Federico Fissore
469bc4ad6e Updating arduino-builder to 1.0.0-beta15 2015-09-25 10:34:32 +02:00
Federico Fissore
e2608e076e compile_everything.bash 2015-09-24 17:08:12 +02:00
Arturo Guadalupi
c67e4244e3 Added pulseInLong Keyword 2015-09-24 12:30:12 +02:00
Federico Fissore
0b1f5249d4 Removing Esplora library from this repo. Downloaded at build time 2015-09-24 11:33:16 +02:00
Federico Fissore
2fd3ee47f6 Updating arduino-builder to 1.0.0-beta14 2015-09-24 10:03:55 +02:00
Federico Fissore
9421e1ceb5 Updating arduino-builder to 1.0.0-beta12 2015-09-23 14:11:32 +02:00
Federico Fissore
6cfd50ea8d Updating arduino-builder to 1.0.0-beta11 2015-09-22 16:47:00 +02:00
Arturo Guadalupi
a4576a5c40 Merge pull request #3833 from agdl/ifSerialmods
Modified reference to Leonardo only in the examples
2015-09-22 15:55:58 +02:00
Federico Fissore
f7358f3ddb Updating arduino-builder to 1.0.0-beta10 2015-09-22 14:25:08 +02:00
Arturo Guadalupi
9eaea4205d Modified reference to Leonardo only in the examples
According to #3786 removed the reference to Leonardo only in while(!Serial) of the examples.
Changed in in "wait for serial port to connect. Needed for native USB port only"
2015-09-21 14:58:58 +02:00
Federico Fissore
4aeac60bea build.xml: target download-library converted to a macro, easier to read 2015-09-21 14:14:31 +02:00
Federico Fissore
a069fa40dd asd 2015-09-21 13:22:41 +02:00
Federico Fissore
d1c61aca54 Removing SpacebrewYun library from this repo. Downloaded at build time 2015-09-21 13:16:39 +02:00
Federico Fissore
298fbdc7b5 Removing Robot* libraries from this repo. Downloaded at build time 2015-09-21 13:12:13 +02:00
Federico Fissore
4fa8750862 Bridge lib: removing from this repo. It's downloaded at build time, just as
Temboo and Firmata
Other libs will soon follow
2015-09-21 12:54:19 +02:00
Federico Fissore
1390019d23 Update revisions.txt 2015-09-21 09:17:33 +02:00
Federico Fissore
7f1afcd0b0 Windows: fixed wrong sha file name 2015-09-18 15:26:06 +02:00
Federico Fissore
6ffaaa0ea4 Updating arduino-builder to 1.0.0-beta9 2015-09-18 15:12:46 +02:00