Federico Fissore
ff248fc79d
Added override and final as keywords. Fixes #4032
2015-10-27 15:59:52 +01:00
Federico Fissore
aaf86b4a50
arduino-builder: sketchbook libraries specified as last param, because they
...
are more important
2015-10-27 15:55:01 +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
421508268c
Removing highlight when autoformatting. Fixes #3988 .
...
Current highlighting logic is a bit buggy: see https://github.com/bobbylight/RSyntaxTextArea/issues/150 .
2015-10-26 19:41:09 +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
d8d70ee0bd
Windows: ":" is an illegal char for a file name. Fixes #4026
2015-10-26 18:14:05 +01:00
Federico Fissore
0102a58122
"static" makes sense for constants and few other things. Avoid it if you don't have a specific reason for using it.
2015-10-26 15:49:31 +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
Cristian Maglie
9552cc6ce2
Merge branch 'arduinoGemmaInterrupts' of https://github.com/agdl/Arduino
2015-10-23 11:00:25 +02:00
Cristian Maglie
9ad96c07e2
Merge branch 'arduinoEthernetInterrupts' of https://github.com/agdl/Arduino
2015-10-23 10:45:33 +02:00
Arturo Guadalupi
d52b5a87ba
Gemma digitalPinToInterrupt support
...
Added support for Arduino Gemma as required in #3929
2015-10-23 10:44:02 +02:00
Arturo Guadalupi
e3351f6fb1
Ethernet digitalPinToInterrupt support
...
Added support for Arduino Ethernet as required in #3929
2015-10-23 10:16:43 +02:00
Jesse Vincent
5b64cebdc5
Simplify and clarify new HID error messages.
...
The libraries in question are supported on a number of official Arduino boards. The new error message tries to be a bit more helpful.
2015-10-22 15:27:12 -07:00
Cristian Maglie
727b0bbd85
Merge branch 'master' of https://github.com/Ivan-Perez/Arduino
2015-10-22 16:34:03 +02:00
Sandeep Mistry
c71f5e9f88
check TWWC (Write Collision Flag) bit after setting TWDR
...
as suggested by @earlyprogrammer in #2173 , to ensure TWDR value is set
if there is a write collision
2015-10-22 16:33:00 +02:00
Sandeep Mistry
48ff3a10ad
release TWI bus right after stop or repeated start is condition
...
this resolves timing issues seen in #1477
2015-10-22 16:29:43 +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
06dc36d316
Merge pull request #4015 from agdl/pj14StarterkitForProcessing3
...
Modified project14 for compatibility to Processing 3
2015-10-22 12:39:29 +02:00
Arturo Guadalupi
d56e3848b4
Modified project14 for compatibility to Processing 3
2015-10-22 12:38:01 +02:00
Cristian Maglie
22dd1cbb99
Merge branch 'nativeUSB_serialNumber_due' of https://github.com/facchinm/Arduino into HEAD
2015-10-21 16:54:59 +02:00
Martino Facchin
775c82bbed
SAM: add iSerial USB field
2015-10-21 16:16:52 +02:00
Cristian Maglie
c102995e92
Merge remote-tracking branch 'arduino/master' into HEAD
2015-10-21 15:53:59 +02:00
Martino Facchin
b945df9220
[USB] use plugged modules name to create iSerial field
2015-10-21 15:23:56 +02:00
Martino Facchin
a396f2ad53
Merge pull request #4006 from cmaglie/sys_prof_parse_fix
...
SystemProfilerParse fix for OSX El Capitan
2015-10-21 10:07:47 +02:00
Cristian Maglie
2ae36940c6
Fixed parsing for SystemProfiler on Macosx El Capitan
...
Should alleviate #3928
2015-10-20 23:36:56 +02:00
Cristian Maglie
28ad89d694
Make SystemProfilerParser.extractVIDAndPID() static
...
There is no need to instantiate a SystemProfilerParser object
each time extractVIDAndPID is invoked.
Added also `synchronized` keword to avoid reentrance problems
if the method is being used in multiple threads.
2015-10-20 23:34:27 +02:00
Cristian Maglie
9f5efe210a
Removed a bunch of unused variables
2015-10-20 18:38:34 +02:00
Cristian Maglie
869137469c
Silence unused warning in I18N class
2015-10-20 18:37:59 +02:00
Cristian Maglie
38701678b2
Specialized some Iterators with correct inferred type
2015-10-20 18:31:58 +02:00
Cristian Maglie
635de01975
Suppress java 'serial' warning in SignatureVerificationFailedException class
2015-10-20 18:30:27 +02:00
Cristian Maglie
2eaa6ff937
Removed unused imports
2015-10-20 18:29:40 +02:00
Iván Pérez
e3fae38c41
Declare paths parameters as constant
...
This way we will avoid some warnings when using paths as constants in
#define's
`warning: deprecated conversion from string constant to 'char*'`
2015-10-19 15:55:08 +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
Cristian Maglie
d00b51d7c8
Merge branch 'spaces-in-path' of https://github.com/matthijskooijman/Arduino
2015-10-14 17:26:42 +02:00
Cristian Maglie
1ff4f1b512
Merge branch 'usbportocolfix' of https://github.com/NicoHood/Arduino
2015-10-14 17:25:06 +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
per1234
c1ce649554
Fix typos in ArchiveExtractor.java error messages
2015-10-12 14:34:52 -07:00
NicoHood
9fe2023c28
[PHID] Fixes protocol on reenumeration
2015-10-12 18:05:34 +02:00
Martino Facchin
bf609ecc4c
[USB] remove all warnings from SAM USB core
2015-10-12 14:43:24 +02:00
Martino Facchin
ddae105dc3
[HID] port to stable PluggableUSB API
2015-10-12 14:41:23 +02:00
Martino Facchin
b4541209cb
adapt SAM core to PluggableUSB stable API
2015-10-12 14:41:05 +02:00
Martino Facchin
865ac2f245
Merge pull request #3960 from cmaglie/pusb-rename
...
[PluggableUSB] rename two class
2015-10-12 12:25:56 +02:00
Cristian Maglie
a151349a01
[HID] renamed HIDDescriptorListNode to HIDSubDescriptor
2015-10-12 12:24:07 +02:00
Cristian Maglie
11440d3fd7
[PUSB] Renamed PUSBListNode to PluggableUSBModule
2015-10-12 12:14:07 +02:00
Cristian Maglie
80b79002fd
[HID] made HIDDescriptorListNode.length constant
2015-10-12 11:59:08 +02:00
NicoHood
e69021550e
[PHID] Added missing GET_IDLE Request
2015-10-11 14:39:36 +02:00