Cristian Maglie
d0f3b43079
Updated SD library version
2015-10-28 15:58:57 +01:00
Cristian Maglie
7a178a5180
Partially revert "Removing useless includes from examples"
...
This allows example to continue to work with older IDE.
This partially reverts commit 46cb5f0a5c
.
2015-10-28 15:56:44 +01:00
Cristian Maglie
72600a01f2
Merge branch 'scheduler-zero' of https://github.com/PeterVH/Arduino into PeterVH-scheduler-zero
2015-10-28 15:44:49 +01:00
Cristian Maglie
0a4c2fa036
Merge branch 'master' of github.com:arduino/Arduino
2015-10-28 15:21:44 +01:00
Cristian Maglie
f890c12e03
Upgraded LiquidCrystal version
2015-10-28 15:12:56 +01:00
Federico Fissore
648625deb5
Revised DiscourseFormat to handle multiline comments. Also cleaned up code. Fixes #3970
2015-10-28 15:12:52 +01:00
Cristian Maglie
bf1537fa0c
Merge remote-tracking branch 'arduino/master'
2015-10-28 14:50:42 +01:00
Cristian Maglie
6e09128f2d
Update Audio lib version
2015-10-28 14:49:11 +01:00
Cristian Maglie
5835af1f11
Update GSM lib version
2015-10-28 14:48:54 +01:00
Federico Fissore
3d3fc08993
Made findreplace dialog NOT resizable
2015-10-28 11:19:13 +01:00
Federico Fissore
97ed162618
It was impossible to save a sketch with its default name. Fixed
2015-10-28 10:48:49 +01:00
Federico Fissore
6a5ec40ca3
Updated translations
2015-10-27 17:18:52 +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
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
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
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
Nico
6fe9294368
Increased 32u4 maximum pin number
2015-10-23 10:41:56 +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