Cristian Maglie
ca5aff00e8
Merge branch 'fix-flush' of https://github.com/cmaglie/Arduino
2015-11-18 10:06:01 +01:00
Cristian Maglie
96d4168139
Update revision log
2015-11-18 10:00:50 +01:00
Federico Fissore
ab552d494c
Updating arduino-builder to 1.2.3
2015-11-18 10:00:37 +01:00
Federico Fissore
a2fe70aba4
Updating arduino-builder to 1.2.2
2015-11-17 16:37:05 +01:00
Federico Fissore
0fb04b3180
Updating arduino-builder to 1.2.1
2015-11-16 15:38:21 +01:00
Arturo Guadalupi
968294eed9
removed useless and wrong file
2015-11-13 10:58:23 +01:00
Arturo Guadalupi
d5078b76f6
Added missing keyword
2015-11-13 09:46:31 +01:00
Federico Fissore
17afd655cf
Updating arduino-builder to 1.2.0
2015-11-12 16:36:30 +01:00
Federico Fissore
1bed568cd0
Updating bundled Firmata to 2.5.0
2015-11-11 08:43:26 +01:00
Federico Fissore
09fb6a153b
Updating arduino-builder to 1.1.3
2015-11-10 12:53:16 +01:00
Federico Fissore
c9b08a7ec7
Updating arduino-builder to 1.1.2
2015-11-09 16:18:16 +01:00
Federico Fissore
cf4075d444
Updating arduino-builder to 1.1.1
2015-11-06 15:55:04 +01:00
Federico Fissore
90f09e9b38
Updating arduino-builder to 1.1.0
2015-11-06 11:15:00 +01:00
Federico Fissore
d3b7afd42e
Updating arduino-builder to 1.0.7
2015-11-05 09:56:15 +01:00
Cristian Maglie
dab247b1e7
Update revision log
2015-11-04 23:27:56 +01:00
Federico Fissore
c9b89e9fd6
Updateing ctags path in build.xml
2015-11-04 15:40:22 +01:00
Federico Fissore
8e5b3553fc
Updating arduino-builder to 1.0.6
2015-11-04 15:24:54 +01:00
Cristian Maglie
54137a4513
Merge branch 'master' of https://github.com/ocarneiro/Arduino
2015-11-04 14:22:03 +01:00
Federico Fissore
980569a123
Starting 1.6.7
2015-11-04 09:31:31 +01:00
Federico Fissore
0992606007
Releasing IDE 1.6.6
2015-11-03 16:05:57 +01:00
Federico Fissore
152aa595ec
Updated splash screen
2015-11-03 13:09:30 +01:00
Federico Fissore
2e3e780dfa
Updating arduino-builder to 1.0.5
2015-11-02 10:26:29 +01:00
Otavio Carneiro
aaccec7486
Improves Fade to ensure PWM pin is used
2015-10-31 17:37:26 -02:00
Federico Fissore
c7cb263cf0
Updating arduino-builder to 1.0.4
2015-10-30 15:00:53 +01:00
Cristian Maglie
0e0c50d3bc
Update revision log
2015-10-30 12:54:33 +01:00
Federico Fissore
3a97d19f1e
Windows: build.xml was still referring to old ctags version
2015-10-30 09:21:31 +01:00
Federico Fissore
df2ae88469
Updating arduino-builder to 1.0.3
2015-10-30 09:11:01 +01:00
Federico Fissore
0b59fc91b0
Updating arduino-builder to 1.0.2
2015-10-29 12:51:26 +01:00
Federico Fissore
a51723fe79
Updated and add libs
2015-10-28 16:43:33 +01:00
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
Henning Pohl
fe96ab9f44
Added functionality to plot multiple signals at the same time
2015-10-23 18:18:42 +02:00
Nico
38bae05f65
Added LED_BUILTIN_RX/TX to keywords.txt
2015-10-23 11:14:32 +02: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